2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-22 08:11:44 +00:00

10_MYSENSORS_DEVICE.pm: Fix onStreamMessage error message

git-svn-id: https://svn.fhem.de/fhem/trunk@17611 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Hauswart 2018-10-24 10:56:06 +00:00
parent 0729f4c1e4
commit 777eff18cc

View File

@ -605,6 +605,10 @@ sub sendClientMessage($%) {
refreshInternalMySTimer($hash,"Ack") if (($hash->{ack} or $hash->{IODev}->{ack}) and $hash->{timeoutAck}) ; refreshInternalMySTimer($hash,"Ack") if (($hash->{ack} or $hash->{IODev}->{ack}) and $hash->{timeoutAck}) ;
} }
sub onStreamMessage($$) {
my ($hash, $msg) = @_;
}
sub rawToMappedReading($$$$) { sub rawToMappedReading($$$$) {
my($hash, $type, $childId, $value) = @_; my($hash, $type, $childId, $value) = @_;