diff --git a/example-config.json b/example-config.json index 77dd08d..1337445 100644 --- a/example-config.json +++ b/example-config.json @@ -41,6 +41,7 @@ "weather": { "temperatureSensor": true, "solarIntensity": true, + "accTypeSolarIntensity": "LIGHTBULB", "airQuality": true }, "extras": { @@ -51,6 +52,7 @@ "boostSwitch": true, "sheduleSwitch": true, "turnoffSwitch": true, + "dummySwitch": true, "childLockSwitches": [ { "active": true, @@ -104,7 +106,7 @@ "id": 1, "name": "Badezimmer Oben", "type": "HOT_WATER", - "mode": "MANUAL", + "mode": "TIMER", "modeTimer": 30, "boilerTempSupport": false, "accTypeBoiler": "SWITCH" @@ -115,7 +117,7 @@ "name": "Badezimmer Keller", "type": "HOT_WATER", "separateTemperature": false, - "mode": "AUTO", + "mode": "CUSTOM", "minValue": 30, "maxValue": 65, "minStep": 1,