mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
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:
parent
3904c458f9
commit
de68d82775
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user