2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-09 01:34:19 +00:00

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

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

View File

@ -29,7 +29,8 @@
#
# 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
# Support for Cuveo devices
# 15.12.2018 added more readings and additional RFX-models
@ -464,7 +465,7 @@ sub TRX_evaluateResponse($$) {
'4' => 'Ext2',
'5' => 'Pro1',
'6' => 'Pro2',
'10' => 'ProXL1',
'16' => 'ProXL1', #forum #97873, just wondering why it comes as 16...
}->{$msg10}
|| 'unknown FW Type ' . $msg10;