package
Version:
v0.0.0-...-c6e3130
Opens a new window with list of versions in this module.
Published: Apr 29, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataBlock struct {
Data []DataPoint `json:"data"`
Summary string `json:"summary"`
Icon string `json:"icon"`
}
type DataPoint struct {
ApparentTemp float64 `json:"apparentTemperature"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.