See type declaration
🔋 Battery
Battery charging state
Represents whether the battery is being charged or not
Battery charge percentage
0
100
integer
Battery charge cycles reset
exposes a control to reset charge cycles on supported batteries.
From ./dist/samples/json/requests/devices/vehicles/a200/battery/resetChargeCycles/a200BatteryResetChargeCyclesSample.json
{ "$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json", "apiVersion": "0.58.14", "method": "UPDATE", "payload": { "devices": { "BD3A298208D0": { "model": 19, "battery": { "resetChargeCycles": true } } } }}
From ./dist/samples/json/requests/devices/vehicles/a150/battery/resetChargeCycles/a150BatteryResetChargeCyclesSample.json
{ "$schema": "https://docs.api.deeptrekker.com/dist/schemas/schema.json", "apiVersion": "0.58.14", "method": "UPDATE", "payload": { "devices": { "A7C0F81A90C8": { "model": 20, "battery": { "resetChargeCycles": true } } } }}
Battery voltage
See type declaration
🔋 Battery