This module defines the PPNet.Message.SingleCounter struct and provides functions to parse
a binary or list representation of a SingleCounter message into this struct.
Summary
Types
The PPNet.Message.SingleCounter struct
Types
@type t() :: %PPNet.Message.SingleCounter{ datetime: DateTime.t(), duration_ms: integer(), kind: String.t(), pulses: integer(), value: any() }
The PPNet.Message.SingleCounter struct
Fields
kind- The kind of the countervalue- The value of the counterpulses- The number of pulsesduration_ms- The duration of the counter in millisecondsdatetime- The timestamp when the counter message was sent