MAX: show active backend
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2308 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -329,7 +329,10 @@ MAX_Parse($$)
|
||||
}
|
||||
|
||||
#if $isToMe is true, then the message was directed at device $hash, thus we can also use it for sending
|
||||
$shash->{IODev} = $hash if($isToMe);
|
||||
if($isToMe) {
|
||||
$shash->{IODev} = $hash;
|
||||
$shash->{backend} = $hash->{NAME}; #for user information
|
||||
}
|
||||
|
||||
if($msgtype eq "define"){
|
||||
my $devicetype = $args[0];
|
||||
|
||||
Reference in New Issue
Block a user