10_MYSENSORS_DEVICE.pm: Fix onStreamMessage error message

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

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) = @_;