2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 06:48:43 +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:
ntruchsess 2015-11-12 20:54:45 +00:00
parent bc458fe386
commit 3eb0945660

View File

@ -499,7 +499,7 @@ sub onInternalMessage($$) {
} else {
readingsSingleUpdate($hash,"parentId",$msg->{payload},1);
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;
};