2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

77_SMAEM: contrib 4.0.0

git-svn-id: https://svn.fhem.de/fhem/trunk@20757 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-12-15 15:33:03 +00:00
parent 06741417f9
commit d65a0ffad6

View File

@ -359,7 +359,7 @@ sub SMAEM_Read ($) {
return if(IsDisabled($name));
$socket->recv($data, 608);
$socket->recv($data, 656);
my $dl = length($data);
if($dl == 600) { # Each SMAEM packet is 600 bytes of packed payload
$model = "EM / HM 2.0 < 2.03.4.R";