Documentation ¶
Overview ¶
Package advertisements provides support for Ruuvi Tag Bluetooth advertisements
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNotRuuviManufacturer error = errors.New("manufacturer did not equal Ruuvi's manufacturer ID")
)
Functions ¶
This section is empty.
Types ¶
type V5 ¶
type V5 struct { ReceivedAt time.Time Temperature float64 Humidity float64 Pressure int Voltage int TransmissionPower int MovementCounter int MeasurementSequence int MAC net.HardwareAddr }
V5 represents the Data Format 5 Protocol Specification of the Ruuvi sensor bluetooth advertisement broadcasts.
Click to show internal directories.
Click to hide internal directories.