77_SMAEM.pm: contrib 3.5.0

git-svn-id: https://svn.fhem.de/fhem/trunk@20733 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2019-12-13 16:18:31 +00:00
parent 045c3c6f92
commit a5984f1e2b

View File

@@ -316,7 +316,7 @@ sub SMAEM_Read ($) {
if($1) {
my $fw = $1;
$fw =~ /(.{2})(.{2})(.{2})/;
$hash->{FIRMWARE} = $fw;
$hash->{FIRMWARE} = hex($1).".".hex($2).".".hex($3);
}
$hash->{MODEL} = $model;