From 3318d15fd86daf281d5a5b2f7ba7b34f044d279d Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Thu, 12 Aug 2010 05:55:28 +0000 Subject: [PATCH] Added actuator to the cantset hash git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@690 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/11_FHT.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/fhem/FHEM/11_FHT.pm b/fhem/FHEM/11_FHT.pm index 28ca7c880..7dd9c0610 100755 --- a/fhem/FHEM/11_FHT.pm +++ b/fhem/FHEM/11_FHT.pm @@ -82,6 +82,16 @@ my %codes = ( ); my %cantset = ( + "actuator" => 1, + "actuator1" => 1, + "actuator2" => 1, + "actuator3" => 1, + "actuator4" => 1, + "actuator5" => 1, + "actuator6" => 1, + "actuator7" => 1, + "actuator8" => 1, + "ack" => 1, "ack2" => 1, "battery" => 1,