Added actuator to the cantset hash

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@690 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-08-12 05:55:28 +00:00
parent a57bff7376
commit 3318d15fd8

View File

@@ -82,6 +82,16 @@ my %codes = (
); );
my %cantset = ( my %cantset = (
"actuator" => 1,
"actuator1" => 1,
"actuator2" => 1,
"actuator3" => 1,
"actuator4" => 1,
"actuator5" => 1,
"actuator6" => 1,
"actuator7" => 1,
"actuator8" => 1,
"ack" => 1, "ack" => 1,
"ack2" => 1, "ack2" => 1,
"battery" => 1, "battery" => 1,