45_TRX.pm: Fixed missing FW reading for ProXL receivers

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@18738 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
KernSani 2019-02-25 21:56:28 +00:00
parent 3904c458f9
commit de68d82775

View File

@ -29,7 +29,8 @@
# #
# CHANGELOG # CHANGELOG
# #
# ß4.12.2ß10 Added NotifyDn to catch DISCONNECTED Events # 25.02.2ß19 Fixed missing FW reading for ProXL receivers
# ß4.12.2018 Added NotifyDn to catch DISCONNECTED Events
# 26.12.2018 RfxMgr-like functionality to enable/disable protocols # 26.12.2018 RfxMgr-like functionality to enable/disable protocols
# Support for Cuveo devices # Support for Cuveo devices
# 15.12.2018 added more readings and additional RFX-models # 15.12.2018 added more readings and additional RFX-models
@ -464,7 +465,7 @@ sub TRX_evaluateResponse($$) {
'4' => 'Ext2', '4' => 'Ext2',
'5' => 'Pro1', '5' => 'Pro1',
'6' => 'Pro2', '6' => 'Pro2',
'10' => 'ProXL1', '16' => 'ProXL1', #forum #97873, just wondering why it comes as 16...
}->{$msg10} }->{$msg10}
|| 'unknown FW Type ' . $msg10; || 'unknown FW Type ' . $msg10;