mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-01 14:13:02 +02:00
20 lines
366 B
JSON
20 lines
366 B
JSON
{
|
|
"updateInterval": 300,
|
|
"babelLocale": "de",
|
|
"TZ": "Europe/Berlin",
|
|
"mqtt": {
|
|
"broker": "",
|
|
"port": 1883,
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"volvoData": {
|
|
"username": "",
|
|
"password": "",
|
|
"vin": "",
|
|
"vccapikey": "",
|
|
"odometerMultiplier": "",
|
|
"averageSpeedDivider": "",
|
|
"averageFuelConsumptionMultiplier": ""
|
|
}
|
|
} |