fix(12600): wrong startup value for channel failureDiscovered (#14374)

Signed-off-by: Conte Andrea <andrea@conte.com>
This commit is contained in:
Conte Andrea 2023-02-10 13:14:09 +01:00 committed by Jacob Laursen
parent 555210cb23
commit 3f3224ca18

View File

@ -128,6 +128,7 @@ public class OpenWebNetThermoregulationHandler extends OpenWebNetThingHandler {
updateState(CHANNEL_CU_AT_LEAST_ONE_PROBE_PROTECTION, OnOffType.OFF);
updateState(CHANNEL_CU_SCENARIO_PROGRAM_NUMBER, new DecimalType(programNumber));
updateState(CHANNEL_CU_WEEKLY_PROGRAM_NUMBER, new DecimalType(programNumber));
updateState(CHANNEL_CU_FAILURE_DISCOVERED, OnOffType.OFF);
}
}