Documentation
¶
Overview ¶
Package arasrv provides tools to gather and present aranet4 data over HTTP.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Root string `json:"root"` Devices []string `json:"devices"` DeviceID string `json:"device_id"` Status string `json:"status"` Refresh int `json:"refresh"` From string `json:"from"` To string `json:"to"` Plots struct { H string `json:"h"` P string `json:"p"` T string `json:"t"` CO2 string `json:"co2"` } `json:"plots"` }
Message holds informations about a device.
Click to show internal directories.
Click to hide internal directories.