2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-04 05:16:45 +00:00

00_ZWDongle.pm: typo

git-svn-id: https://svn.fhem.de/fhem/trunk@8760 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-06-16 18:41:46 +00:00
parent 07e5d8e512
commit c454e57873

View File

@ -686,7 +686,7 @@ ZWDongle_Read($@)
my $m = $1;
my %msg = ('00'=>'OK', '01'=>'NO_ACK', '02'=>'FAIL',
'03'=>'NOT_IDLE', '04'=>'NOROUTE' );
$m = $msg{$m} ? "UNKNOWN $m" : $msg{$m};
$m = $msg{$m} ? $msg{$m} : "UNKNOWN $m";
ZWDongle_shiftSendStack($hash, 5, "ZW_SEND_DATA:$m received");
}