From 37542f43fc10fd22900c632fa96c66424c830482 Mon Sep 17 00:00:00 2001 From: justme-1968 Date: Wed, 5 Nov 2014 19:48:02 +0000 Subject: [PATCH] 37_harmony.pm: removed duplicate firmware version internal git-svn-id: https://svn.fhem.de/fhem/trunk@6895 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/37_harmony.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/37_harmony.pm b/fhem/FHEM/37_harmony.pm index 6cc6d9029..4dbad5c33 100644 --- a/fhem/FHEM/37_harmony.pm +++ b/fhem/FHEM/37_harmony.pm @@ -972,7 +972,7 @@ harmony_Read($) $hash->{discoveryinfo} = $decoded; - $hash->{current_fw_version} = $decoded->{current_fw_version} if( defined($decoded->{current_fw_version}) ); + #$hash->{current_fw_version} = $decoded->{current_fw_version} if( defined($decoded->{current_fw_version}) ); harmony_sendEngineGet($hash, "config");