package
Version:
v0.0.0-...-e05b1bb
Opens a new window with list of versions in this module.
Published: Oct 19, 2023
License: MIT
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 ChargeMaxAmps struct {
Max int64 `json:"max"`
}
type ChargeStatus struct {
Amps int64 `json:"amps"`
Pp int64 `json:"pp"`
Status string `json:"status"`
Std int64 `json:"std"`
}
type MeterRead struct {
Energy float64 `json:"energy"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.