module Simms
Represents the data or configuration information broadcast by a single Simms
monitoring device.
Manages a set of byte codes in hex string format (eg ‘AF’, ‘0C’, etc) and provides methods for extracting floats, ints, etc from that stream by position.
Responsible for low-level translation of incoming data into types usable in Ruby.
Electricity data beacons are sent at the time interval configured in the device, and will be have one packet sent per phase being monitored, ie for a 3-phase system, you will receive 3 data beacons per reporting interval per device, with the phase field set to 0, 1, or 2.