Versions in this module Expand all Collapse all v0 v0.1.0 Jun 10, 2026 Changes in this version + const CmdEndMemory + const CmdGetCurrent + const CmdNext + const CmdNext24h + const CmdRepeat + const CmdStartMemory + const DefaultAddr + func AppendChecksum(data []byte) []byte + func Command(base byte, addr byte) byte + func SensorNames() [8]string + func TempC(raw int) float64 + func VerifyChecksum(frame []byte) bool + type Frame struct + RecordIndex int + Sensors [8]SensorReading + Timestamp time.Time + func ParseFrame(raw []byte) (*Frame, error) + type FrameCurrent struct + RecordIndex int + Sensors [4]SensorReading + Timestamp time.Time + func ParseFrameCurrent(raw []byte) (*FrameCurrent, error) + type SensorReading struct + Alarm bool + Value int