Versions in this module Expand all Collapse all v0 v0.11.1 Dec 20, 2024 v0.11.0 Jul 1, 2024 Changes in this version + type Message struct + DeviceID string + Devices []string + From string + Plots struct{ ... } + Refresh int + Root string + Status string + To string + type Server struct + func NewServer(root, dbfile string) (*Server, error) + func (srv *Server) Close() error + func (srv *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)