2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 07:24:21 +00:00

do not allow setting values for dummy values

git-svn-id: https://svn.fhem.de/fhem/trunk@1220 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
hotmaz 2012-01-24 19:53:16 +00:00
parent ec2ab5a7b5
commit 906bf005aa

View File

@ -138,6 +138,8 @@ TUL_Set($@)
my $arg = join("", @a);
my $ll = GetLogLevel($name,3);
return "No $a[1] for dummies" if(IsDummy($name));
if($type eq "raw") {
Log $ll, "set $name $type $arg";
TUL_SimpleWrite($hash, $arg);