device.status
device.status
Section titled “device.status”Report the current status of the device
Data Schema
Section titled “Data Schema”type: object
Properties
Section titled “Properties”| Name | Type | Required | Description |
|---|---|---|---|
batteryLevel | number | no | Device battery level in % (0-100) |
isNavigating | boolean | no | Whether or not the device is currently in a “navigating” mode. |
Example
Section titled “Example”{ "kind": "device.status", "data": { "batteryLevel": 72, "isNavigating": true }}