Discover Packages
github.com/johtani/smarthome
server
cron
influxdb
package
Version:
v0.0.0-...-efa8cb2
Opens a new window with list of versions in this module.
Published: Oct 29, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Config struct {
Token string `json:"token"`
Url string `json:"url"`
Bucket string `json:"bucket"`
}
type Temperature struct {
Room string `json:"room"`
Temperature float64 `json:"temperature"`
Humidity int `json:"humidity"`
Battery int `json:"battery"`
Co2 int `json:"co2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.