2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

PHC Gateway: Command switching corrected

git-svn-id: https://svn.fhem.de/fhem/trunk@2987 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
klaus-schauer 2013-03-25 21:05:43 +00:00
parent bb6e01e3f4
commit 7089064ca6

View File

@ -412,7 +412,7 @@ EnOcean_Set($@)
my $setCmd = 0;
my $subDef = AttrVal($name, "subDef", "$hash->{DEF}");
my $time = 0;
if ($phcCmd eq "swiching") {
if ($phcCmd eq "switching") {
# Switching
$phcCmdID = 1;
if($cmd eq "teach") {