Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndoorClimate ¶
type IndoorClimate struct { Name string `json:"device_name"` AirTemp float64 `json:"air_temp"` // Units are Kelvin Pressure float64 `json:"pressure"` // Units are Pascal RelativeHumidity float64 `json:"relative_humidity"` // A 0 - 100% value CreatedAt string }
func (IndoorClimate) CreatedTime ¶
func (i IndoorClimate) CreatedTime() time.Time
Click to show internal directories.
Click to hide internal directories.