package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: May 20, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ProductKey = "p_001"
Heart = 10
TemperatureToplimit = 40.0
HumidityToplimit = 80.0
)
type ThCalcModel struct {
Temperature float64 `json:"temperature"`
Humidity float64 `json:"humidity"`
On bool `json:"on"`
CurTime time.Time `json:"curTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.