mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 14:16:42 +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:
parent
0729f4c1e4
commit
777eff18cc
@ -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) = @_;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user