From a5984f1e2b2f031306e47bb5461f18269d8525b7 Mon Sep 17 00:00:00 2001 From: DS_Starter Date: Fri, 13 Dec 2019 16:18:31 +0000 Subject: [PATCH] 77_SMAEM.pm: contrib 3.5.0 git-svn-id: https://svn.fhem.de/fhem/trunk@20733 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/DS_Starter/77_SMAEM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/contrib/DS_Starter/77_SMAEM.pm b/fhem/contrib/DS_Starter/77_SMAEM.pm index 896bc9720..e5f64ed50 100644 --- a/fhem/contrib/DS_Starter/77_SMAEM.pm +++ b/fhem/contrib/DS_Starter/77_SMAEM.pm @@ -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;