Fwiw, when I try ?MONITORING on a RA2 repeater with 9.2 loaded it DOES NOT provide the current value.
Instead I get:
Code:
Displays the monitoring state for Monitoring Types within the database.
~MONITORING, All monitoring Types,
1 = Diagnostic Monitoring
2 = Event Monitoring
3 = Button Monitoring
4 = LED Monitoring
5 = Zone Monitoring
6 = Occupancy Monitoring
7 = Photosensor Monitoring
8 = Scene Monitoring
9 = Time Clock Monitoring
10 = System Variable Monitoring
11 = Reply State
12 = Prompt State
14 = Device State Monitoring
15 = Address Monitoring
16 = Sequence Monitoring
17 = HVAC Monitoring
18 = Mode Monitoring
19 = Preset Transfer Monitoring
20 = L1 Runtime Property Update Monitoring
21 = L2 Runtime Property Update Monitoring
22 = Diag Error Monitoring
23 = Shade Group Monitoring
24 = Partition wall Monitoring
25 = System Monitoring
26 = Hyperion Sensor Grouping Monitoring
Usages: ?MONITORING -- Displays the monitoring state for all Monitoring Types
?MONITORING, <Type> --ie: "1" to "22" or "255" for ALL>
--Displays Monitoring Info for the specified Monitoring Type.
Instead I have to use ?MONITORING,255 and that returns:
Code:
~MONITORING,1,2
~MONITORING,2,1
~MONITORING,3,1
~MONITORING,4,1
~MONITORING,5,1
~MONITORING,6,1
~MONITORING,8,1
~MONITORING,9,1
~MONITORING,11,1
~MONITORING,12,1
~MONITORING,14,2
~MONITORING,16,2
~MONITORING,17,2
~MONITORING,18,2
~MONITORING,19,2
~MONITORING,20,2
~MONITORING,21,2
~MONITORING,22,2
~MONITORING,23,2
~MONITORING,24,2
~MONITORING,25,2