No set for ms14a

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1413 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig
2012-04-04 19:17:47 +00:00
parent 93704ef04a
commit 71c3669ad6

View File

@@ -127,6 +127,9 @@ TRX_LIGHT_Set($@)
return "error set name=$name deviveid=$deviceid";
}
if ($device_type eq "MS14A") {
return "No set implemented for $device_type";
}
my $device_type_num = $light_device_c2b{$device_type};
if(!defined($device_type_num)) {
return "Unknown device_type, choose one of " .