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.59.0", "method": "UPDATE", "payload": { "devices": { "0B4EF23E7F37": { "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.59.0", "method": "UPDATE", "payload": { "devices": { "34307ADF678F": { "model": 20, "battery": { "resetChargeCycles": true } } } }}
Battery voltage
See type declaration
🔋 Battery