From 89901326be99a5fc37302658c4a5929be82ecf9e Mon Sep 17 00:00:00 2001 From: zap <> Date: Wed, 18 Dec 2024 16:10:26 +0000 Subject: [PATCH] HMCCU: Fixed Winmatic lock command git-svn-id: https://svn.fhem.de/fhem/trunk@29436 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/HMCCUConf.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 0b4cdfdd8..666322f9a 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it + - bugfix: 88_HMCCU: Fixed Winmatic lock command - bugfix: 76_SolarForecast: batteryManagement - fix care SoC management - bugfix: 49_SSCam: fix Attr pollcaminfoall - change: 49_SSCam: internal code changed diff --git a/fhem/FHEM/HMCCUConf.pm b/fhem/FHEM/HMCCUConf.pm index 101b357da..cb873f2e3 100644 --- a/fhem/FHEM/HMCCUConf.pm +++ b/fhem/FHEM/HMCCUConf.pm @@ -234,7 +234,7 @@ $HMCCU_CONFIG_VERSION = '5.0'; F => 3, S => 'ACTUAL_TEMPERATURE', C => '', V => '', P => 1 }, 'WINMATIC' => { - F => 3, S => 'LEVEL', C => 'LEVEL', V => 'open:100,close:0', P => 2 + F => 3, S => 'LEVEL', C => 'LEVEL', V => 'open:100,close:0,lock:-0.5', P => 2 } );