2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

HMCCU: Fixed Winmatic lock command

git-svn-id: https://svn.fhem.de/fhem/trunk@29436 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
zap 2024-12-18 16:10:26 +00:00
parent a65d6c39e5
commit 89901326be
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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
}
);