Options
All
  • Public
  • Public/Protected
  • All
Menu
notexported

See type declaration

🔋 Battery

Hierarchy

Index

Properties

charging?: boolean

Battery charging state

description

Represents whether the battery is being charged or not

diagnostics?: BatteryDiagnostics
leak?: boolean
percent?: number

Battery charge percentage

minimum

0

maximum

100

tjs-type

integer

resetChargeCycles?: boolean

Battery charge cycles reset

description

exposes a control to reset charge cycles on supported batteries.

A200 Crawler sample request to reset battery charge cycles.

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
}
}
}
}
}
A150 Crawler sample request to reset battery charge cycles.

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
}
}
}
}
}
voltage?: number

Battery voltage