From 1574d094013886c635aec1907ce939b3b9972df5 Mon Sep 17 00:00:00 2001 From: tpoitzsch Date: Thu, 2 Apr 2015 18:07:14 +0000 Subject: [PATCH] FRITZBOX: bugfix dect_fwVersion git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8353 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/72_FRITZBOX.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/72_FRITZBOX.pm b/fhem/FHEM/72_FRITZBOX.pm index 132bbd340..425b32a8d 100644 --- a/fhem/FHEM/72_FRITZBOX.pm +++ b/fhem/FHEM/72_FRITZBOX.pm @@ -789,7 +789,7 @@ sub FRITZBOX_Readout_Run($) push @readoutReadings, "fhem->$intern->name|" . $resultArray->[ $offset + 1 ]; push @readoutReadings, "fhem->$intern->brand|" . $resultArray->[ $offset + 2 ]; push @readoutReadings, "dect".$intern."_manufacturer|" . $resultArray->[ $offset + 2 ]; - push @readoutReadings, "dect".$intern."_fwVersion|" . $resultArray->[ $offset + 1 ]; + push @readoutReadings, "dect".$intern."_fwVersion|" . $resultArray->[ $offset + 9 ]; push @readoutReadings, "fhem->$intern->model|" . FRITZBOX_Readout_Format($hash, "model", $resultArray->[ $offset + 10 ] ); push @readoutReadings, "dect".$intern."_model|" . FRITZBOX_Readout_Format($hash, "model", $resultArray->[ $offset + 10 ] ); }