mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 02:10:32 +00:00
FB_CALLMONITOR: corrected internal_connection mapping, especially for FON1-FON3, based on official API description.
git-svn-id: https://svn.fhem.de/fhem/trunk@10739 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
aa591d854e
commit
4167bb2d98
@ -1,5 +1,7 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- bugfix: FB_CALLMONITOR: corrected internal_connection mapping.
|
||||||
|
especially FON1-FON3. Please check your configuration.
|
||||||
- change: 98_weekprofile: return sorted lists
|
- change: 98_weekprofile: return sorted lists
|
||||||
- change: YAMAHA_AVR: reading/event newFirmware will only be triggered for
|
- change: YAMAHA_AVR: reading/event newFirmware will only be triggered for
|
||||||
RX-Vx71, RX-Vx73, RX-Ax10 or RX-Ax20 as newer models do not
|
RX-Vx71, RX-Vx73, RX-Ax10 or RX-Ax20 as newer models do not
|
||||||
|
@ -287,26 +287,21 @@ FB_CALLMONITOR_Read($)
|
|||||||
my ($hash) = @_;
|
my ($hash) = @_;
|
||||||
|
|
||||||
my %connection_type = (
|
my %connection_type = (
|
||||||
0 => "0",
|
0 => "FON1",
|
||||||
1 => "FON1",
|
1 => "FON2",
|
||||||
2 => "FON2",
|
2 => "FON3",
|
||||||
3 => "FON3",
|
3 => "Callthrough",
|
||||||
4 => "ISDN",
|
4 => "ISDN",
|
||||||
5 => "FAX",
|
5 => "FAX",
|
||||||
6 => "not_defined",
|
6 => "Answering_Machine",
|
||||||
7 => "not_defined",
|
|
||||||
8 => "not_defined",
|
|
||||||
9 => "not_defined",
|
|
||||||
10 => "DECT_1",
|
10 => "DECT_1",
|
||||||
11 => "DECT_2",
|
11 => "DECT_2",
|
||||||
12 => "DECT_3",
|
12 => "DECT_3",
|
||||||
13 => "DECT_4",
|
13 => "DECT_4",
|
||||||
14 => "DECT_5",
|
14 => "DECT_5",
|
||||||
15 => "DECT_6",
|
15 => "DECT_6",
|
||||||
16 => "FRITZMini_1",
|
|
||||||
17 => "FRITZMini_2",
|
|
||||||
18 => "FRITZMini_3",
|
|
||||||
19 => "FRITZMini_4",
|
|
||||||
20 => "VoIP_1",
|
20 => "VoIP_1",
|
||||||
21 => "VoIP_2",
|
21 => "VoIP_2",
|
||||||
22 => "VoIP_3",
|
22 => "VoIP_3",
|
||||||
@ -317,6 +312,10 @@ FB_CALLMONITOR_Read($)
|
|||||||
27 => "VoIP_8",
|
27 => "VoIP_8",
|
||||||
28 => "VoIP_9",
|
28 => "VoIP_9",
|
||||||
29 => "VoIP_10",
|
29 => "VoIP_10",
|
||||||
|
|
||||||
|
36 => "ISDN_data",
|
||||||
|
37 => "FAX_data",
|
||||||
|
|
||||||
40 => "Answering_Machine_1",
|
40 => "Answering_Machine_1",
|
||||||
41 => "Answering_Machine_2",
|
41 => "Answering_Machine_2",
|
||||||
42 => "Answering_Machine_3",
|
42 => "Answering_Machine_3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user