Skip to content

Commit

Permalink
Update example-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seydx authored Mar 22, 2021
1 parent 8a4d552 commit 1470063
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"weather": {
"temperatureSensor": true,
"solarIntensity": true,
"accTypeSolarIntensity": "LIGHTBULB",
"airQuality": true
},
"extras": {
Expand All @@ -51,6 +52,7 @@
"boostSwitch": true,
"sheduleSwitch": true,
"turnoffSwitch": true,
"dummySwitch": true,
"childLockSwitches": [
{
"active": true,
Expand Down Expand Up @@ -104,7 +106,7 @@
"id": 1,
"name": "Badezimmer Oben",
"type": "HOT_WATER",
"mode": "MANUAL",
"mode": "TIMER",
"modeTimer": 30,
"boilerTempSupport": false,
"accTypeBoiler": "SWITCH"
Expand All @@ -115,7 +117,7 @@
"name": "Badezimmer Keller",
"type": "HOT_WATER",
"separateTemperature": false,
"mode": "AUTO",
"mode": "CUSTOM",
"minValue": 30,
"maxValue": 65,
"minStep": 1,
Expand Down

0 comments on commit 1470063

Please sign in to comment.