mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
MYSENSORS_DEVICE: fix syntax error line 502
git-svn-id: https://svn.fhem.de/fhem/trunk@9873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
bc458fe386
commit
3eb0945660
@ -499,7 +499,7 @@ sub onInternalMessage($$) {
|
|||||||
} else {
|
} else {
|
||||||
readingsSingleUpdate($hash,"parentId",$msg->{payload},1);
|
readingsSingleUpdate($hash,"parentId",$msg->{payload},1);
|
||||||
sendClientMessage($hash,cmd => C_INTERNAL, childId => 255, subType => I_CONFIG, payload => AttrVal($name,"config","M"));
|
sendClientMessage($hash,cmd => C_INTERNAL, childId => 255, subType => I_CONFIG, payload => AttrVal($name,"config","M"));
|
||||||
Log3 ($name,4,"MYSENSORS_DEVICE $name: respond to config-request, node parentId = " . ($msg->{payload});
|
Log3 ($name,4,"MYSENSORS_DEVICE $name: respond to config-request, node parentId = " . $msg->{payload});
|
||||||
}
|
}
|
||||||
last;
|
last;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user