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:
parent
a65d6c39e5
commit
89901326be
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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
|
# 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: 76_SolarForecast: batteryManagement - fix care SoC management
|
||||||
- bugfix: 49_SSCam: fix Attr pollcaminfoall
|
- bugfix: 49_SSCam: fix Attr pollcaminfoall
|
||||||
- change: 49_SSCam: internal code changed
|
- change: 49_SSCam: internal code changed
|
||||||
|
@ -234,7 +234,7 @@ $HMCCU_CONFIG_VERSION = '5.0';
|
|||||||
F => 3, S => 'ACTUAL_TEMPERATURE', C => '', V => '', P => 1
|
F => 3, S => 'ACTUAL_TEMPERATURE', C => '', V => '', P => 1
|
||||||
},
|
},
|
||||||
'WINMATIC' => {
|
'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
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user