No set for ms14a

git-svn-id: https://svn.fhem.de/fhem/trunk@1413 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
wherzig
2012-04-04 19:17:47 +00:00
parent b2826c4cce
commit 9e360ba346

View File

@@ -127,6 +127,9 @@ TRX_LIGHT_Set($@)
return "error set name=$name deviveid=$deviceid"; 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}; my $device_type_num = $light_device_c2b{$device_type};
if(!defined($device_type_num)) { if(!defined($device_type_num)) {
return "Unknown device_type, choose one of " . return "Unknown device_type, choose one of " .