Skip to content
Wysp Docs

device.status

Report the current status of the device

type: object

NameTypeRequiredDescription
batteryLevelnumbernoDevice battery level in % (0-100)
isNavigatingbooleannoWhether or not the device is currently in a “navigating” mode.
{
"kind": "device.status",
"data": {
"batteryLevel": 72,
"isNavigating": true
}
}