Data Type: battery​¶
Context: The "battery" data type provides information about the battery status of tracked devices or tags within the system.
Function: It allows you to monitor the battery life of devices, which is crucial for ensuring they remain operational. This data type reports details like battery voltage, level, and timestamps of updates.
Use Case: You can use the "battery" data to proactively replace or recharge batteries as needed to prevent downtime and maintain reliable tracking.
Property | Type | Notes |
---|---|---|
tagId | UUID | |
tagMac | string (mac address - uppercase, no delimiter) | |
floor | string | |
batteryVoltageTimestamp | datetime | The timestamp the latest battery update was received |
batteryLevel | string | One of CRITICAL , LOW , MEDIUM , GOOD and FULL |
batteryVoltage | float | |
schemaVersion | int | Always 1 in this release |