package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jan 13, 2025
License: AGPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MqttPayload struct {
Device string `json:"device"`
Battery float64 `json:"battery"`
Humidity float64 `json:"humidity"`
Temperature float64 `json:"temperature"`
Watermarks []Watermark `json:"watermarks"`
}
type Watermark struct {
Resistance int `json:"resistance"`
Centibar int `json:"centibar"`
Depth int `json:"depth"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.