19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|||
|
|
"section": "vehicle",
|
||
|
|
"version": 1,
|
||
|
|
"updatedAt": "2026-06-08T09:43:37.4789283+00:00",
|
||
|
|
"payload": {
|
||
|
|
"lowBatteryThreshold": 0.3,
|
||
|
|
"criticalBatteryThreshold": 0.15,
|
||
|
|
"faultReport": {
|
||
|
|
"enabled": true,
|
||
|
|
"emailTo": [
|
||
|
|
"ops@example.com"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"autoRepair": {
|
||
|
|
"enabled": false,
|
||
|
|
"cooldownSec": 600
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|