mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-02 22:53:01 +02:00
20 lines
331 B
JSON
20 lines
331 B
JSON
{
|
|
"updateInterval": 300,
|
|
"babelLocale": "de",
|
|
"TZ": "Europe/Berlin",
|
|
"debug": false,
|
|
"disable_logging": false,
|
|
"mqtt": {
|
|
"broker": "",
|
|
"port": 1883,
|
|
"username": "",
|
|
"password": "",
|
|
"logging": false
|
|
},
|
|
"volvoData": {
|
|
"username": "",
|
|
"password": "",
|
|
"vin": "",
|
|
"vccapikey": []
|
|
}
|
|
} |