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:
@@ -605,6 +605,10 @@ sub sendClientMessage($%) {
|
||||
refreshInternalMySTimer($hash,"Ack") if (($hash->{ack} or $hash->{IODev}->{ack}) and $hash->{timeoutAck}) ;
|
||||
}
|
||||
|
||||
sub onStreamMessage($$) {
|
||||
my ($hash, $msg) = @_;
|
||||
}
|
||||
|
||||
sub rawToMappedReading($$$$) {
|
||||
my($hash, $type, $childId, $value) = @_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user