mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
lime-protection
git-svn-id: https://svn.fhem.de/fhem/trunk@93 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
94d76271f7
commit
47254f10d3
@ -347,3 +347,4 @@
|
|||||||
- bugfix: Modifying a device from its own trigger crashes (Klaus, 10.9)
|
- bugfix: Modifying a device from its own trigger crashes (Klaus, 10.9)
|
||||||
- feature: webpgm2 output reformatted
|
- feature: webpgm2 output reformatted
|
||||||
- feature: webpgm2 can display multiple plots.
|
- feature: webpgm2 can display multiple plots.
|
||||||
|
- feature: FHT lime-protection code discovered by Dirk (7.10)
|
||||||
|
@ -61,7 +61,7 @@ my %codes = (
|
|||||||
"840069" => "night-temp",
|
"840069" => "night-temp",
|
||||||
"850069" => "unknown_85",
|
"850069" => "unknown_85",
|
||||||
"8a0069" => "windowopen-temp",
|
"8a0069" => "windowopen-temp",
|
||||||
|
"00002a" => "lime-protection",
|
||||||
|
|
||||||
"0000aa" => "code_0000aa",
|
"0000aa" => "code_0000aa",
|
||||||
"0000ba" => "code_0000ba",
|
"0000ba" => "code_0000ba",
|
||||||
@ -88,6 +88,7 @@ my %cantset = (
|
|||||||
"measured-low" => 1,
|
"measured-low" => 1,
|
||||||
"state" => 1,
|
"state" => 1,
|
||||||
"init" => 1,
|
"init" => 1,
|
||||||
|
"lime-protection"=>1,
|
||||||
|
|
||||||
"code_0000aa" => 1,
|
"code_0000aa" => 1,
|
||||||
"code_0000ba" => 1,
|
"code_0000ba" => 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user