mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
FRITZBOX: bugfix dect_fwVersion
git-svn-id: https://svn.fhem.de/fhem/trunk@8353 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c8a0b61159
commit
28ea46b270
@ -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 ] );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user