mios 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. data/.rubocop.yml +769 -0
  2. data/README.md +21 -3
  3. data/lib/mios/action.rb +25 -18
  4. data/lib/mios/category.rb +14 -0
  5. data/lib/mios/category_collection.rb +38 -0
  6. data/lib/mios/client.rb +35 -0
  7. data/lib/mios/device.rb +47 -55
  8. data/lib/mios/interface.rb +53 -37
  9. data/lib/mios/job.rb +33 -34
  10. data/lib/mios/room.rb +14 -0
  11. data/lib/mios/scene.rb +22 -0
  12. data/lib/mios/services/camera1.rb +4 -5
  13. data/lib/mios/services/dimmable_light1.rb +5 -6
  14. data/lib/mios/services/door_lock1.rb +12 -13
  15. data/lib/mios/services/energy_metering1.rb +5 -6
  16. data/lib/mios/services/generic_sensor1.rb +4 -4
  17. data/lib/mios/services/ha_device1.rb +7 -8
  18. data/lib/mios/services/humidity_sensor1.rb +4 -5
  19. data/lib/mios/services/hvac_fan_operating_mode1.rb +3 -4
  20. data/lib/mios/services/hvac_operating_state1.rb +3 -4
  21. data/lib/mios/services/hvac_user_operating_mode1.rb +3 -4
  22. data/lib/mios/services/light_sensor1.rb +4 -12
  23. data/lib/mios/services/scene_controller1.rb +4 -4
  24. data/lib/mios/services/security_sensor1.rb +11 -12
  25. data/lib/mios/services/switch_power1.rb +7 -8
  26. data/lib/mios/services/temperature_sensor1.rb +3 -4
  27. data/lib/mios/services/temperature_setpoint1_cool.rb +3 -4
  28. data/lib/mios/services/temperature_setpoint1_heat.rb +3 -4
  29. data/lib/mios/services/window_covering1.rb +5 -6
  30. data/lib/mios/services/zwave_device1.rb +3 -3
  31. data/lib/mios/services/zwave_network1.rb +3 -3
  32. data/lib/mios/type_conversion.rb +21 -0
  33. data/lib/mios/version.rb +1 -1
  34. data/lib/mios.rb +12 -6
  35. data/mios.gemspec +2 -3
  36. data/spec/integration/lights_spec.rb +17 -0
  37. data/spec/lib/mios/category_collection_spec.rb +37 -0
  38. data/spec/lib/mios/category_spec.rb +15 -0
  39. data/spec/lib/mios/client_spec.rb +28 -0
  40. data/spec/lib/mios/device_spec.rb +69 -6
  41. data/spec/lib/mios/interface_spec.rb +123 -7
  42. data/spec/lib/mios/job_spec.rb +54 -0
  43. data/spec/lib/mios/room_spec.rb +26 -0
  44. data/spec/lib/mios/scene_spec.rb +27 -0
  45. data/spec/lib/mios/services/energy_metering1_spec.rb +1 -1
  46. data/spec/lib/mios/services/hvac_fan_operating_mode1_spec.rb +1 -1
  47. data/spec/lib/mios/services/hvac_operating_state1_spec.rb +1 -1
  48. data/spec/lib/mios/services/hvac_user_operating_mode1_spec.rb +1 -1
  49. data/spec/lib/mios/services/temperature_setpoint1_cool_spec.rb +1 -1
  50. data/spec/lib/mios/services/temperature_setpoint1_heat_spec.rb +1 -1
  51. data/spec/spec_helper.rb +18 -0
  52. data/spec/support/device_data/category_filter.json +75 -0
  53. data/spec/support/device_data/data_request.json +7814 -0
  54. data/spec/support/device_data/device_attributes.json +21 -0
  55. data/spec/support/vcr_cassettes/data_request_failure.yml +28 -0
  56. data/spec/support/vcr_cassettes/run_scene.yml +28 -0
  57. data/spec/support/vcr_cassettes/turn_off_light.yml +2648 -0
  58. data/spec/support/vcr_cassettes/turn_on_light.yml +2647 -0
  59. metadata +57 -39
@@ -0,0 +1,2647 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://192.168.50.21:3480/data_request?id=user_data&output_format=json
6
+ body:
7
+ encoding: UTF-8
8
+ string: ''
9
+ headers:
10
+ User-Agent:
11
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.0 (2013-12-25))
12
+ Accept:
13
+ - "*/*"
14
+ Date:
15
+ - Wed, 09 Apr 2014 00:21:54 GMT
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Content-Type:
22
+ - json
23
+ body:
24
+ encoding: UTF-8
25
+ string: "{ \"devices\": [ { \"id\": 1, \"name\": \"ZWave\", \"device_type\":
26
+ \"urn:schemas-micasaverde-com:device:ZWaveNetwork:1\", \"device_file\": \"D_ZWaveNetwork.xml\",
27
+ \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
28
+ \"variable\": \"Use45\", \"value\": \"1\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
29
+ \"variable\": \"UseMR\", \"value\": \"1\", \"id\": 1 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
30
+ \"variable\": \"LimitNeighbors\", \"value\": \"0\", \"id\": 2 }, { \"service\":
31
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"LastUpdate\",
32
+ \"id\": 3, \"value\": \"1397002908\" }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
33
+ \"variable\": \"AutoConfigure\", \"value\": \"1\", \"id\": 4 }, { \"service\":
34
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"NetStatusID\",
35
+ \"id\": 5, \"value\": \"5\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
36
+ \"variable\": \"NetStatusText\", \"id\": 6, \"value\": \"Configuring ZWave
37
+ devices\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
38
+ \"variable\": \"LockComPort\", \"value\": \"1\", \"id\": 7 }, { \"service\":
39
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"ComPort\",
40
+ \"value\": \"\\/dev\\/ttyS0\", \"id\": 8 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
41
+ \"variable\": \"PollingEnabled\", \"value\": \"1\", \"id\": 9 }, { \"service\":
42
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"PollDelayInitial\",
43
+ \"value\": \"20\", \"id\": 10 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
44
+ \"variable\": \"PollDelayDeadTime\", \"value\": \"10\", \"id\": 11 }, { \"service\":
45
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"PollMinDelay\",
46
+ \"value\": \"30\", \"id\": 12 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
47
+ \"variable\": \"PollFrequency\", \"value\": \"60\", \"id\": 13 }, { \"service\":
48
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"VersionInfo\",
49
+ \"value\": \"3.20 L:1\", \"id\": 14 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
50
+ \"variable\": \"HomeID\", \"value\": \"House: 16b88f1 Node 1 Suc 0\", \"id\":
51
+ 15 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\":
52
+ \"Role\", \"value\": \"Master SIS:NO PRI:YES\", \"id\": 16 }, { \"service\":
53
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"LastDongleBackup\",
54
+ \"value\": \"1394903772\", \"id\": 17 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
55
+ \"variable\": \"LastTimeOffset\", \"value\": \"-5\", \"id\": 18 }, { \"service\":
56
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"variable\": \"LastError\",
57
+ \"id\": 19, \"value\": \"Node 5 failed\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveNetwork1\",
58
+ \"variable\": \"SceneIDs\", \"value\": \"4-1=1,4-2=2,\", \"id\": 20 } ], \"category_num\":
59
+ 19, \"subcategory_num\": 0, \"ControlURLs\": { \"service_1\": { \"service\":
60
+ \"urn:micasaverde-com:serviceId:ZWaveNetwork1\", \"ControlURL\": \"\\/upnp\\/control\\/dev_1\",
61
+ \"EventURL\": \"\\/upnp\\/event\\/dev_1\", \"serviceType\": \"urn:schemas-micasaverde-org:service:ZWaveNetwork:1\"
62
+ } }, \"invisible\": \"1\", \"time_created\": 1346545899, \"local_udn\": \"uuid:4d494342-5342-5645-0001-000002161961\"
63
+ }, { \"id\": \"2\", \"device_type\": \"urn:schemas-micasaverde-com:device:SceneController:1\",
64
+ \"room\": \"0\", \"id_parent\": 1, \"embedded\": 0, \"disabled\": 0, \"device_file\":
65
+ \"D_SceneController1.xml\", \"impl_file\": \"\", \"manufacturer\": \"\", \"model\":
66
+ \"\", \"altid\": \"1\", \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1346545908\",
67
+ \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
68
+ \"variable\": \"Scenes\", \"value\": \"\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
69
+ \"variable\": \"IgnoreRoom\", \"value\": \"1\", \"id\": 1 }, { \"service\":
70
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Status\", \"value\":
71
+ \"0\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
72
+ \"variable\": \"CommFailure\", \"value\": \"1\", \"id\": 3 } ], \"category_num\":
73
+ 14, \"subcategory_num\": 0, \"ControlURLs\": { \"service_2\": { \"service\":
74
+ \"urn:micasaverde-com:serviceId:SceneController1\", \"ControlURL\": \"\\/upnp\\/control\\/dev_2\",
75
+ \"EventURL\": \"\\/upnp\\/event\\/dev_2\", \"serviceType\": \"urn:schemas-micasaverde-com:service:SceneController:1\"
76
+ }, \"service_3\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
77
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_3\", \"EventURL\": \"\\/upnp\\/event\\/dev_3\",
78
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
79
+ \"_Scene Controller\", \"invisible\": \"1\", \"local_udn\": \"uuid:4d494342-5342-5645-0002-000002161961\"
80
+ }, { \"id\": \"3\", \"device_type\": \"urn:schemas-upnp-org:device:HVAC_ZoneThermostat:1\",
81
+ \"id_parent\": 1, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_HVAC_ZoneThermostat1.xml\",
82
+ \"impl_file\": \"\", \"model\": \"\", \"altid\": \"2\", \"ip\": \"\", \"mac\":
83
+ \"\", \"time_created\": \"1346550282\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
84
+ \"variable\": \"Capabilities\", \"value\": \"210,156,0,4,8,6,L,R,B,RS,|49,64:1,66,67,68,69,112,114,118,129,133,134,\",
85
+ \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
86
+ \"variable\": \"ManufacturerInfo\", \"value\": \"139,21586,21553\", \"id\":
87
+ 1 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
88
+ \"VersionInfo\", \"value\": \"6,2,64,20,9\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
89
+ \"variable\": \"Configured\", \"value\": \"1\", \"id\": 3 }, { \"service\":
90
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"NodeInfo\",
91
+ \"value\": \"31,40,42,43,44,45,70,72,76,81,85,86,\", \"id\": 4 }, { \"service\":
92
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"SetPointInfo\",
93
+ \"value\": \"H1,C1,\", \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
94
+ \"variable\": \"ConfiguredAssoc\", \"value\": \"\", \"id\": 6 }, { \"service\":
95
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastUpdate\",
96
+ \"value\": \"1346550316\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
97
+ \"variable\": \"FirstConfigured\", \"value\": \"1346550316\", \"id\": 8 },
98
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
99
+ \"PollSettings\", \"value\": \"60\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
100
+ \"variable\": \"Neighbors\", \"value\": \"1,3,5,6,\", \"id\": 10 }, { \"service\":
101
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
102
+ \"value\": \"1346550315\", \"id\": 11 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
103
+ \"variable\": \"AssociationNum\", \"value\": \"1\", \"id\": 12 }, { \"service\":
104
+ \"urn:upnp-org:serviceId:TemperatureSensor1\", \"variable\": \"CurrentTemperature\",
105
+ \"id\": 13, \"value\": \"70\" }, { \"service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
106
+ \"variable\": \"ModeStatus\", \"value\": \"HeatOn\", \"id\": 14 }, { \"service\":
107
+ \"urn:micasaverde-com:serviceId:HVAC_OperatingState1\", \"variable\": \"ModeState\",
108
+ \"id\": 15, \"value\": \"Idle\" }, { \"service\": \"urn:micasaverde-com:serviceId:HVAC_OperatingState1\",
109
+ \"variable\": \"ModeStateForEnergy\", \"value\": \"1\", \"id\": 16 }, { \"service\":
110
+ \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"variable\": \"Mode\",
111
+ \"id\": 17, \"value\": \"Auto\" }, { \"service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
112
+ \"variable\": \"CurrentSetpoint\", \"id\": 18, \"value\": \"68\" }, { \"service\":
113
+ \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\", \"variable\": \"CurrentSetpoint\",
114
+ \"id\": 19, \"value\": \"80\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
115
+ \"variable\": \"PollOk\", \"id\": 20, \"value\": \"557030\" }, { \"service\":
116
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Target\", \"value\":
117
+ \"0\", \"id\": 21 }, { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
118
+ \"variable\": \"Status\", \"value\": \"1\", \"id\": 22 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
119
+ \"variable\": \"LastRouteUpdate\", \"id\": 23, \"value\": \"1396998570\" },
120
+ { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
121
+ \"LastTimeCheck\", \"id\": 24, \"value\": \"1396955223\" }, { \"service\":
122
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastTimeOffset\",
123
+ \"value\": \"-5\", \"id\": 25 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
124
+ \"variable\": \"PollNoReply\", \"id\": 26, \"value\": \"324\" }, { \"service\":
125
+ \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\", \"variable\": \"SetpointTarget\",
126
+ \"id\": 27, \"value\": \"68\" }, { \"service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
127
+ \"variable\": \"ModeTarget\", \"value\": \"HeatOn\", \"id\": 28 }, { \"service\":
128
+ \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\", \"variable\": \"SetpointTarget\",
129
+ \"value\": \"79.0\", \"id\": 29 }, { \"service\": \"urn:micasaverde-com:serviceId:GenericSensor1\",
130
+ \"variable\": \"CurrentLevel\", \"value\": \"0\", \"id\": 30 } ], \"category_num\":
131
+ 5, \"subcategory_num\": 1, \"ControlURLs\": { \"service_4\": { \"service\":
132
+ \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"ControlURL\": \"\\/upnp\\/control\\/dev_4\",
133
+ \"EventURL\": \"\\/upnp\\/event\\/dev_4\", \"serviceType\": \"urn:schemas-upnp-org:service:HVAC_FanOperatingMode:1\"
134
+ }, \"service_5\": { \"service\": \"urn:micasaverde-com:serviceId:HVAC_OperatingState1\",
135
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_5\", \"EventURL\": \"\\/upnp\\/event\\/dev_5\",
136
+ \"serviceType\": \"urn:micasaverde-com:serviceId:HVAC_OperatingState:1\" },
137
+ \"service_6\": { \"service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
138
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_6\", \"EventURL\": \"\\/upnp\\/event\\/dev_6\",
139
+ \"serviceType\": \"urn:schemas-upnp-org:service:HVAC_UserOperatingMode:1\"
140
+ }, \"service_7\": { \"service\": \"urn:upnp-org:serviceId:FanSpeed1\", \"ControlURL\":
141
+ \"\\/upnp\\/control\\/dev_7\", \"EventURL\": \"\\/upnp\\/event\\/dev_7\",
142
+ \"serviceType\": \"urn:schemas-upnp-org:service:FanSpeed:1\" }, \"service_8\":
143
+ { \"service\": \"urn:upnp-org:serviceId:TemperatureSensor1\", \"ControlURL\":
144
+ \"\\/upnp\\/control\\/dev_8\", \"EventURL\": \"\\/upnp\\/event\\/dev_8\",
145
+ \"serviceType\": \"urn:schemas-upnp-org:service:TemperatureSensor:1\" }, \"service_9\":
146
+ { \"service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\", \"ControlURL\":
147
+ \"\\/upnp\\/control\\/dev_9\", \"EventURL\": \"\\/upnp\\/event\\/dev_9\",
148
+ \"serviceType\": \"urn:schemas-upnp-org:service:TemperatureSetpoint:1\" },
149
+ \"service_10\": { \"service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\",
150
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_10\", \"EventURL\": \"\\/upnp\\/event\\/dev_10\",
151
+ \"serviceType\": \"urn:schemas-upnp-org:service:TemperatureSetpoint:1\" },
152
+ \"service_11\": { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"ControlURL\":
153
+ \"\\/upnp\\/control\\/dev_11\", \"EventURL\": \"\\/upnp\\/event\\/dev_11\",
154
+ \"serviceType\": \"urn:schemas-upnp-org:service:SwitchPower:1\" }, \"service_12\":
155
+ { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"ControlURL\":
156
+ \"\\/upnp\\/control\\/dev_12\", \"EventURL\": \"\\/upnp\\/event\\/dev_12\",
157
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
158
+ }, \"service_13\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
159
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_13\", \"EventURL\": \"\\/upnp\\/event\\/dev_13\",
160
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"manufacturer\":
161
+ \"Trane\", \"name\": \"Thermostat\", \"room\": 2, \"onDashboard\": 1, \"local_udn\":
162
+ \"uuid:4d494342-5342-5645-0003-000002161961\" }, { \"id\": \"4\", \"device_type\":
163
+ \"urn:schemas-futzle-com:device:CaddxNX584Security:1\", \"id_parent\": 0,
164
+ \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_CaddxNX584Security.xml\",
165
+ \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"\", \"ip\": \"\", \"mac\":
166
+ \"\", \"time_created\": \"1346552843\", \"plugin\": \"1018\", \"states\":
167
+ [ { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
168
+ \"CommFailure\", \"value\": \"1\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
169
+ \"variable\": \"IODevice\", \"value\": 8, \"id\": 1 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
170
+ \"variable\": \"LastUpdate\", \"value\": \"0\", \"id\": 2 }, { \"service\":
171
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"BatteryLevel\",
172
+ \"value\": \"100\", \"id\": 3 }, { \"service\": \"urn:futzle-com:serviceId:CaddxNX584Security1\",
173
+ \"variable\": \"StackPointer\", \"id\": 4, \"value\": \"32\" }, { \"service\":
174
+ \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"variable\": \"User1\",
175
+ \"value\": \"User 1\", \"id\": 5 }, { \"service\": \"urn:futzle-com:serviceId:CaddxNX584Security1\",
176
+ \"variable\": \"Zone1Name\", \"value\": \"Zone 1\", \"id\": 6 }, { \"service\":
177
+ \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"variable\": \"Zone1Type\",
178
+ \"value\": \"D_MotionSensor1.xml\", \"id\": 7 } ], \"impl_file\": \"I_CaddxNX584Security.xml\",
179
+ \"name\": \"Caddx NX584 Security System\", \"ControlURLs\": { \"service_14\":
180
+ { \"service\": \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"ControlURL\":
181
+ \"\\/upnp\\/control\\/dev_14\", \"EventURL\": \"\\/upnp\\/event\\/dev_14\",
182
+ \"serviceType\": \"urn:schemas-futzle-com:service:CaddxNX584Security:1\" },
183
+ \"service_15\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
184
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_15\", \"EventURL\": \"\\/upnp\\/event\\/dev_15\",
185
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"room\":
186
+ \"2\", \"onDashboard\": 1, \"category_num\": \"22\", \"local_udn\": \"uuid:4d494342-5342-5645-0004-000002161961\"
187
+ }, { \"id\": \"5\", \"device_type\": \"urn:schemas-upnp-org:device:BinaryLight:1\",
188
+ \"id_parent\": 1, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_BinaryLight1.xml\",
189
+ \"impl_file\": \"\", \"model\": \"\", \"altid\": \"3\", \"ip\": \"\", \"mac\":
190
+ \"\", \"time_created\": \"1346608270\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
191
+ \"variable\": \"Capabilities\", \"value\": \"210,156,0,4,16,1,L,R,B,RS,|37,39,114,115,117,119,134,\",
192
+ \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
193
+ \"variable\": \"ManufacturerInfo\", \"value\": \"99,21072,12592\", \"id\":
194
+ 1 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
195
+ \"VersionInfo\", \"value\": \"6,2,64,1,16\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
196
+ \"variable\": \"Configured\", \"value\": \"1\", \"id\": 3 }, { \"service\":
197
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"NodeInfo\",
198
+ \"value\": \"25,27,72,73,75,77,86,\", \"id\": 4 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
199
+ \"variable\": \"InitialName\", \"value\": \"Outdoor Switch\", \"id\": 5 },
200
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
201
+ \"ConfiguredName\", \"value\": \"Outdoor Switch\", \"id\": 6 }, { \"service\":
202
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastUpdate\",
203
+ \"value\": \"1346609845\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
204
+ \"variable\": \"FirstConfigured\", \"value\": \"1346608301\", \"id\": 8 },
205
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
206
+ \"PollSettings\", \"value\": \"60\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
207
+ \"variable\": \"Neighbors\", \"value\": \"1,2,\", \"id\": 10 }, { \"service\":
208
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
209
+ \"value\": \"0\", \"id\": 11 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
210
+ \"variable\": \"AssociationNum\", \"value\": \"0\", \"id\": 12 }, { \"service\":
211
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Status\", \"value\":
212
+ \"1\", \"id\": 13 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
213
+ \"variable\": \"PollOk\", \"value\": \"306873\", \"id\": 14 }, { \"service\":
214
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastRouteUpdate\",
215
+ \"id\": 15, \"value\": \"1396987650\" }, { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
216
+ \"variable\": \"Target\", \"id\": 16, \"value\": \"1\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
217
+ \"variable\": \"PollNoReply\", \"value\": \"496\", \"id\": 17 }, { \"service\":
218
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"VariablesSet\",
219
+ \"value\": \"1,m,\", \"id\": 18 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
220
+ \"variable\": \"CommFailure\", \"id\": 19, \"value\": \"1\" } ], \"category_num\":
221
+ 3, \"subcategory_num\": 0, \"ControlURLs\": { \"service_16\": { \"service\":
222
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"ControlURL\": \"\\/upnp\\/control\\/dev_16\",
223
+ \"EventURL\": \"\\/upnp\\/event\\/dev_16\", \"serviceType\": \"urn:schemas-upnp-org:service:SwitchPower:1\"
224
+ }, \"service_17\": { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
225
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_17\", \"EventURL\": \"\\/upnp\\/event\\/dev_17\",
226
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
227
+ }, \"service_18\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
228
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_18\", \"EventURL\": \"\\/upnp\\/event\\/dev_18\",
229
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
230
+ \"Outdoor Switch\", \"manufacturer\": \"GE\\/Jasco\", \"room\": \"1\", \"onDashboard\":
231
+ 1, \"local_udn\": \"uuid:4d494342-5342-5645-0005-000002161961\" }, { \"id\":
232
+ \"6\", \"device_type\": \"urn:schemas-micasaverde-com:device:SceneController:1\",
233
+ \"id_parent\": 1, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_SceneController1.xml\",
234
+ \"impl_file\": \"\", \"altid\": \"4\", \"ip\": \"\", \"mac\": \"\", \"time_created\":
235
+ \"1346608439\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
236
+ \"variable\": \"Capabilities\", \"value\": \"18,134,0,1,1,1,|33,114,134,\",
237
+ \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
238
+ \"variable\": \"ManufacturerInfo\", \"value\": \"\", \"id\": 1 }, { \"service\":
239
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"VersionInfo\",
240
+ \"value\": \"\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
241
+ \"variable\": \"Scenes\", \"value\": \"Button #2-on=Alarm Breach, \", \"id\":
242
+ 3 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
243
+ \"Configured\", \"id\": 4, \"value\": \"1\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
244
+ \"variable\": \"PollCommands\", \"value\": \"X\", \"pnp\": \"*1.5.408*\",
245
+ \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
246
+ \"variable\": \"NumButtons\", \"value\": \"9\", \"pnp\": \"*1.5.408*\", \"id\":
247
+ 6 }, { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\", \"variable\":
248
+ \"FiresOffEvents\", \"value\": \"0\", \"pnp\": \"*1.5.408*\", \"id\": 7 },
249
+ { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Target\",
250
+ \"value\": \"1\", \"id\": 8 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
251
+ \"variable\": \"CommFailure\", \"value\": \"1\", \"id\": 9 }, { \"service\":
252
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastUpdate\",
253
+ \"value\": \"\", \"id\": 10 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
254
+ \"variable\": \"Neighbors\", \"value\": \"\", \"id\": 11 }, { \"service\":
255
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
256
+ \"value\": \"\", \"id\": 12 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
257
+ \"variable\": \"MultiChEndpoint\", \"value\": \"\", \"id\": 13 }, { \"service\":
258
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"MultiChCapabilities\",
259
+ \"value\": \"\", \"id\": 14 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
260
+ \"variable\": \"AssociationNum\", \"value\": \"\", \"id\": 15 }, { \"service\":
261
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"ConfiguredName\",
262
+ \"value\": \"\", \"id\": 16 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
263
+ \"variable\": \"ConfiguredVariable\", \"value\": \"\", \"id\": 17 }, { \"service\":
264
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"ConfiguredAssoc\",
265
+ \"value\": \"\", \"id\": 18 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
266
+ \"variable\": \"NodeInfo\", \"value\": \"\", \"id\": 19 }, { \"service\":
267
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"MeterType\",
268
+ \"value\": \"\", \"id\": 20 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
269
+ \"variable\": \"MeterScale\", \"value\": \"\", \"id\": 21 }, { \"service\":
270
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"SetPointInfo\",
271
+ \"value\": \"\", \"id\": 22 }, { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
272
+ \"variable\": \"sl_SceneActivated\", \"value\": \"0\", \"id\": 23 }, { \"service\":
273
+ \"urn:micasaverde-com:serviceId:SceneController1\", \"variable\": \"LastSceneTime\",
274
+ \"value\": \"1391247909\", \"id\": 24 }, { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
275
+ \"variable\": \"SceneShortcuts\", \"value\": \"1=1,2=2|undefined\", \"id\":
276
+ 25 }, { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\":
277
+ \"Status\", \"value\": \"1\", \"id\": 26 } ], \"category_num\": 14, \"subcategory_num\":
278
+ 0, \"ControlURLs\": { \"service_19\": { \"service\": \"urn:micasaverde-com:serviceId:SceneController1\",
279
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_19\", \"EventURL\": \"\\/upnp\\/event\\/dev_19\",
280
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:SceneController:1\"
281
+ }, \"service_20\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
282
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_20\", \"EventURL\": \"\\/upnp\\/event\\/dev_20\",
283
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
284
+ \"_GE Advanced Remote\", \"room\": \"1\", \"model\": \"\", \"onDashboard\":
285
+ 1, \"manufacturer\": \"Universal Electronics Inc.\", \"local_udn\": \"uuid:4d494342-5342-5645-0006-000002161961\"
286
+ }, { \"id\": \"7\", \"name\": \"Serial_Portlist_2146893057\", \"device_type\":
287
+ \"urn:micasaverde-org:device:SerialPortRoot:1\", \"room\": \"0\", \"id_parent\":
288
+ 0, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_SerialPortRoot1.xml\",
289
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"35002721\",
290
+ \"ip\": \"127.0.0.1\", \"mac\": \"\", \"time_created\": \"1346707745\", \"invisible\":
291
+ \"1\", \"states\": [ ], \"local_udn\": \"uuid:4d494342-5342-5645-0007-000002161961\"
292
+ }, { \"id\": \"8\", \"name\": \"ftdi_sio\", \"device_type\": \"urn:micasaverde-org:device:SerialPort:1\",
293
+ \"room\": \"0\", \"id_parent\": 7, \"disabled\": 0, \"device_file\": \"D_SerialPort1.xml\",
294
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"usb-rt3883-ohci-1\",
295
+ \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1346707745\", \"states\":
296
+ [ { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
297
+ \"IOPort\", \"value\": \"3481\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
298
+ \"variable\": \"Protocol\", \"value\": \"RS232\", \"id\": 1 }, { \"service\":
299
+ \"urn:micasaverde-org:serviceId:SerialPort1\", \"variable\": \"vendor\", \"value\":
300
+ \"403\", \"id\": 2 }, { \"service\": \"urn:micasaverde-org:serviceId:SerialPort1\",
301
+ \"variable\": \"product\", \"value\": \"6001\", \"id\": 3 }, { \"service\":
302
+ \"urn:micasaverde-org:serviceId:SerialPort1\", \"variable\": \"path\", \"value\":
303
+ \"\\/dev\\/ttyUSB0\", \"id\": 4 }, { \"service\": \"urn:micasaverde-org:serviceId:SerialPort1\",
304
+ \"variable\": \"baud\", \"value\": \"9600\", \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
305
+ \"variable\": \"LastUpdate\", \"value\": \"0\", \"id\": 6 }, { \"service\":
306
+ \"urn:micasaverde-org:serviceId:SerialPort1\", \"variable\": \"databits\",
307
+ \"value\": \"8\", \"id\": 7 }, { \"service\": \"urn:micasaverde-org:serviceId:SerialPort1\",
308
+ \"variable\": \"parity\", \"value\": \"none\", \"id\": 8 }, { \"service\":
309
+ \"urn:micasaverde-org:serviceId:SerialPort1\", \"variable\": \"stopbits\",
310
+ \"value\": \"1\", \"id\": 9 } ], \"category_num\": 13, \"subcategory_num\":
311
+ 0, \"embedded\": \"1\", \"invisible\": \"1\", \"ControlURLs\": { \"service_22\":
312
+ { \"service\": \"urn:micasaverde-org:serviceId:SerialPort1\", \"ControlURL\":
313
+ \"\\/upnp\\/control\\/dev_22\", \"EventURL\": \"\\/upnp\\/event\\/dev_22\",
314
+ \"serviceType\": \"urn:micasaverde-org:service:SerialPort:1\" } }, \"local_udn\":
315
+ \"uuid:4d494342-5342-5645-0008-000002161961\", \"commProv\": \"rs232\" },
316
+ { \"id\": \"9\", \"name\": \"Partition 1\", \"device_type\": \"urn:schemas-futzle-com:device:CaddxNX584Partition:2\",
317
+ \"id_parent\": 4, \"disabled\": 0, \"device_file\": \"D_CaddxNX584Partition2.xml\",
318
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"Partition-1bis\",
319
+ \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1346820270\", \"states\":
320
+ [ { \"service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"variable\":
321
+ \"LastUser\", \"id\": 0, \"value\": \"User 1\" }, { \"service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
322
+ \"variable\": \"ChimeEnabled\", \"value\": \"0\", \"id\": 1 }, { \"service\":
323
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"variable\": \"AlarmMemory\",
324
+ \"id\": 2, \"value\": \"0\" }, { \"service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
325
+ \"variable\": \"Alarm\", \"value\": \"None\", \"id\": 3 }, { \"service\":
326
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"variable\": \"DetailedArmMode\",
327
+ \"id\": 4, \"value\": \"Ready\" }, { \"service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
328
+ \"variable\": \"ArmMode\", \"id\": 5, \"value\": \"Disarmed\" } ], \"embedded\":
329
+ \"1\", \"ControlURLs\": { \"service_23\": { \"service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
330
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_23\", \"EventURL\": \"\\/upnp\\/event\\/dev_23\",
331
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:AlarmPartition:2\"
332
+ } }, \"onDashboard\": 1, \"room\": 2, \"category_num\": \"23\", \"local_udn\":
333
+ \"uuid:4d494342-5342-5645-0009-000002161961\" }, { \"id\": \"10\", \"name\":
334
+ \"Zone 1\", \"device_type\": \"urn:schemas-micasaverde-com:device:MotionSensor:1\",
335
+ \"room\": \"0\", \"id_parent\": 4, \"embedded\": 0, \"disabled\": 0, \"device_file\":
336
+ \"D_MotionSensor1.xml\", \"impl_file\": \"I_CaddxNX584Security.xml\", \"manufacturer\":
337
+ \"\", \"model\": \"\", \"altid\": \"Zone-1\", \"ip\": \"\", \"mac\": \"\",
338
+ \"time_created\": \"1347216199\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
339
+ \"variable\": \"Tripped\", \"id\": 0, \"value\": \"0\" }, { \"service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
340
+ \"variable\": \"Armed\", \"value\": \"1\", \"id\": 1 } ], \"subcategory_num\":
341
+ 3, \"ControlURLs\": { \"service_24\": { \"service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
342
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_24\", \"EventURL\": \"\\/upnp\\/event\\/dev_24\",
343
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:SecuritySensor:1\"
344
+ }, \"service_25\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
345
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_25\", \"EventURL\": \"\\/upnp\\/event\\/dev_25\",
346
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"onDashboard\":
347
+ 1, \"category_num\": \"4\", \"local_udn\": \"uuid:4d494342-5342-5645-000a-000002161961\"
348
+ }, { \"id\": \"11\", \"name\": \"Generic IP Camera\", \"device_type\": \"urn:schemas-upnp-org:device:DigitalSecurityCamera:1\",
349
+ \"id_parent\": 0, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_DigitalSecurityCamera1.xml\",
350
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"time_created\":
351
+ \"1354385192\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
352
+ \"variable\": \"URL\", \"value\": \"cgi\\/jpg\\/image.cgi\", \"id\": 0 },
353
+ { \"service\": \"urn:micasaverde-com:serviceId:Camera1\", \"variable\": \"Timeout\",
354
+ \"value\": \"5\", \"id\": 1 }, { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
355
+ \"variable\": \"DirectStreamingURL\", \"value\": \"cgi\\/mjpg\\/mjpg.cgi\",
356
+ \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:Camera1\", \"variable\":
357
+ \"PreRollBuffer\", \"value\": \"0\", \"id\": 3 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
358
+ \"variable\": \"LastUpdate\", \"value\": \"0\", \"id\": 4 }, { \"service\":
359
+ \"urn:micasaverde-com:serviceId:Camera1\", \"variable\": \"RelatedSensors\",
360
+ \"value\": \"\", \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
361
+ \"variable\": \"SensorArchiveSeconds\", \"value\": \"600\", \"id\": 6 }, {
362
+ \"service\": \"urn:micasaverde-com:serviceId:Camera1\", \"variable\": \"LightOptions\",
363
+ \"value\": \"\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
364
+ \"variable\": \"AutoArchiveSeconds\", \"value\": \"1440m\", \"id\": 8 }, {
365
+ \"service\": \"urn:micasaverde-com:serviceId:Camera1\", \"variable\": \"AutoArchivePreserveDays\",
366
+ \"value\": \"10\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
367
+ \"variable\": \"RelatedLights\", \"value\": \"\", \"id\": 10 } ], \"category_num\":
368
+ 6, \"subcategory_num\": 0, \"username\": \"admin\", \"password\": \"nexxuS\",
369
+ \"ControlURLs\": { \"service_26\": { \"service\": \"urn:upnp-org:serviceId:DigitalSecurityCameraSettings1\",
370
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_26\", \"EventURL\": \"\\/upnp\\/event\\/dev_26\",
371
+ \"serviceType\": \"urn:schemas-upnp-org:service:DigitalSecurityCameraSettings:1\"
372
+ }, \"service_27\": { \"service\": \"urn:upnp-org:serviceId:DigitalSecurityCameraStillImage1\",
373
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_27\", \"EventURL\": \"\\/upnp\\/event\\/dev_27\",
374
+ \"serviceType\": \"urn:schemas-upnp-org:service:DigitalSecurityCameraStillImage:1\"
375
+ }, \"service_28\": { \"service\": \"urn:micasaverde-com:serviceId:PanTiltZoom1\",
376
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_28\", \"EventURL\": \"\\/upnp\\/event\\/dev_28\",
377
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:PanTiltZoom:1\" },
378
+ \"service_29\": { \"service\": \"urn:micasaverde-com:serviceId:Camera1\",
379
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_29\", \"EventURL\": \"\\/upnp\\/event\\/dev_29\",
380
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:Camera:1\" } }, \"ip\":
381
+ \"192.168.50.22\", \"room\": \"1\", \"mac\": \"68:1C:A2:14:01:42\", \"altid\":
382
+ \"313141\", \"hwkey\": \"52d9bf6450c3a60302161961161ce9af\", \"onDashboard\":
383
+ 1, \"local_udn\": \"uuid:4d494342-5342-5645-000b-000002161961\" }, { \"id\":
384
+ \"12\", \"device_type\": \"urn:schemas-upnp-org:device:BinaryLight:1\", \"id_parent\":
385
+ 1, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_BinaryLight1.xml\",
386
+ \"impl_file\": \"\", \"model\": \"\", \"altid\": \"5\", \"ip\": \"\", \"mac\":
387
+ \"\", \"time_created\": \"1350236784\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
388
+ \"variable\": \"Capabilities\", \"value\": \"210,156,0,4,16,1,L,R,B,RS,|37,39,112,114,115,117,119,134,\",
389
+ \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
390
+ \"variable\": \"ManufacturerInfo\", \"value\": \"99,21074,13616\", \"id\":
391
+ 1 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
392
+ \"VersionInfo\", \"value\": \"6,2,64,1,16\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
393
+ \"variable\": \"Configured\", \"value\": \"1\", \"id\": 3 }, { \"service\":
394
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"NodeInfo\",
395
+ \"value\": \"25,27,70,72,73,75,77,86,\", \"id\": 4 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
396
+ \"variable\": \"InitialName\", \"value\": \"On\\/Off Outlet\", \"id\": 5 },
397
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
398
+ \"ConfiguredName\", \"value\": \"On\\/Off Outlet\", \"id\": 6 }, { \"service\":
399
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastUpdate\",
400
+ \"value\": \"1372042379\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
401
+ \"variable\": \"FirstConfigured\", \"value\": \"1372042379\", \"id\": 8 },
402
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
403
+ \"PollSettings\", \"value\": \"60\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
404
+ \"variable\": \"Neighbors\", \"value\": \"1,2,6,\", \"id\": 10 }, { \"service\":
405
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
406
+ \"value\": \"0\", \"id\": 11 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
407
+ \"variable\": \"AssociationNum\", \"value\": \"0\", \"id\": 12 }, { \"service\":
408
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Status\", \"id\":
409
+ 13, \"value\": \"0\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
410
+ \"variable\": \"PollOk\", \"id\": 14, \"value\": \"275171\" }, { \"service\":
411
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Target\", \"id\":
412
+ 15, \"value\": \"1\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
413
+ \"variable\": \"LastRouteUpdate\", \"id\": 16, \"value\": \"1396983802\" },
414
+ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
415
+ \"PollNoReply\", \"id\": 17, \"value\": \"125\" }, { \"id\": 36, \"service\":
416
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"CommFailure\",
417
+ \"value\": \"1\" } ], \"category_num\": 3, \"subcategory_num\": 0, \"ControlURLs\":
418
+ { \"service_30\": { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
419
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_30\", \"EventURL\": \"\\/upnp\\/event\\/dev_30\",
420
+ \"serviceType\": \"urn:schemas-upnp-org:service:SwitchPower:1\" }, \"service_31\":
421
+ { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"ControlURL\":
422
+ \"\\/upnp\\/control\\/dev_31\", \"EventURL\": \"\\/upnp\\/event\\/dev_31\",
423
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
424
+ }, \"service_32\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
425
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_32\", \"EventURL\": \"\\/upnp\\/event\\/dev_32\",
426
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
427
+ \"On\\/Off Outlet\", \"manufacturer\": \"GE\\/Jasco\", \"room\": \"1\", \"onDashboard\":
428
+ 1, \"local_udn\": \"uuid:4d494342-5342-5645-000c-000002161961\" }, { \"id\":
429
+ \"14\", \"name\": \"_Home Energy Monitor\", \"pnp\": \"2014\", \"device_type\":
430
+ \"urn:schemas-micasaverde-com:device:PowerMeter:1\", \"room\": \"0\", \"id_parent\":
431
+ 1, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_PowerMeter1.xml\",
432
+ \"impl_file\": \"\", \"altid\": \"6\", \"ip\": \"\", \"mac\": \"\", \"time_created\":
433
+ \"1394899070\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
434
+ \"variable\": \"VariablesSet\", \"value\": \"1-120 (US) or 220 (EU) volts,2d,120,3-Enable
435
+ delta,1d,1,4-Watts delta,2d,25,5-Watts delta clamp 1,2d,25,6-Watts delta clamp
436
+ 2,2d,25,7-Watts delta clamp 3,2d,25,8-Percent delta,1d,5,9-Percent delta clamp
437
+ 1,1d,5,10-Percent delta clamp 2,1d,5,11-Percent delta clamp,1d,5,101-Report
438
+ 1,4d,12,103-Report 3,4h,1B00,111-Report 1 Interval,4d,30,113-Report 3 Interval,4d,30\",
439
+ \"pnp\": \"*1.5.622*\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
440
+ \"variable\": \"Documentation\", \"value\": \"http:\\/\\/wiki.mios.com\\/index.php\\/AeonHEM#Custom_Settings\",
441
+ \"pnp\": \"*1.5.622*\", \"id\": 1 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
442
+ \"variable\": \"Documentation\", \"value\": \"http:\\/\\/wiki.mios.com\\/index.php\\/AeonHEM\",
443
+ \"pnp\": \"*1.5.622*\", \"id\": 2 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
444
+ \"variable\": \"ManufacturerInfo\", \"value\": \"134,2,9\", \"id\": 3 }, {
445
+ \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
446
+ \"Capabilities\", \"value\": \"82,92,0,4,33,1,R,B,RS,W1,|49:2,50:2,96:2,112,114,128,133,134,\",
447
+ \"id\": 4 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
448
+ \"Configured\", \"value\": \"1\", \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
449
+ \"variable\": \"NodeInfo\", \"value\": \"31,32,60,70,72,80,85,86,\", \"id\":
450
+ 6 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
451
+ \"MeterType\", \"value\": \"1\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
452
+ \"variable\": \"MeterScale\", \"value\": \"5\", \"id\": 8 }, { \"service\":
453
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"MultiChEndpoint\",
454
+ \"value\": \"2,0,1\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
455
+ \"variable\": \"MultiChCapabilities\", \"value\": \"1,33,1,49,50,\\n2,33,1,49,50,\\n\",
456
+ \"id\": 10 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
457
+ \"variable\": \"ConfiguredAssoc\", \"value\": \"\", \"id\": 11 }, { \"service\":
458
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"VariablesGet\",
459
+ \"value\": \"1,120,3,1,4,25,5,25,6,25,7,25,8,5,9,5,10,5,11,5,101,12,103,6912,111,30,113,30,\",
460
+ \"id\": 12 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
461
+ \"variable\": \"ConfiguredVariable\", \"value\": \"1-120 (US) or 220 (EU)
462
+ volts,2d,120,3-Enable delta,1d,1,4-Watts delta,2d,25,5-Watts delta clamp 1,2d,25,6-Watts
463
+ delta clamp 2,2d,25,7-Watts delta clamp 3,2d,25,8-Percent delta,1d,5,9-Percent
464
+ delta clamp 1,1d,5,10-Percent delta clamp 2,1d,5,11-Percent delta clamp,1d,5,101-Report
465
+ 1,4d,12,103-Report 3,4h,1B00,111-Report 1 Interval,4d,30,113-Report 3 Interval,4d,30\",
466
+ \"id\": 13 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
467
+ \"variable\": \"LastUpdate\", \"value\": \"1394899161\", \"id\": 14 }, { \"service\":
468
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"FirstConfigured\",
469
+ \"value\": \"1394899161\", \"id\": 15 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
470
+ \"variable\": \"PollSettings\", \"value\": \"10800\", \"id\": 16 }, { \"service\":
471
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"VersionInfo\",
472
+ \"value\": \"3,2,78,3,60\", \"id\": 17 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
473
+ \"variable\": \"Neighbors\", \"value\": \"1,2,5,\", \"id\": 18 }, { \"service\":
474
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
475
+ \"value\": \"1394899119\", \"id\": 19 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
476
+ \"variable\": \"AssociationNum\", \"value\": \"1\", \"id\": 20 }, { \"service\":
477
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"PollNoReply\",
478
+ \"id\": 21, \"value\": \"40\" }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
479
+ \"variable\": \"LastRouteUpdate\", \"id\": 22, \"value\": \"1396978285\" },
480
+ { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\":
481
+ \"KWH\", \"id\": 23, \"value\": \"1267.2620\" }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
482
+ \"variable\": \"KWHReading\", \"id\": 24, \"value\": \"1397002843\" }, { \"id\":
483
+ 25, \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\":
484
+ \"Watts\", \"value\": \"413\" }, { \"id\": 26, \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
485
+ \"variable\": \"Log\", \"value\": \"413,413,413,1396999800,1\" }, { \"id\":
486
+ 27, \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\":
487
+ \"ActualUsage\", \"value\": \"1\" }, { \"id\": 28, \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
488
+ \"variable\": \"BatteryDate\", \"value\": \"1396705592\" }, { \"id\": 29,
489
+ \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"BatteryLevel\",
490
+ \"value\": \"0\" }, { \"id\": 30, \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
491
+ \"variable\": \"sl_BatteryAlarm\", \"value\": \"1\" }, { \"id\": 31, \"service\":
492
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"PollOk\",
493
+ \"value\": \"1\" } ], \"category_num\": 21, \"subcategory_num\": 0, \"ControlURLs\":
494
+ { \"service_33\": { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
495
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_33\", \"EventURL\": \"\\/upnp\\/event\\/dev_33\",
496
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
497
+ }, \"service_34\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
498
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_34\", \"EventURL\": \"\\/upnp\\/event\\/dev_34\",
499
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"manufacturer\":
500
+ \"Aeon\", \"model\": \"HEM\", \"local_udn\": \"uuid:4d494342-5342-5645-000e-000002161961\"
501
+ }, { \"id\": \"15\", \"device_type\": \"urn:schemas-micasaverde-com:device:PowerMeter:1\",
502
+ \"room\": \"0\", \"id_parent\": 14, \"disabled\": 0, \"device_file\": \"D_PowerMeter1.xml\",
503
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"e1\",
504
+ \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1394899070\", \"states\":
505
+ [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
506
+ \"VariablesGet\", \"value\": \"\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
507
+ \"variable\": \"Watts\", \"id\": 1, \"value\": \"584\" }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
508
+ \"variable\": \"Log\", \"id\": 2, \"value\": \"521,439,2402,1397002812,3013\"
509
+ }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\":
510
+ \"ActualUsage\", \"value\": \"1\", \"id\": 3 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
511
+ \"variable\": \"ManufacturerInfo\", \"value\": \"0,0,0\", \"id\": 4 }, { \"service\":
512
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"Capabilities\",
513
+ \"value\": \"82,92,0,4,33,1,R,B,RS,W1,|49,50,\", \"id\": 5 }, { \"service\":
514
+ \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\": \"KWH\",
515
+ \"id\": 6, \"value\": \"590.6230\" }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
516
+ \"variable\": \"KWHReading\", \"id\": 7, \"value\": \"1397002843\" } ], \"category_num\":
517
+ 21, \"subcategory_num\": 0, \"embedded\": \"1\", \"ControlURLs\": { \"service_35\":
518
+ { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"ControlURL\":
519
+ \"\\/upnp\\/control\\/dev_35\", \"EventURL\": \"\\/upnp\\/event\\/dev_35\",
520
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
521
+ }, \"service_36\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
522
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_36\", \"EventURL\": \"\\/upnp\\/event\\/dev_36\",
523
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
524
+ \"_Home Energy Monitor Clamp 1\", \"local_udn\": \"uuid:4d494342-5342-5645-000f-000002161961\"
525
+ }, { \"id\": \"16\", \"device_type\": \"urn:schemas-micasaverde-com:device:PowerMeter:1\",
526
+ \"room\": \"0\", \"id_parent\": 14, \"disabled\": 0, \"device_file\": \"D_PowerMeter1.xml\",
527
+ \"impl_file\": \"\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"e2\",
528
+ \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1394899070\", \"states\":
529
+ [ { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
530
+ \"VariablesGet\", \"value\": \"\", \"id\": 0 }, { \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
531
+ \"variable\": \"ManufacturerInfo\", \"value\": \"0,0,0\", \"id\": 1 }, { \"service\":
532
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"Capabilities\",
533
+ \"value\": \"82,92,0,4,33,1,R,B,RS,W1,|49,50,\", \"id\": 2 }, { \"service\":
534
+ \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\": \"Watts\",
535
+ \"id\": 3, \"value\": \"752\" }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
536
+ \"variable\": \"Log\", \"id\": 4, \"value\": \"752,766,2678,1397002843,3044\"
537
+ }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\":
538
+ \"ActualUsage\", \"value\": \"1\", \"id\": 5 }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
539
+ \"variable\": \"KWH\", \"id\": 6, \"value\": \"676.6390\" }, { \"service\":
540
+ \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"variable\": \"KWHReading\",
541
+ \"id\": 7, \"value\": \"1397002843\" } ], \"category_num\": 21, \"subcategory_num\":
542
+ 0, \"embedded\": \"1\", \"ControlURLs\": { \"service_37\": { \"service\":
543
+ \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"ControlURL\": \"\\/upnp\\/control\\/dev_37\",
544
+ \"EventURL\": \"\\/upnp\\/event\\/dev_37\", \"serviceType\": \"urn:schemas-micasaverde-com:service:EnergyMetering:1\"
545
+ }, \"service_38\": { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
546
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_38\", \"EventURL\": \"\\/upnp\\/event\\/dev_38\",
547
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:HaDevice:1\" } }, \"name\":
548
+ \"_Home Energy Monitor Clamp 2\", \"local_udn\": \"uuid:4d494342-5342-5645-0010-000002161961\"
549
+ }, { \"id\": \"17\", \"room\": \"0\", \"id_parent\": 0, \"embedded\": 0, \"disabled\":
550
+ 0, \"device_file\": \"D_EchoEnergyManager.xml\", \"manufacturer\": \"\", \"model\":
551
+ \"\", \"altid\": \"\", \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1394899227\",
552
+ \"plugin\": \"1328\", \"states\": [ { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\",
553
+ \"variable\": \"DevicesRegistered\", \"id\": 0, \"value\": \"0\" }, { \"service\":
554
+ \"urn:micasaverde-com:serviceId:EEM-Plugin1\", \"variable\": \"GotKey\", \"value\":
555
+ \"1\", \"id\": 1 }, { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\",
556
+ \"variable\": \"UserDataVersion\", \"value\": \"0\", \"id\": 2 }, { \"service\":
557
+ \"urn:micasaverde-com:serviceId:EEM-Plugin1\", \"variable\": \"OutsideTS\",
558
+ \"value\": \"\", \"id\": 3 }, { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\",
559
+ \"variable\": \"InsideTS\", \"value\": \"3\", \"id\": 4 }, { \"service\":
560
+ \"urn:micasaverde-com:serviceId:EEM-Plugin1\", \"variable\": \"GatewayRegistered\",
561
+ \"id\": 5, \"value\": \"0\" }, { \"service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
562
+ \"variable\": \"IpFeature\", \"value\": \"0\", \"id\": 6 }, { \"service\":
563
+ \"urn:micasaverde-com:serviceId:EEM-Plugin1\", \"variable\": \"EMDeviceList\",
564
+ \"value\": \"3;5;12;14;15;16;17\", \"id\": 7 }, { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\",
565
+ \"variable\": \"TSDeviceList\", \"value\": \"3;3;3;3;3;3;17;17;17;17\", \"id\":
566
+ 8 }, { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\", \"variable\":
567
+ \"WholehouseEM\", \"value\": \"14\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
568
+ \"variable\": \"LastUpdate\", \"value\": \"0\", \"id\": 10 } ], \"invisible\":
569
+ \"1\", \"impl_file\": \"I_EchoEnergyManager.xml\", \"name\": \"Ergy\", \"ControlURLs\":
570
+ { \"service_39\": { \"service\": \"urn:micasaverde-com:serviceId:EEM-Plugin1\",
571
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_39\", \"EventURL\": \"\\/upnp\\/event\\/dev_39\",
572
+ \"serviceType\": \"urn:schemas-micasaverde-com:service:EEM-Plugin:1\" } },
573
+ \"device_type\": \"urn:schemas-micasaverde-com:device:EnergyCalculator:1\",
574
+ \"local_udn\": \"uuid:4d494342-5342-5645-0011-000002161961\" }, { \"id\":
575
+ \"18\", \"device_type\": \"urn:richardgreen:device:VeraAlert:1\", \"room\":
576
+ \"0\", \"id_parent\": 0, \"embedded\": 0, \"disabled\": 0, \"device_file\":
577
+ \"D_VeraAlert.xml\", \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"\",
578
+ \"ip\": \"\", \"mac\": \"\", \"time_created\": \"1395977540\", \"plugin\":
579
+ \"3008\", \"states\": [ { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\",
580
+ \"variable\": \"ProcessNotifications\", \"value\": \"0\", \"id\": 0 }, { \"service\":
581
+ \"urn:richardgreen:serviceId:VeraAlert1\", \"variable\": \"InternalAlerts\",
582
+ \"value\": \"0\", \"id\": 1 }, { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\",
583
+ \"variable\": \"Debug\", \"value\": \"1\", \"id\": 2 }, { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\",
584
+ \"variable\": \"Profiles\", \"id\": 3, \"value\": \"[]\" }, { \"service\":
585
+ \"urn:richardgreen:serviceId:VeraAlert1\", \"variable\": \"UserProfileAssociation\",
586
+ \"id\": 4, \"value\": \"['DefaultRecipients=undefined','jasonyork=undefined']\"
587
+ }, { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\", \"variable\":
588
+ \"LastUpdate\", \"value\": \"9400435883\", \"id\": 5 }, { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\",
589
+ \"variable\": \"RegisterID\", \"value\": \"\", \"id\": 6 }, { \"service\":
590
+ \"urn:richardgreen:serviceId:VeraAlert1\", \"variable\": \"LastRecipient\",
591
+ \"value\": \"\", \"id\": 7 }, { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\",
592
+ \"variable\": \"LastMsgSent\", \"value\": \"\", \"id\": 8 }, { \"service\":
593
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"AutoConfigure\",
594
+ \"value\": \"1\", \"id\": 9 }, { \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
595
+ \"variable\": \"LastUpdate\", \"value\": \"0\", \"id\": 10 } ], \"impl_file\":
596
+ \"I_VeraAlert.xml\", \"name\": \"VeraAlerts\", \"ControlURLs\": { \"service_40\":
597
+ { \"service\": \"urn:richardgreen:serviceId:VeraAlert1\", \"ControlURL\":
598
+ \"\\/upnp\\/control\\/dev_40\", \"EventURL\": \"\\/upnp\\/event\\/dev_40\",
599
+ \"serviceType\": \"urn:richardgreen:service:VeraAlert:1\" } }, \"local_udn\":
600
+ \"uuid:4d494342-5342-5645-0012-000002161961\" }, { \"id\": \"19\", \"device_type\":
601
+ \"urn:schemas-cd-jackson-com:device:DataMine:1\", \"room\": \"0\", \"id_parent\":
602
+ 0, \"embedded\": 0, \"disabled\": 0, \"device_file\": \"D_DataMine1.xml\",
603
+ \"manufacturer\": \"\", \"model\": \"\", \"altid\": \"\", \"ip\": \"\", \"mac\":
604
+ \"\", \"time_created\": \"1395977805\", \"plugin\": \"1088\", \"states\":
605
+ [ { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\":
606
+ \"errorStatus\", \"value\": \"false\", \"id\": 0 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
607
+ \"variable\": \"SetDataDirectory\", \"value\": \"\\/dataMine\\/\", \"id\":
608
+ 1 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\":
609
+ \"SetMountUUID\", \"value\": \"\", \"id\": 2 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
610
+ \"variable\": \"SetMountPoint\", \"value\": \"\", \"id\": 3 }, { \"service\":
611
+ \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\": \"SetMountOptions\",
612
+ \"value\": \"\", \"id\": 4 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
613
+ \"variable\": \"SetManualMount\", \"value\": \"0\", \"id\": 5 }, { \"service\":
614
+ \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\": \"SetTimeoutPeriod\",
615
+ \"value\": \"12\", \"id\": 6 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
616
+ \"variable\": \"SetHistoryEnable\", \"value\": \"1\", \"id\": 7 }, { \"service\":
617
+ \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\": \"SetUseBackup\",
618
+ \"value\": \"1\", \"id\": 8 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
619
+ \"variable\": \"SetEventsEnable\", \"value\": \"1\", \"id\": 9 }, { \"service\":
620
+ \"urn:cd-jackson-com:serviceId:DataMine1\", \"variable\": \"ChannelCnt\",
621
+ \"value\": \"0\", \"id\": 10 }, { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
622
+ \"variable\": \"ChannelRec\", \"value\": \"0\", \"id\": 11 } ], \"impl_file\":
623
+ \"I_DataMine1.xml\", \"name\": \"dataMine graphing and logging\", \"ControlURLs\":
624
+ { \"service_41\": { \"service\": \"urn:cd-jackson-com:serviceId:DataMine1\",
625
+ \"ControlURL\": \"\\/upnp\\/control\\/dev_41\", \"EventURL\": \"\\/upnp\\/event\\/dev_41\",
626
+ \"serviceType\": \"urn:schemas-cd-jackson-com:service:DataMine:1\" } }, \"local_udn\":
627
+ \"uuid:4d494342-5342-5645-0013-000002161961\" } ], \"scenes\": [ { \"name\":
628
+ \"Alarm Breach\", \"notification_only\": 9, \"triggers\": [ { \"device\":
629
+ 6, \"template\": 1, \"name\": \"AUTO_GENERATED\", \"arguments\": [ { \"id\":
630
+ 1, \"value\": 2 } ], \"autogen\": 1, \"enabled\": \"1\" } ], \"id\": 2, \"Timestamp\":
631
+ 1385012349, \"room\": 0 }, { \"name\": \"Alarm Breach\", \"groups\": [ { \"delay\":
632
+ 0, \"actions\": [ ] } ], \"id\": 3, \"triggers\": [ { \"name\": \"Alarm in
633
+ breach\", \"enabled\": 1, \"template\": 3, \"device\": 9, \"arguments\": [
634
+ { \"id\": 1, \"value\": \"Active\" } ], \"users\": 192101 }, { \"name\": \"Sensor
635
+ Tripped\", \"enabled\": 0, \"template\": 2, \"device\": 10, \"arguments\":
636
+ [ { \"id\": 1, \"value\": \"1\" } ], \"users\": 192101 } ], \"onDashboard\":
637
+ 0, \"Timestamp\": 1392774383, \"room\": 0 }, { \"name\": \"Leaving House\",
638
+ \"room\": 1, \"groups\": [ { \"delay\": 0, \"actions\": [ { \"device\": \"12\",
639
+ \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"action\": \"SetTarget\",
640
+ \"arguments\": [ { \"name\": \"newTargetValue\", \"value\": \"0\" } ] }, {
641
+ \"device\": \"5\", \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"action\":
642
+ \"SetTarget\", \"arguments\": [ { \"name\": \"newTargetValue\", \"value\":
643
+ \"0\" } ] }, { \"device\": \"3\", \"service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
644
+ \"action\": \"SetCurrentSetpoint\", \"arguments\": [ { \"name\": \"NewCurrentSetpoint\",
645
+ \"value\": \"62\" } ] }, { \"device\": \"3\", \"service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
646
+ \"action\": \"SetModeTarget\", \"arguments\": [ { \"name\": \"NewModeTarget\",
647
+ \"value\": \"HeatOn\" } ] } ] } ], \"triggers\": [ { \"name\": \"System Armed\",
648
+ \"enabled\": 1, \"template\": 1, \"device\": 9, \"arguments\": [ { \"id\":
649
+ 1, \"value\": \"Armed\" } ], \"last_run\": 1396791293 } ], \"id\": 4, \"Timestamp\":
650
+ 1386539743 }, { \"name\": \"Entering Home\", \"room\": 1, \"groups\": [ {
651
+ \"delay\": 0, \"actions\": [ { \"device\": \"3\", \"service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
652
+ \"action\": \"SetCurrentSetpoint\", \"arguments\": [ { \"name\": \"NewCurrentSetpoint\",
653
+ \"value\": \"68\" } ] }, { \"device\": \"3\", \"service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
654
+ \"action\": \"SetModeTarget\", \"arguments\": [ { \"name\": \"NewModeTarget\",
655
+ \"value\": \"HeatOn\" } ] }, { \"device\": \"12\", \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
656
+ \"action\": \"SetTarget\", \"arguments\": [ { \"name\": \"newTargetValue\",
657
+ \"value\": \"1\" } ] }, { \"device\": \"5\", \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
658
+ \"action\": \"SetTarget\", \"arguments\": [ { \"name\": \"newTargetValue\",
659
+ \"value\": \"1\" } ] } ] } ], \"triggers\": [ { \"name\": \"Alarm Deactivated\",
660
+ \"enabled\": 1, \"template\": 1, \"device\": 9, \"arguments\": [ { \"id\":
661
+ 1, \"value\": \"Disarmed\" } ], \"last_run\": 1396810515 } ], \"id\": 5, \"Timestamp\":
662
+ 1386539838 } ], \"sections\": [ { \"id\": 1, \"name\": \"My Home\" } ], \"timezone\":
663
+ \"0\", \"firmware_version\": \"1\", \"ExtraLuaFiles\": [ ], \"ServerBackup\":
664
+ \"1\", \"InstalledPlugins2\": [ { \"Version\": \"5578\", \"AllowMultiple\":
665
+ \"1\", \"Title\": \"GE Caddx NetworX Alarm Panels Plugin\", \"Icon\": \"images\\/plugin.png\",
666
+ \"Instructions\": \"http:\\/\\/code.mios.com\\/trac\\/mios_caddxnx584\", \"Hidden\":
667
+ \"0\", \"AutoUpdate\": \"1\", \"Files\": [ { \"SourceName\": \"D_CaddxNX584Partition2.json\",
668
+ \"SourcePath\": null, \"DestName\": \"D_CaddxNX584Partition2.json\", \"DestPath\":
669
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"J\" }, { \"SourceName\":
670
+ \"D_CaddxNX584Partition2.xml\", \"SourcePath\": null, \"DestName\": \"D_CaddxNX584Partition2.xml\",
671
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"D\"
672
+ }, { \"SourceName\": \"D_CaddxNX584Security.json\", \"SourcePath\": null,
673
+ \"DestName\": \"D_CaddxNX584Security.json\", \"DestPath\": \"\", \"Compress\":
674
+ \"1\", \"Encrypt\": \"0\", \"Role\": \"J\" }, { \"SourceName\": \"D_CaddxNX584Security.xml\",
675
+ \"SourcePath\": null, \"DestName\": \"D_CaddxNX584Security.xml\", \"DestPath\":
676
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"D\" }, { \"SourceName\":
677
+ \"I_CaddxNX584Security.xml\", \"SourcePath\": null, \"DestName\": \"I_CaddxNX584Security.xml\",
678
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"I\"
679
+ }, { \"SourceName\": \"J_CaddxNX584Security.js\", \"SourcePath\": null, \"DestName\":
680
+ \"J_CaddxNX584Security.js\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
681
+ \"0\", \"Role\": \"J\" }, { \"SourceName\": \"L_CaddxNX584Security.lua\",
682
+ \"SourcePath\": null, \"DestName\": \"L_CaddxNX584Security.lua\", \"DestPath\":
683
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"M\" }, { \"SourceName\":
684
+ \"S_CaddxNX584Security.xml\", \"SourcePath\": null, \"DestName\": \"S_CaddxNX584Security.xml\",
685
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"S\"
686
+ }, { \"SourceName\": \"J_CaddxNX584SerialConnection.js\", \"SourcePath\":
687
+ null, \"DestName\": \"J_CaddxNX584SerialConnection.js\", \"DestPath\": \"\",
688
+ \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"J\" } ], \"Devices\":
689
+ [ { \"DeviceFileName\": \"D_CaddxNX584Security.xml\", \"DeviceType\": \"urn:schemas-futzle-com:device:CaddxNX584Security:1\",
690
+ \"ImplFile\": \"I_CaddxNX584Security.xml\", \"Invisible\": \"0\", \"CategoryNum\":
691
+ \"1\" } ], \"VersionMajor\": \"65\", \"VersionMinor\": \"0\", \"SupportedPlatforms\":
692
+ null, \"MinimumVersion\": null, \"DevStatus\": null, \"Approved\": \"1\",
693
+ \"id\": 1018, \"timestamp\": 1346552843 }, { \"Version\": \"18996\", \"AllowMultiple\":
694
+ \"0\", \"Title\": \"ERGY Plugin\", \"Icon\": \"images\\/plugin.png\", \"Instructions\":
695
+ \" \", \"Hidden\": \"1\", \"AutoUpdate\": \"1\", \"Files\": [ { \"SourceName\":
696
+ \"D_EchoEnergyManager.xml\", \"SourcePath\": null, \"DestName\": \"D_EchoEnergyManager.xml\",
697
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"D\"
698
+ }, { \"SourceName\": \"I_EchoEnergyManager.xml\", \"SourcePath\": null, \"DestName\":
699
+ \"I_EchoEnergyManager.xml\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
700
+ \"1\", \"Role\": \"I\" }, { \"SourceName\": \"S_EchoEnergyManager.xml\", \"SourcePath\":
701
+ null, \"DestName\": \"S_EchoEnergyManager.xml\", \"DestPath\": \"\", \"Compress\":
702
+ \"1\", \"Encrypt\": \"0\", \"Role\": \"S\" }, { \"SourceName\": \"J_EchoEnergyManager.js\",
703
+ \"SourcePath\": null, \"DestName\": \"J_EchoEnergyManager.js\", \"DestPath\":
704
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"J\" }, { \"SourceName\":
705
+ \"L_EchoEnergyManager.lua\", \"SourcePath\": null, \"DestName\": \"L_EchoEnergyManager.lua\",
706
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\"
707
+ }, { \"SourceName\": \"J_EchoEnergyManager.json\", \"SourcePath\": null, \"DestName\":
708
+ \"J_EchoEnergyManager.json\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
709
+ \"0\", \"Role\": \"J\" }, { \"SourceName\": \"J_EchoEnergyManager2.js\", \"SourcePath\":
710
+ null, \"DestName\": \"J_EchoEnergyManager2.js\", \"DestPath\": \"\", \"Compress\":
711
+ \"1\", \"Encrypt\": \"1\", \"Role\": \"J\" }, { \"SourceName\": \"extra_ergy_files.tar.gz\",
712
+ \"SourcePath\": null, \"DestName\": \"extra_ergy_files.tar.gz\", \"DestPath\":
713
+ \"\", \"Compress\": \"0\", \"Encrypt\": \"0\", \"Role\": \"M\" } ], \"Devices\":
714
+ [ { \"DeviceFileName\": \"D_EchoEnergyManager.xml\", \"DeviceType\": \"urn:schemas-micasaverde-com:device:EnergyProfiler:1\",
715
+ \"ImplFile\": \"I_EchoEnergyManager.xml\", \"Invisible\": \"1\", \"CategoryNum\":
716
+ null } ], \"Lua\": [ { \"FileName\": \"L_EchoEnergyManager.lua\" } ], \"VersionMajor\":
717
+ \"2\", \"VersionMinor\": \"1\", \"SupportedPlatforms\": null, \"MinimumVersion\":
718
+ null, \"DevStatus\": null, \"Approved\": \"1\", \"id\": 1328, \"timestamp\":
719
+ 1394899227 }, { \"Version\": \"20046\", \"AllowMultiple\": \"0\", \"Title\":
720
+ \"VeraAlerts\", \"Icon\": \"plugins\\/icons\\/3008.png\", \"Instructions\":
721
+ \"http:\\/\\/RTS-Services.com\\/Vera\\/Plugin\\/VeraAlerts\", \"Hidden\":
722
+ \"0\", \"AutoUpdate\": \"1\", \"Files\": [ { \"SourceName\": \"D_VeraAlert.xml\",
723
+ \"SourcePath\": null, \"DestName\": \"D_VeraAlert.xml\", \"DestPath\": \"\",
724
+ \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"D\" }, { \"SourceName\":
725
+ \"I_VeraAlert.xml\", \"SourcePath\": null, \"DestName\": \"I_VeraAlert.xml\",
726
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"I\"
727
+ }, { \"SourceName\": \"S_VeraAlert.xml\", \"SourcePath\": null, \"DestName\":
728
+ \"S_VeraAlert.xml\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
729
+ \"0\", \"Role\": \"S\" }, { \"SourceName\": \"D_VeraAlert.json\", \"SourcePath\":
730
+ null, \"DestName\": \"D_VeraAlert.json\", \"DestPath\": \"\", \"Compress\":
731
+ \"1\", \"Encrypt\": \"1\", \"Role\": \"J\" }, { \"SourceName\": \"VeraAlerts-48.png\",
732
+ \"SourcePath\": null, \"DestName\": \"VeraAlerts-48.png\", \"DestPath\": \"\",
733
+ \"Compress\": \"0\", \"Encrypt\": \"0\", \"Role\": \"M\" }, { \"SourceName\":
734
+ \"L_VeraAlert.lua\", \"SourcePath\": null, \"DestName\": \"L_VeraAlert.lua\",
735
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\"
736
+ }, { \"SourceName\": \"veraTemplate.lua\", \"SourcePath\": null, \"DestName\":
737
+ \"veraTemplate.lua\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
738
+ \"1\", \"Role\": \"M\" }, { \"SourceName\": \"veraTemplateDateTime.lua\",
739
+ \"SourcePath\": null, \"DestName\": \"veraTemplateDateTime.lua\", \"DestPath\":
740
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\" }, { \"SourceName\":
741
+ \"veraTemplateDevice.lua\", \"SourcePath\": null, \"DestName\": \"veraTemplateDevice.lua\",
742
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\"
743
+ }, { \"SourceName\": \"veraTemplateChoose.lua\", \"SourcePath\": null, \"DestName\":
744
+ \"veraTemplateChoose.lua\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
745
+ \"1\", \"Role\": \"M\" }, { \"SourceName\": \"veraTemplateNumber.lua\", \"SourcePath\":
746
+ null, \"DestName\": \"veraTemplateNumber.lua\", \"DestPath\": \"\", \"Compress\":
747
+ \"1\", \"Encrypt\": \"1\", \"Role\": \"M\" }, { \"SourceName\": \"veraTemplateSystem.lua\",
748
+ \"SourcePath\": null, \"DestName\": \"veraTemplateSystem.lua\", \"DestPath\":
749
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\" }, { \"SourceName\":
750
+ \"veraTemplateTest.lua\", \"SourcePath\": null, \"DestName\": \"veraTemplateTest.lua\",
751
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"M\"
752
+ }, { \"SourceName\": \"veraTemplateDefinitions.lua\", \"SourcePath\": null,
753
+ \"DestName\": \"veraTemplateDefinitions.lua\", \"DestPath\": \"\", \"Compress\":
754
+ \"1\", \"Encrypt\": \"0\", \"Role\": \"M\" }, { \"SourceName\": \"veraTemplateString.lua\",
755
+ \"SourcePath\": null, \"DestName\": \"veraTemplateString.lua\", \"DestPath\":
756
+ \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\" }, { \"SourceName\":
757
+ \"J_VeraAlertProfileTemplates.js\", \"SourcePath\": null, \"DestName\": \"J_VeraAlertProfileTemplates.js\",
758
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"1\", \"Role\": \"M\"
759
+ }, { \"SourceName\": \"J_VeraAlert-UI5.js\", \"SourcePath\": null, \"DestName\":
760
+ \"J_VeraAlert-UI5.js\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
761
+ \"1\", \"Role\": \"J\" }, { \"SourceName\": \"J_VeraAlert-UI6.js\", \"SourcePath\":
762
+ null, \"DestName\": \"J_VeraAlert-UI6.js\", \"DestPath\": \"\", \"Compress\":
763
+ \"1\", \"Encrypt\": \"1\", \"Role\": \"J\" }, { \"SourceName\": \"va-install.sh\",
764
+ \"SourcePath\": null, \"DestName\": \"va-install.sh\", \"DestPath\": \"\",
765
+ \"Compress\": \"0\", \"Encrypt\": \"0\", \"Role\": \"M\" } ], \"Devices\":
766
+ [ { \"DeviceFileName\": \"D_VeraAlert.xml\", \"DeviceType\": \"urn:richardgreen:device:VeraAlert:1\",
767
+ \"ImplFile\": \"I_VeraAlert.xml\", \"Invisible\": \"0\", \"CategoryNum\":
768
+ \"1\" } ], \"VersionMajor\": \"5\", \"VersionMinor\": \"5\", \"SupportedPlatforms\":
769
+ null, \"MinimumVersion\": null, \"DevStatus\": null, \"Approved\": \"1\",
770
+ \"id\": 3008, \"timestamp\": 1396867952 }, { \"Version\": \"13336\", \"AllowMultiple\":
771
+ \"0\", \"Title\": \"dataMine graphing and logging\", \"Icon\": \"plugins\\/icons\\/1088.png\",
772
+ \"Instructions\": \"http:\\/\\/code.mios.com\\/trac\\/mios_datamine\", \"Hidden\":
773
+ \"0\", \"AutoUpdate\": \"1\", \"Files\": [ { \"SourceName\": \"D_DataMine1.json\",
774
+ \"SourcePath\": null, \"DestName\": \"D_DataMine1.json\", \"DestPath\": \"\",
775
+ \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"J\" }, { \"SourceName\":
776
+ \"D_DataMine1.xml\", \"SourcePath\": null, \"DestName\": \"D_DataMine1.xml\",
777
+ \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"D\"
778
+ }, { \"SourceName\": \"I_DataMine1.xml\", \"SourcePath\": null, \"DestName\":
779
+ \"I_DataMine1.xml\", \"DestPath\": \"\", \"Compress\": \"1\", \"Encrypt\":
780
+ \"0\", \"Role\": \"I\" }, { \"SourceName\": \"L_DataMine1.lua\", \"SourcePath\":
781
+ null, \"DestName\": \"L_DataMine1.lua\", \"DestPath\": \"\", \"Compress\":
782
+ \"1\", \"Encrypt\": \"0\", \"Role\": \"M\" }, { \"SourceName\": \"S_DataMine1.xml\",
783
+ \"SourcePath\": null, \"DestName\": \"S_DataMine1.xml\", \"DestPath\": \"\",
784
+ \"Compress\": \"1\", \"Encrypt\": \"0\", \"Role\": \"S\" }, { \"SourceName\":
785
+ \"dataMineWeb.tar.gz\", \"SourcePath\": null, \"DestName\": \"dataMineWeb.tar.gz\",
786
+ \"DestPath\": \"\\/..\\/..\\/www\\/dm\\/\", \"Compress\": \"0\", \"Encrypt\":
787
+ \"0\", \"Role\": \"M\" }, { \"SourceName\": \"json-dm.lua\", \"SourcePath\":
788
+ null, \"DestName\": \"json-dm.lua\", \"DestPath\": \"\\/..\\/..\\/usr\\/lib\\/lua\\/\",
789
+ \"Compress\": \"0\", \"Encrypt\": \"0\", \"Role\": \"M\" }, { \"SourceName\":
790
+ \"Data_Mine.png\", \"SourcePath\": null, \"DestName\": \"Data_Mine.png\",
791
+ \"DestPath\": \"\\/..\\/..\\/www\\/cmh\\/skins\\/default\\/icons\", \"Compress\":
792
+ \"0\", \"Encrypt\": \"0\", \"Role\": \"M\" } ], \"Devices\": [ { \"DeviceFileName\":
793
+ \"D_DataMine1.xml\", \"DeviceType\": \"urn:schemas-cd-jackson-com:device:DataMine:1\",
794
+ \"ImplFile\": \"I_DataMine1.xml\", \"Invisible\": \"0\", \"CategoryNum\":
795
+ \"1\" } ], \"VersionMajor\": \"0\", \"VersionMinor\": \"980\", \"SupportedPlatforms\":
796
+ null, \"MinimumVersion\": null, \"DevStatus\": null, \"Approved\": \"1\",
797
+ \"id\": 1088, \"timestamp\": 1395977805 } ], \"ip_requests\": [ { \"mac\":
798
+ \"00:1E:EC:33:58:16\", \"ip\": \"192.168.50.111\", \"date\": 1369791650 },
799
+ { \"mac\": \"A4:ED:4E:F6:A2:92\", \"ip\": \"192.168.50.120\", \"date\": 1396997937
800
+ }, { \"mac\": \"F8:7B:7A:61:B1:D8\", \"ip\": \"192.168.50.120\", \"date\":
801
+ 1396293474 }, { \"mac\": \"E8:9D:87:57:1E:79\", \"ip\": \"192.168.50.116\",
802
+ \"date\": 1367203381 }, { \"mac\": \"90:00:4E:71:87:DF\", \"ip\": \"192.168.50.30\",
803
+ \"date\": 1396949602 }, { \"mac\": \"1C:6F:65:72:53:CD\", \"ip\": \"192.168.50.106\",
804
+ \"date\": 1396702456 }, { \"mac\": \"00:19:9D:97:5F:68\", \"ip\": \"192.168.50.126\",
805
+ \"date\": 1396440180 }, { \"mac\": \"70:58:12:B8:06:2D\", \"ip\": \"192.168.50.129\",
806
+ \"date\": 1377214778 }, { \"mac\": \"00:1B:9E:C4:4B:B9\", \"ip\": \"192.168.50.113\",
807
+ \"date\": 1369781051 }, { \"mac\": \"00:1D:FE:EE:35:A2\", \"ip\": \"192.168.50.148\",
808
+ \"date\": 1396229304 }, { \"mac\": \"00:1D:E0:79:48:71\", \"ip\": \"192.168.50.137\",
809
+ \"date\": 1395703803 }, { \"mac\": \"B8:70:F4:83:5F:4F\", \"ip\": \"192.168.50.31\",
810
+ \"date\": 1396266318 }, { \"mac\": \"00:1B:A9:17:95:B0\", \"ip\": \"192.168.50.142\",
811
+ \"date\": 1396694576 }, { \"mac\": \"00:22:3F:D2:CA:92\", \"ip\": \"192.168.50.115\",
812
+ \"date\": 1347067694 }, { \"mac\": \"00:E0:4C:00:03:F4\", \"ip\": \"192.168.50.121\",
813
+ \"date\": 1362864570 }, { \"mac\": \"00:11:32:12:C3:58\", \"ip\": \"192.168.50.20\",
814
+ \"date\": 1396819125 }, { \"mac\": \"00:14:2A:90:CB:92\", \"ip\": \"192.168.50.117\",
815
+ \"date\": 1347159562 }, { \"mac\": \"28:EF:01:A0:69:5A\", \"ip\": \"192.168.50.105\",
816
+ \"date\": 1382234852 }, { \"mac\": \"00:0E:08:C0:A0:27\", \"ip\": \"192.168.50.23\",
817
+ \"date\": 1396516886 }, { \"mac\": \"40:25:C2:57:A2:28\", \"ip\": \"192.168.50.112\",
818
+ \"date\": 1390132990 }, { \"mac\": \"E0:CB:1D:20:14:BE\", \"ip\": \"192.168.50.114\",
819
+ \"date\": 1358101455 }, { \"mac\": \"00:1E:C9:03:EA:4F\", \"ip\": \"192.168.50.122\",
820
+ \"date\": 1349580580 }, { \"mac\": \"00:1F:3A:87:52:5C\", \"ip\": \"192.168.50.115\",
821
+ \"date\": 1349619104 }, { \"mac\": \"00:26:E8:ED:76:09\", \"ip\": \"192.168.50.112\",
822
+ \"date\": 1358103863 }, { \"mac\": \"30:85:A9:E0:40:F9\", \"ip\": \"192.168.50.141\",
823
+ \"date\": 1375999849 }, { \"mac\": \"68:1C:A2:14:01:42\", \"ip\": \"192.168.50.22\",
824
+ \"date\": 1391858643 }, { \"mac\": \"28:EF:01:B6:81:C6\", \"ip\": \"192.168.50.127\",
825
+ \"date\": 1360196366 }, { \"mac\": \"20:C9:D0:78:F9:3B\", \"ip\": \"192.168.50.32\",
826
+ \"date\": 1397002789 }, { \"mac\": \"00:26:C7:62:09:E4\", \"ip\": \"192.168.50.146\",
827
+ \"date\": 1357259703 }, { \"mac\": \"00:18:DD:01:CB:4C\", \"ip\": \"192.168.50.125\",
828
+ \"date\": 1394404454 }, { \"mac\": \"A8:20:66:01:D2:CB\", \"ip\": \"192.168.50.138\",
829
+ \"date\": 1381197092 }, { \"mac\": \"28:EF:01:5F:34:1C\", \"ip\": \"192.168.50.115\",
830
+ \"date\": 1392832786 }, { \"mac\": \"00:11:D9:08:57:98\", \"ip\": \"192.168.50.133\",
831
+ \"date\": 1367019996 }, { \"mac\": \"40:FC:89:C0:1C:DF\", \"ip\": \"192.168.50.128\",
832
+ \"date\": 1396190268 }, { \"mac\": \"F8:7B:7A:13:EE:89\", \"ip\": \"192.168.50.141\",
833
+ \"date\": 1382325312 }, { \"mac\": \"08:D4:2B:15:DB:56\", \"ip\": \"192.168.50.127\",
834
+ \"date\": 1367244811 }, { \"mac\": \"F8:7B:7A:4C:92:B6\", \"ip\": \"192.168.50.121\",
835
+ \"date\": 1382375830 }, { \"mac\": \"C0:CB:38:2D:6D:19\", \"ip\": \"192.168.50.140\",
836
+ \"date\": 1367257626 }, { \"mac\": \"00:13:CE:A4:9D:9B\", \"ip\": \"192.168.50.144\",
837
+ \"date\": 1369373832 }, { \"mac\": \"90:18:7C:7E:9E:06\", \"ip\": \"192.168.50.126\",
838
+ \"date\": 1369392119 }, { \"mac\": \"8C:70:5A:69:D6:F0\", \"ip\": \"192.168.50.143\",
839
+ \"date\": 1369283139 }, { \"mac\": \"F0:A2:25:5B:DB:4C\", \"ip\": \"192.168.50.126\",
840
+ \"date\": 1388854883 }, { \"mac\": \"74:D0:2B:63:24:51\", \"ip\": \"192.168.50.119\",
841
+ \"date\": 1396995099 }, { \"mac\": \"00:90:4C:2B:B6:92\", \"ip\": \"192.168.50.113\",
842
+ \"date\": 1384307038 }, { \"mac\": \"2C:44:01:CA:31:C7\", \"ip\": \"192.168.50.109\",
843
+ \"date\": 1396995091 }, { \"mac\": \"00:18:56:31:23:EF\", \"ip\": \"192.168.50.120\",
844
+ \"date\": 1390265711 }, { \"mac\": \"D8:50:E6:7F:36:C9\", \"ip\": \"10.23.27.92\",
845
+ \"date\": 1396830556 }, { \"mac\": \"D8:50:E6:73:3D:EA\", \"ip\": \"192.168.50.148\",
846
+ \"date\": 1390075418 }, { \"mac\": \"A0:21:95:5B:1E:89\", \"ip\": \"192.168.50.100\",
847
+ \"date\": 1391399837 }, { \"mac\": \"00:24:E4:07:EF:CA\", \"ip\": \"192.168.50.116\",
848
+ \"date\": 1396955138 }, { \"mac\": \"AC:22:0B:3D:A8:DA\", \"ip\": \"192.168.50.102\",
849
+ \"date\": 1395753472 } ], \"rooms\": [ { \"posx\": 0, \"posy\": 0, \"width\":
850
+ 4, \"height\": 4, \"name\": \"Living Room\", \"id\": 1, \"section\": 1 },
851
+ { \"posx\": 0, \"posy\": 0, \"width\": 4, \"height\": 4, \"name\": \"Hallway\",
852
+ \"id\": 2, \"section\": 1 } ], \"PK_City\": \"39097\", \"longitude\": -86.953200,
853
+ \"latitude\": 35.812000, \"currency\": \"$\", \"KwhPrice\": \"0.0949\", \"City_description\":
854
+ \"Thompsons Station\", \"Region_description\": \"Tennessee\", \"FirstSave\":
855
+ -2069649339, \"zwave_heal\": \"1394899070\", \"PluginsSynced\": \"1\", \"InstalledPlugins\":
856
+ [ ], \"UnassignedDevices\": 0, \"AutomationDevices\": 0, \"energy_dev_log\":
857
+ \"14,15,16,\", \"DeviceSync\": \"1397002782\", \"users\": [ { \"id\": 192101,
858
+ \"Name\": \"jasonyork\", \"Level\": 1 } ], \"BuildVersion\": \"*1.5.622*\",
859
+ \"SvnVersion\": \"*7546*\", \"model\": \"MiCasaVerde VeraLite\", \"local_udn\":
860
+ \"uuid:4d494342-5342-5645-0000-000002161961\", \"gmt_offset\": \"-5\", \"PK_AccessPoint\":
861
+ \"35002721\\n\", \"RA_Server\": \"fwd5.mios.com\", \"RA_Server_Back\": \"fwd6.mios.com\",
862
+ \"ir\": 0, \"device_sync\": \"\", \"DataVersion\": 2907001, \"LoadTime\":
863
+ 1397002907 , \"static_data\": [ { \"flashicon\": \"icons\\/SceneController.png\",
864
+ \"imgIconBody\": \"\", \"imgIconDimmable\": \"\", \"imgIconTurnable\": \"\",
865
+ \"imgIconMin\": \"\", \"imgIconMax\": \"\", \"halloIconsDir\": \"pics\\/hallo\",
866
+ \"inScene\": \"0\", \"ToggleButton\": 1, \"DisplayStatus\": { }, \"doc_url\":
867
+ { \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\":
868
+ 0, \"doc_page\": \"lighting_devices\" }, \"Tabs\": [ { \"Label\": { \"lang_tag\":
869
+ \"tabname_control\", \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\":
870
+ \"flash\", \"Control\": [ { \"ControlType\": \"label\", \"Label\": { \"lang_tag\":
871
+ \"scenes\", \"text\": \"Scenes\" }, \"Display\": { \"Top\": 60, \"Left\":
872
+ 50, \"Width\": 75, \"Height\": 20 } }, { \"ControlType\": \"variable\", \"Display\":
873
+ { \"Service\": \"urn:micasaverde-com:serviceId:SceneController1\", \"Variable\":
874
+ \"Scenes\", \"Top\": 60, \"Left\": 145, \"Width\": 75, \"Height\": 20 } }
875
+ ] }, { \"Label\": { \"lang_tag\": \"settings\", \"text\": \"Settings\" },
876
+ \"Position\": \"1\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\",
877
+ \"Function\": \"simple_device\" }, { \"Label\": { \"lang_tag\": \"advanced\",
878
+ \"text\": \"Advanced\" }, \"Position\": \"2\", \"TabType\": \"javascript\",
879
+ \"ScriptName\": \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\":
880
+ { \"lang_tag\": \"device_options\", \"text\": \"Device Options\" }, \"Position\":
881
+ \"3\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
882
+ \"device_zwave_options\" }, { \"Label\": { \"lang_tag\": \"scenes\", \"text\":
883
+ \"Scenes\" }, \"Position\": \"4\", \"TabType\": \"javascript\", \"ScriptName\":
884
+ \"shared.js\", \"Function\": \"scene_controller\" }, { \"Label\": { \"lang_tag\":
885
+ \"notifications\", \"text\": \"Notifications\" }, \"Position\": \"5\", \"TabType\":
886
+ \"javascript\", \"ScriptName\": \"shared.js\", \"Function\": \"device_notifications\"
887
+ } ], \"eventList2\": [ { \"id\": 1, \"label\": { \"lang_tag\": \"a_scene_is_activated\",
888
+ \"text\": \"A scene is activated\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:SceneController1\",
889
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"ui2\", \"defaultValue\":
890
+ \"\", \"name\": \"sl_SceneActivated\", \"comparisson\": \"=\", \"prefix\":
891
+ { \"lang_tag\": \"which_scene_number\", \"text\": \"Which scene number\" },
892
+ \"suffix\": { }, \"HumanFriendlyText\": { \"lang_tag\": \"hft_scene_number_is_activated\",
893
+ \"text\": \"_DEVICE_NAME_: scene number _ARGUMENT_VALUE_ is activated\" }
894
+ } ] }, { \"id\": 2, \"label\": { \"lang_tag\": \"a_scene_is_deactivated\",
895
+ \"text\": \"A scene is de-activated\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:SceneController1\",
896
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"ui2\", \"defaultValue\":
897
+ \"\", \"name\": \"sl_SceneDeactivated\", \"comparisson\": \"=\", \"prefix\":
898
+ { \"lang_tag\": \"which_scene_number\", \"text\": \"Which scene number\" },
899
+ \"suffix\": { }, \"HumanFriendlyText\": { \"lang_tag\": \"hft_scene_number_is_deactivated\",
900
+ \"text\": \"_DEVICE_NAME_: scene number _ARGUMENT_VALUE_ is deactivated\"
901
+ } } ] }, { \"id\": 3, \"label\": { \"lang_tag\": \"battery_level_goes_below\",
902
+ \"text\": \"Battery level goes below\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:HaDevice1\",
903
+ \"argumentList\": [ { \"id\": 1, \"prefix\": { \"lang_tag\": \"Level\", \"text\":
904
+ \"Level\" }, \"dataType\": \"i4\", \"name\": \"BatteryLevel\", \"comparisson\":
905
+ \"<\", \"suffix\": { \"lang_tag\": \"percent_sign\", \"text\": \"%\" }, \"HumanFriendlyText\":
906
+ { \"lang_tag\": \"hft_battery_level_goes_below\", \"text\": \"Battery level
907
+ for _DEVICE_NAME_ goes below _ARGUMENT_VALUE_%\" } } ] } ], \"DeviceType\":
908
+ \"urn:schemas-micasaverde-com:device:SceneController:1\", \"device_type\":
909
+ \"urn:schemas-micasaverde-com:device:SceneController:1\" }, { \"flashicon\":
910
+ \"icons\\/Thermostat.png\", \"iconText\": \"1\", \"imgIconBody\": \"pics\\/devices\\/Thermostat_BODY.png\",
911
+ \"imgIconDimmable\": \"\", \"imgIconTurnable\": \"pics\\/devices\\/Thermostat_SWITCH.png\",
912
+ \"imgIconMin\": \"\", \"imgIconMax\": \"\", \"halloIconsDir\": \"pics\\/hallo\",
913
+ \"x\": \"4\", \"y\": \"4\", \"inScene\": \"1\", \"DisplayStatus\": { \"Style\":
914
+ \"numeric\", \"Service\": \"urn:upnp-org:serviceId:TemperatureSensor1\", \"Variable\":
915
+ \"CurrentTemperature\", \"MinValue\": \"-20\", \"MaxValue\": \"100\", \"ExtraDisplay\":
916
+ { \"HeatSetPoint\": { \"Style\": \"numeric\", \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
917
+ \"Variable\": \"CurrentSetpoint\" }, \"CoolSetPoint\": { \"Style\": \"numeric\",
918
+ \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\", \"Variable\":
919
+ \"CurrentSetpoint\" }, \"ThermostatMode\": { \"Style\": \"numeric\", \"Service\":
920
+ \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Variable\": \"ModeStatus\"
921
+ }, \"FanMode\": { \"Style\": \"numeric\", \"Service\": \"urn: upnp-org: serviceId:
922
+ HVAC_FanOperatingMode1\", \"Variable\": \"ModeStatus\" } } }, \"doc_url\":
923
+ { \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\":
924
+ 0, \"doc_page\": \"thermostats\" }, \"ToggleButton\": 1, \"Tabs\": [ { \"Label\":
925
+ { \"lang_tag\": \"tabname_control\", \"text\": \"Control\" }, \"Position\":
926
+ \"0\", \"TabType\": \"flash\", \"ControlGroup\": [ { \"id\": \"1\", \"scenegroup\":
927
+ \"1\" }, { \"id\": \"4\", \"scenegroup\": \"4\" }, { \"id\": \"7\", \"scenegroup\":
928
+ \"7\" }, { \"id\": \"6\", \"scenegroup\": \"6\" }, { \"id\": \"5\", \"scenegroup\":
929
+ \"5\" } ], \"SceneGroup\": [ { \"id\": \"1\", \"top\": \"0\", \"left\": \"0\",
930
+ \"x\": \"1\", \"y\": \"4\" }, { \"id\": \"4\", \"top\": \"0\", \"left\": \"1\",
931
+ \"x\": \"1\", \"y\": \"4\" }, { \"id\": \"7\", \"top\": \"0\", \"left\": \"3\",
932
+ \"x\": \"0.5\", \"y\": \"3\" }, { \"id\": \"6\", \"top\": \"0\", \"left\":
933
+ \"3.5\", \"x\": \"0.5\", \"y\": \"3\" }, { \"id\": \"5\", \"top\": \"0\",
934
+ \"left\": \"2\", \"x\": \"1\", \"y\": \"4\" } ], \"Control\": [ { \"ControlType\":
935
+ \"label\", \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"thermostat\",
936
+ \"text\": \"Thermostat\" }, \"Display\": { \"Top\": 0, \"Left\": 30, \"Width\":
937
+ 100, \"Height\": 25 } }, { \"ControlGroup\": \"1\", \"ControlType\": \"button\",
938
+ \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"cmd_off\", \"text\":
939
+ \"Off\" }, \"Display\": { \"Top\": 30, \"Left\": 50, \"Width\": 75, \"Height\":
940
+ 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Variable\":
941
+ \"ModeStatus\", \"Value\": \"Off\" }, \"Command\": { \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
942
+ \"Action\": \"SetModeTarget\", \"Parameters\": [ { \"Name\": \"NewModeTarget\",
943
+ \"Value\": \"Off\" } ] }, \"ControlCode\": \"hvac_off\" }, { \"ControlGroup\":
944
+ \"1\", \"ControlType\": \"button\", \"top\": \"1\", \"left\": \"0\", \"Label\":
945
+ { \"lang_tag\": \"cmd_auto\", \"text\": \"Auto\" }, \"Display\": { \"Top\":
946
+ 30, \"Left\": 150, \"Width\": 75, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
947
+ \"Variable\": \"ModeStatus\", \"Value\": \"AutoChangeOver\" }, \"Command\":
948
+ { \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Action\":
949
+ \"SetModeTarget\", \"Parameters\": [ { \"Name\": \"NewModeTarget\", \"Value\":
950
+ \"AutoChangeOver\" } ] }, \"ControlCode\": \"hvac_auto\" }, { \"ControlGroup\":
951
+ \"1\", \"ControlType\": \"button\", \"top\": \"2\", \"left\": \"0\", \"Label\":
952
+ { \"lang_tag\": \"cmd_cool\", \"text\": \"Cool\" }, \"Display\": { \"Top\":
953
+ 30, \"Left\": 250, \"Width\": 75, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
954
+ \"Variable\": \"ModeStatus\", \"Value\": \"CoolOn\" }, \"Command\": { \"Service\":
955
+ \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Action\": \"SetModeTarget\",
956
+ \"Parameters\": [ { \"Name\": \"NewModeTarget\", \"Value\": \"CoolOn\" } ]
957
+ }, \"ControlCode\": \"hvac_cool\" }, { \"ControlGroup\": \"1\", \"ControlType\":
958
+ \"button\", \"top\": \"3\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"cmd_heat\",
959
+ \"text\": \"Heat\" }, \"Display\": { \"Top\": 30, \"Left\": 350, \"Width\":
960
+ 75, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
961
+ \"Variable\": \"ModeStatus\", \"Value\": \"HeatOn\" }, \"Command\": { \"Service\":
962
+ \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Action\": \"SetModeTarget\",
963
+ \"Parameters\": [ { \"Name\": \"NewModeTarget\", \"Value\": \"HeatOn\" } ]
964
+ }, \"ControlCode\": \"hvac_heat\" }, { \"ControlGroup\": \"7\", \"ControlType\":
965
+ \"slider_vertical\", \"top\": \"0\", \"left\": \"3\", \"ControlPair\": \"1\",
966
+ \"ID\": \"NewCurrentSetpointHeat\", \"Style\": \"numeric\", \"Display\": {
967
+ \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\", \"Variable\":
968
+ \"CurrentSetpoint\", \"Top\": 30, \"Left\": 500, \"Width\": 100, \"Height\":
969
+ 20 }, \"Command\": { \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
970
+ \"Action\": \"SetCurrentSetpoint\", \"Parameters\": [ { \"Name\": \"NewCurrentSetpoint\",
971
+ \"ID\": \"NewCurrentSetpointHeat\" } ] }, \"ControlCode\": \"heating_setpoint\"
972
+ }, { \"ControlGroup\": \"6\", \"ControlType\": \"slider_vertical\", \"top\":
973
+ \"0\", \"left\": \"3.5\", \"ControlPair\": \"1\", \"ID\": \"NewCurrentSetpointCool\",
974
+ \"Style\": \"numeric\", \"Display\": { \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\",
975
+ \"Variable\": \"CurrentSetpoint\", \"Top\": 30, \"Left\": 570, \"Width\":
976
+ 100, \"Height\": 20 }, \"Command\": { \"Service\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\",
977
+ \"Action\": \"SetCurrentSetpoint\", \"Parameters\": [ { \"Name\": \"NewCurrentSetpoint\",
978
+ \"ID\": \"NewCurrentSetpointCool\" } ] }, \"ControlCode\": \"cooling_setpoint\"
979
+ }, { \"ControlType\": \"label\", \"top\": \"0\", \"left\": \"0\", \"Label\":
980
+ { \"lang_tag\": \"fan\", \"text\": \"Fan\" }, \"Display\": { \"Top\": 60,
981
+ \"Left\": 30, \"Width\": 100, \"Height\": 20 } }, { \"ControlGroup\": \"4\",
982
+ \"ControlType\": \"button\", \"top\": \"0\", \"left\": \"0\", \"Label\": {
983
+ \"lang_tag\": \"cmd_auto\", \"text\": \"Auto\" }, \"Display\": { \"Top\":
984
+ 90, \"Left\": 50, \"Width\": 100, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\",
985
+ \"Variable\": \"Mode\", \"Value\": \"Auto\" }, \"Command\": { \"Service\":
986
+ \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"Action\": \"SetMode\",
987
+ \"Parameters\": [ { \"Name\": \"NewMode\", \"Value\": \"Auto\" } ] }, \"ControlCode\":
988
+ \"fan_auto\" }, { \"ControlGroup\": \"4\", \"ControlType\": \"button\", \"top\":
989
+ \"1\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"cmd_on\", \"text\": \"On\"
990
+ }, \"Display\": { \"Top\": 90, \"Left\": 160, \"Width\": 100, \"Height\":
991
+ 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"Variable\":
992
+ \"Mode\", \"Value\": \"ContinuousOn\" }, \"Command\": { \"Service\": \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\",
993
+ \"Action\": \"SetMode\", \"Parameters\": [ { \"Name\": \"NewMode\", \"Value\":
994
+ \"ContinuousOn\" } ] }, \"ControlCode\": \"fan_on\" }, { \"ControlGroup\":
995
+ \"4\", \"ControlType\": \"button\", \"top\": \"2\", \"left\": \"0\", \"Label\":
996
+ { \"lang_tag\": \"cmd_cycle\", \"text\": \"Cycle\" }, \"Display\": { \"Top\":
997
+ 90, \"Left\": 270, \"Width\": 100, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\",
998
+ \"Variable\": \"Mode\", \"Value\": \"PeriodicOn\" }, \"Command\": { \"Service\":
999
+ \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"Action\": \"SetMode\",
1000
+ \"Parameters\": [ { \"Name\": \"NewMode\", \"Value\": \"PeriodicOn\" } ] },
1001
+ \"ControlCode\": \"fan_circulate\" }, { \"ControlType\": \"label\", \"top\":
1002
+ \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"energy_mode\", \"text\":
1003
+ \"Energy Save\" }, \"Display\": { \"Top\": 120, \"Left\": 30, \"Width\": 100,
1004
+ \"Height\": 20 } }, { \"ControlGroup\": \"5\", \"ControlType\": \"button\",
1005
+ \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"cmd_energy\",
1006
+ \"text\": \"Energy\" }, \"Display\": { \"Top\": 150, \"Left\": 50, \"Width\":
1007
+ 100, \"Height\": 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1008
+ \"Variable\": \"EnergyModeStatus\", \"Value\": \"EnergySavingsMode\" }, \"Command\":
1009
+ { \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Action\":
1010
+ \"SetEnergyModeTarget\", \"Parameters\": [ { \"Name\": \"NewModeTarget\",
1011
+ \"Value\": \"EnergySavingsMode\" } ] }, \"ControlCode\": \"energy_energy\"
1012
+ }, { \"ControlGroup\": \"5\", \"ControlType\": \"button\", \"top\": \"1\",
1013
+ \"left\": \"0\", \"Label\": { \"lang_tag\": \"cmd_normal\", \"text\": \"Normal\"
1014
+ }, \"Display\": { \"Top\": 150, \"Left\": 160, \"Width\": 100, \"Height\":
1015
+ 20, \"Service\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Variable\":
1016
+ \"EnergyModeStatus\", \"Value\": \"Normal\" }, \"Command\": { \"Service\":
1017
+ \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\", \"Action\": \"SetEnergyModeTarget\",
1018
+ \"Parameters\": [ { \"Name\": \"NewModeTarget\", \"Value\": \"Normal\" } ]
1019
+ }, \"ControlCode\": \"energy_normal\" } ] }, { \"Label\": { \"lang_tag\":
1020
+ \"settings\", \"text\": \"Settings\" }, \"Position\": \"1\", \"TabType\":
1021
+ \"javascript\", \"ScriptName\": \"shared.js\", \"Function\": \"simple_device\"
1022
+ }, { \"Label\": { \"lang_tag\": \"advanced\", \"text\": \"Advanced\" }, \"Position\":
1023
+ \"2\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1024
+ \"advanced_device\" }, { \"Label\": { \"lang_tag\": \"device_options\", \"text\":
1025
+ \"Device Options\" }, \"Position\": \"3\", \"TabType\": \"javascript\", \"ScriptName\":
1026
+ \"shared.js\", \"Function\": \"device_zwave_options\" }, { \"Label\": { \"lang_tag\":
1027
+ \"logs\", \"text\": \"Logs\" }, \"Position\": \"4\", \"TabType\": \"javascript\",
1028
+ \"ScriptName\": \"shared.js\", \"Function\": \"device_logs\" }, { \"Label\":
1029
+ { \"lang_tag\": \"notifications\", \"text\": \"Notifications\" }, \"Position\":
1030
+ \"5\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1031
+ \"device_notifications\" } ], \"sceneList\": { \"group_1\": { \"cmd_1\": {
1032
+ \"label\": \"OFF\", \"serviceId\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1033
+ \"action\": \"SetModeTarget\", \"arguments\": { \"NewModeTarget\": \"Off\"
1034
+ } }, \"cmd_2\": { \"label\": \"COOL\", \"serviceId\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1035
+ \"action\": \"SetModeTarget\", \"arguments\": { \"NewModeTarget\": \"CoolOn\"
1036
+ } }, \"cmd_3\": { \"label\": \"HEAT\", \"serviceId\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1037
+ \"action\": \"SetModeTarget\", \"arguments\": { \"NewModeTarget\": \"HeatOn\"
1038
+ } }, \"cmd_4\": { \"label\": \"AUTO\", \"serviceId\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1039
+ \"action\": \"SetModeTarget\", \"arguments\": { \"NewModeTarget\": \"AutoChangeOver\"
1040
+ } } }, \"group_2\": { \"cmd_1\": { \"label\": \"Set Heat Setpoint\", \"serviceId\":
1041
+ \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\", \"action\": \"SetCurrentSetpoint\",
1042
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"ui1\", \"defaultValue\":
1043
+ \"\", \"allowedValueRange\": { \"minimum\": \"0\", \"maximum\": \"100\" },
1044
+ \"prefix\": \"to\", \"suffix\": \"&deg;\", \"name\": \"NewCurrentSetpoint\"
1045
+ } } } }, \"group_3\": { \"cmd_1\": { \"label\": \"Set Cool Setpoint\", \"serviceId\":
1046
+ \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\", \"action\": \"SetCurrentSetpoint\",
1047
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"ui1\", \"defaultValue\":
1048
+ \"\", \"allowedValueRange\": { \"minimum\": \"0\", \"maximum\": \"100\" },
1049
+ \"prefix\": \"to\", \"suffix\": \"&deg;\", \"name\": \"NewCurrentSetpoint\"
1050
+ } } } }, \"group_4\": { \"cmd_1\": { \"label\": \"Set Fan On\", \"serviceId\":
1051
+ \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\", \"action\": \"SetMode\",
1052
+ \"arguments\": { \"NewMode\": \"ContinuousOn\" } }, \"cmd_2\": { \"label\":
1053
+ \"Set Fan Auto\", \"serviceId\": \"urn:upnp-org:serviceId:HVAC_FanOperatingMode1\",
1054
+ \"action\": \"SetMode\", \"arguments\": { \"NewMode\": \"Auto\" } } }, \"group_5\":
1055
+ { \"cmd_1\": { \"label\": \"Normal\", \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\",
1056
+ \"action\": \"SetTarget\", \"arguments\": { \"newTargetValue\": \"1\" } },
1057
+ \"cmd_2\": { \"label\": \"Energy\", \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\",
1058
+ \"action\": \"SetTarget\", \"arguments\": { \"newTargetValue\": \"0\" } }
1059
+ } }, \"eventList2\": [ { \"id\": 1, \"label\": { \"lang_tag\": \"thermostat_mode_changes\",
1060
+ \"text\": \"Thermostat Mode Changes\" }, \"serviceId\": \"urn:upnp-org:serviceId:HVAC_UserOperatingMode1\",
1061
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"string\", \"defaultValue\":
1062
+ \"\", \"allowedValueList\": [ { \"Off\": \"Off\", \"HumanFriendlyText\": {
1063
+ \"lang_tag\": \"hft_device_turned_off\", \"text\": \"_DEVICE_NAME_ is turned
1064
+ off\" } }, { \"Cool\": \"CoolOn\", \"HumanFriendlyText\": { \"lang_tag\":
1065
+ \"hft_thermostat_set_to_cool\", \"text\": \"_DEVICE_NAME_ is set to cool\"
1066
+ } }, { \"Heat\": \"HeatOn\", \"HumanFriendlyText\": { \"lang_tag\": \"hft_thermostat_set_to_heat\",
1067
+ \"text\": \"_DEVICE_NAME_ is set to heat\" } }, { \"Auto\": \"AutoChangeOver\",
1068
+ \"HumanFriendlyText\": { \"lang_tag\": \"hft_thermostat_set_to_auto\", \"text\":
1069
+ \"_DEVICE_NAME_ is set to auto\" } } ], \"name\": \"ModeStatus\", \"comparisson\":
1070
+ \"=\", \"prefix\": { \"lang_tag\": \"mode\", \"text\": \"Mode\" }, \"suffix\":
1071
+ { } } ] }, { \"id\": 2, \"label\": { \"lang_tag\": \"ambient_temperature_goes_above\",
1072
+ \"text\": \"Ambient temperature goes above\" }, \"serviceId\": \"urn:upnp-org:serviceId:TemperatureSensor1\",
1073
+ \"norepeat\": \"1\", \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\",
1074
+ \"name\": \"CurrentTemperature\", \"comparisson\": \">\", \"prefix\": { \"lang_tag\":
1075
+ \"temperature\", \"text\": \"Temperature\" }, \"suffix\": { \"lang_tag\":
1076
+ \"degrees\", \"text\": \"degrees\" }, \"HumanFriendlyText\": { \"lang_tag\":
1077
+ \"hft_ambient_temperature_goes_above\", \"text\": \"_DEVICE_NAME_ ambient
1078
+ temperature goes above _ARGUMENT_VALUE_ degrees\" } } ] }, { \"id\": 3, \"label\":
1079
+ { \"lang_tag\": \"normal_mode_changes\", \"text\": \"Energy Mode or Normal
1080
+ Mode Changes\" }, \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\",
1081
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"boolean\", \"defaultValue\":
1082
+ \"1\", \"allowedValueList\": [ { \"Energy\": \"0\", \"HumanFriendlyText\":
1083
+ { \"lang_tag\": \"hft_thermostat_energy_energy\", \"text\": \"_DEVICE_NAME_
1084
+ set to energy\" } }, { \"Normal\": \"1\", \"HumanFriendlyText\": { \"lang_tag\":
1085
+ \"hft_thermostat_energy_normal\", \"text\": \"_DEVICE_NAME_ set to normal\"
1086
+ } } ], \"name\": \"Status\", \"comparisson\": \"=\", \"prefix\": { \"lang_tag\":
1087
+ \"which_mode\", \"text\": \"Which mode\" }, \"suffix\": { } } ] }, { \"id\":
1088
+ 4, \"label\": { \"lang_tag\": \"ambient_temperature_goes_above_or_below\",
1089
+ \"text\": \"Ambient temperature goes above or below\" }, \"serviceId\": \"urn:upnp-org:serviceId:TemperatureSensor1\",
1090
+ \"norepeat\": \"1\", \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\",
1091
+ \"name\": \"CurrentTemperature\", \"comparisson\": \"<,>\", \"prefix\": {
1092
+ \"lang_tag\": \"temperature\", \"text\": \"Temperature\" }, \"suffix\": {
1093
+ \"lang_tag\": \"degrees\", \"text\": \"degrees\" }, \"HumanFriendlyText\":
1094
+ { \"lang_tag\": \"hft_ambient_temperature_goes_above_or_below\", \"text\":
1095
+ \"_DEVICE_NAME_ goes above\\/below _ARGUMENT_VALUE_ degrees\" } } ] }, { \"id\":
1096
+ 5, \"label\": { \"lang_tag\": \"thermostat_heat_point_goes_over\", \"text\":
1097
+ \"Thermostat HEAT set point goes over\" }, \"serviceId\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Heat\",
1098
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\", \"name\": \"CurrentSetpoint\",
1099
+ \"comparisson\": \">\", \"prefix\": { \"lang_tag\": \"temperature\", \"text\":
1100
+ \"Temperature\" }, \"suffix\": { \"lang_tag\": \"degrees\", \"text\": \"degrees\"
1101
+ }, \"HumanFriendlyText\": { \"lang_tag\": \"hft_thermostat_heatpoint_goes_over\",
1102
+ \"text\": \"_DEVICE_NAME_ heat point goes over _ARGUMENT_VALUE_ degrees\"
1103
+ } } ] }, { \"id\": 6, \"label\": { \"lang_tag\": \"thermostat_coolpoint_goes_below\",
1104
+ \"text\": \"Thermostat COOL set point goes below\" }, \"serviceId\": \"urn:upnp-org:serviceId:TemperatureSetpoint1_Cool\",
1105
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\", \"name\": \"CurrentSetpoint\",
1106
+ \"comparisson\": \"<\", \"prefix\": { \"lang_tag\": \"temperature\", \"text\":
1107
+ \"Temperature\" }, \"suffix\": { \"lang_tag\": \"degrees\", \"text\": \"degrees\"
1108
+ }, \"HumanFriendlyText\": { \"lang_tag\": \"hft_thermostat_coolpoint_goes_below\",
1109
+ \"text\": \"_DEVICE_NAME_ cool point goes below _ARGUMENT_VALUE_ degrees\"
1110
+ } } ] }, { \"id\": 7, \"label\": { \"lang_tag\": \"ambient_temperature_goes_below\",
1111
+ \"text\": \"Ambient temperature goes below\" }, \"serviceId\": \"urn:upnp-org:serviceId:TemperatureSensor1\",
1112
+ \"norepeat\": \"1\", \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\",
1113
+ \"name\": \"CurrentTemperature\", \"comparisson\": \"<\", \"prefix\": { \"lang_tag\":
1114
+ \"temperature\", \"text\": \"Temperature\" }, \"suffix\": { \"lang_tag\":
1115
+ \"degrees\", \"text\": \"degrees\" }, \"HumanFriendlyText\": { \"lang_tag\":
1116
+ \"hft_ambient_temperature_goes_below\", \"text\": \"_DEVICE_NAME_ ambient
1117
+ temperature goes below _ARGUMENT_VALUE_ degrees\" } } ] }, { \"id\": 8, \"label\":
1118
+ { \"lang_tag\": \"battery_level_goes_below\", \"text\": \"Battery level goes
1119
+ below\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"argumentList\":
1120
+ [ { \"id\": 1, \"prefix\": { \"lang_tag\": \"Level\", \"text\": \"Level\"
1121
+ }, \"dataType\": \"i4\", \"name\": \"BatteryLevel\", \"comparisson\": \"<\",
1122
+ \"suffix\": { \"lang_tag\": \"percent_sign\", \"text\": \"%\" }, \"HumanFriendlyText\":
1123
+ { \"lang_tag\": \"hft_battery_level_goes_below\", \"text\": \"Battery level
1124
+ for _DEVICE_NAME_ goes below _ARGUMENT_VALUE_%\" } } ] } ], \"DeviceType\":
1125
+ \"urn:schemas-upnp-org:device:HVAC_ZoneThermostat:1\", \"device_type\": \"urn:schemas-upnp-org:device:HVAC_ZoneThermostat:1\"
1126
+ }, { \"flashicon\": \"icons\\/Door_Lock.swf\", \"imgIconBody\": \"\", \"imgIconDimmable\":
1127
+ \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"pics\\/devices\\/Door_UNLOCKED.png\",
1128
+ \"imgIconMax\": \"pics\\/devices\\/Door_LOCKED.png\", \"halloIconsDir\": \"pics\\/hallo\",
1129
+ \"inScene\": \"0\", \"DisplayStatus\": { }, \"doc_url\": { \"doc_language\":
1130
+ 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\":
1131
+ \"devices\" }, \"ToggleButton\": 1, \"Tabs\": [ { \"Label\": { \"lang_tag\":
1132
+ \"tabname_control\", \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\":
1133
+ \"flash\", \"SceneGroup\": [ { \"id\": 1, \"top\": 1, \"left\": 0, \"x\":
1134
+ 2, \"y\": 2 } ], \"ControlGroup\": [ { \"id\": \"1\", \"type\": \"info\",
1135
+ \"scenegroup\": 1 } ], \"Control\": [ { \"ControlGroup\": \"1\", \"ControlHeader\":
1136
+ \"1\", \"ControlType\": \"label\", \"top\": 0, \"left\": 0, \"text_align\":
1137
+ \"left\", \"Label\": { \"lang_tag\": \"lastlog\", \"text\": \"Last Log:\"
1138
+ }, \"Display\": { \"Top\": 10, \"Left\": 10, \"Width\": 50, \"Height\": 20
1139
+ } }, { \"ControlGroup\": \"1\", \"ControlHeader\": \"1\", \"ControlType\":
1140
+ \"variable\", \"top\": 0, \"left\": 0.800000, \"text_align\": \"left\", \"x\":
1141
+ 1.200000, \"Display\": { \"Top\": 10, \"Left\": 80, \"Width\": 150, \"Height\":
1142
+ 20, \"Service\": \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"Variable\":
1143
+ \"LastLogEvent\" } } ] }, { \"Label\": { \"lang_tag\": \"connection\", \"text\":
1144
+ \"Connect\" }, \"Position\": \"1\", \"TabType\": \"javascript\", \"ScriptName\":
1145
+ \"J_CaddxNX584SerialConnection.js\", \"Function\": \"serialConnection\" },
1146
+ { \"Label\": { \"lang_tag\": \"configuration\", \"text\": \"Configure\" },
1147
+ \"Position\": \"2\", \"TabType\": \"javascript\", \"ScriptName\": \"J_CaddxNX584Security.js\",
1148
+ \"Function\": \"configurationTab\" }, { \"Label\": { \"lang_tag\": \"zones\",
1149
+ \"text\": \"Zones\" }, \"Position\": \"3\", \"TabType\": \"javascript\", \"ScriptName\":
1150
+ \"J_CaddxNX584Security.js\", \"Function\": \"zoneTab\" }, { \"Label\": { \"lang_tag\":
1151
+ \"users\", \"text\": \"Users\" }, \"Position\": \"4\", \"TabType\": \"javascript\",
1152
+ \"ScriptName\": \"J_CaddxNX584Security.js\", \"Function\": \"usersTab\" },
1153
+ { \"Label\": { \"lang_tag\": \"eventlog\", \"text\": \"Event log\" }, \"Position\":
1154
+ \"5\", \"TabType\": \"javascript\", \"ScriptName\": \"J_CaddxNX584Security.js\",
1155
+ \"Function\": \"eventLogTab\" }, { \"Label\": { \"lang_tag\": \"advanced\",
1156
+ \"text\": \"Advanced\" }, \"Position\": \"6\", \"TabType\": \"javascript\",
1157
+ \"ScriptName\": \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\":
1158
+ { \"lang_tag\": \"notifications\", \"text\": \"Notifications\" }, \"Position\":
1159
+ \"7\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1160
+ \"device_notifications\" }, { \"Label\": { \"lang_tag\": \"logs\", \"text\":
1161
+ \"Logs\" }, \"Position\": \"8\", \"TabType\": \"javascript\", \"ScriptName\":
1162
+ \"shared.js\", \"Function\": \"device_logs\" } ], \"DeviceType\": \"urn:schemas-futzle-com:device:CaddxNX584Security:1\",
1163
+ \"eventList\": { \"event_1\": { \"label\": \"Battery level changes\", \"serviceId\":
1164
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"argumentList\": { \"argument_1\":
1165
+ { \"dataType\": \"ui1\", \"defaultValue\": \"\", \"allowedValueList\": { \"Low\":
1166
+ \"10\", \"OK\": \"100\" }, \"name\": \"BatteryLevel\", \"comparisson\": \"=\",
1167
+ \"prefix\": \"Battery is\", \"suffix\": \"\" } } }, \"event_2\": { \"label\":
1168
+ \"Panel Log Event (no partition)\", \"serviceId\": \"urn:futzle-com:serviceId:CaddxNX584Security1\",
1169
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"ui1\", \"defaultValue\":
1170
+ \"\", \"allowedValueList\": { \"SpecialExpansionEvent\": \"17\", \"TelephoneFault\":
1171
+ \"34\", \"TelephoneFaultRestore\": \"35\", \"FailToCommunicate\": \"38\",
1172
+ \"LogFull\": \"39\", \"AutoTest\": \"44\", \"StartProgram\": \"45\", \"EndProgram\":
1173
+ \"46\", \"StartDownload\": \"47\", \"EndDownload\": \"48\", \"GroundFault\":
1174
+ \"50\", \"GroundFaultRestore\": \"51\", \"ManualTest\": \"52\", \"StartOfListenIn\":
1175
+ \"54\", \"TechnicianOnSite\": \"55\", \"TechnicianLeft\": \"56\", \"ControlPowerUp\":
1176
+ \"57\", \"BeginWalkTest\": \"123\", \"EndWalkTest\": \"124\", \"DataLost\":
1177
+ \"127\" }, \"name\": \"LastLogEventID\", \"comparisson\": \"=\", \"prefix\":
1178
+ \"Event\", \"suffix\": \"\" } } }, \"event_3\": { \"label\": \"Panel Log Event
1179
+ (in partition)\", \"serviceId\": \"urn:futzle-com:serviceId:CaddxNX584Security1\",
1180
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"ui1\", \"defaultValue\":
1181
+ \"\", \"allowedValueList\": { \"Duress\": \"18\", \"ManualFire\": \"19\",
1182
+ \"Auxiliary2Panic\": \"20\", \"Panic\": \"22\", \"KeypadTamper\": \"23\",
1183
+ \"ReExit\": \"125\" }, \"name\": \"LastLogEventID\", \"comparisson\": \"=\",
1184
+ \"prefix\": \"Event\", \"suffix\": \"\" }, \"argument_2\": { \"dataType\":
1185
+ \"ui1\", \"defaultValue\": \"1\", \"allowedValueList\": { \"Partition1\":
1186
+ \"1\", \"Partition2\": \"2\", \"Partition3\": \"3\", \"Partition4\": \"4\",
1187
+ \"Partition5\": \"5\", \"Partition6\": \"6\", \"Partition7\": \"7\", \"Partition8\":
1188
+ \"8\" }, \"name\": \"LastLogEventPartition\", \"comparisson\": \"=\", \"prefix\":
1189
+ \"Partition\", \"suffix\": \"\" } } } }, \"eventList2\": [ { \"id\": 1, \"label\":
1190
+ { \"text\": \"Battery level changes\", \"lang_tag\": \"battery_level_changes\"
1191
+ }, \"serviceId\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"argumentList\":
1192
+ [ { \"id\": 1, \"dataType\": \"ui1\", \"defaultValue\": \"\", \"allowedValueList\":
1193
+ [ { \"value\": \"10\", \"HumanFriendlyText\": { \"text\": \"Battery is low\",
1194
+ \"lang_tag\": \"hft_battery_is_low\" } }, { \"value\": \"100\", \"HumanFriendlyText\":
1195
+ { \"text\": \"Battery is OK\", \"lang_tag\": \"hft_battery_is_ok\" } } ],
1196
+ \"name\": \"BatteryLevel\", \"comparisson\": \"=\", \"prefix\": { \"text\":
1197
+ \"Battery level\", \"lang_tag\": \"battery_level\" }, \"suffix\": { }, \"HumanFriendlyText\":
1198
+ { \"text\": \"_DEVICE_NAME_: Battery level: _ARGUMENT_VALUE_\", \"lang_tag\":
1199
+ \"hft_battery_level\" } } ] }, { \"id\": 2, \"label\": { \"text\": \"Panel
1200
+ Log Event (no partition)\", \"lang_tag\": \"panel_log_event_no_partition\"
1201
+ }, \"serviceId\": \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"argumentList\":
1202
+ [ { \"id\": 1, \"dataType\": \"ui1\", \"defaultValue\": \"\", \"allowedValueList\":
1203
+ [ { \"HumanFriendlyText\": { \"text\": \"Special Expansion Event\", \"lang_tag\":
1204
+ \"hft_event_17\" }, \"value\": \"17\" }, { \"HumanFriendlyText\": { \"text\":
1205
+ \"Telephone Fault\", \"lang_tag\": \"hft_event_34\" }, \"value\": \"34\" },
1206
+ { \"HumanFriendlyText\": { \"text\": \"Telephone Fault Restore\", \"lang_tag\":
1207
+ \"hft_event_35\" }, \"value\": \"35\" }, { \"HumanFriendlyText\": { \"text\":
1208
+ \"Fail To Communicate\", \"lang_tag\": \"hft_event_38\" }, \"value\": \"38\"
1209
+ }, { \"HumanFriendlyText\": { \"text\": \"Log Full\", \"lang_tag\": \"hft_event_39\"
1210
+ }, \"value\": \"39\" }, { \"HumanFriendlyText\": { \"text\": \"Auto Test\",
1211
+ \"lang_tag\": \"hft_event_44\" }, \"value\": \"44\" }, { \"HumanFriendlyText\":
1212
+ { \"text\": \"Start Program\", \"lang_tag\": \"hft_event_45\" }, \"value\":
1213
+ \"45\" }, { \"HumanFriendlyText\": { \"text\": \"End Program\", \"lang_tag\":
1214
+ \"hft_event_46\" }, \"value\": \"46\" }, { \"HumanFriendlyText\": { \"text\":
1215
+ \"Start Download\", \"lang_tag\": \"hft_event_47\" }, \"value\": \"47\" },
1216
+ { \"HumanFriendlyText\": { \"text\": \"End Download\", \"lang_tag\": \"hft_event_48\"
1217
+ }, \"value\": \"48\" }, { \"HumanFriendlyText\": { \"text\": \"Ground Fault\",
1218
+ \"lang_tag\": \"hft_event_50\" }, \"value\": \"50\" }, { \"HumanFriendlyText\":
1219
+ { \"text\": \"Ground Fault Restore\", \"lang_tag\": \"hft_event_51\" }, \"value\":
1220
+ \"51\" }, { \"HumanFriendlyText\": { \"text\": \"Manual Test\", \"lang_tag\":
1221
+ \"hft_event_52\" }, \"value\": \"52\" }, { \"HumanFriendlyText\": { \"text\":
1222
+ \"Start Of ListenIn\", \"lang_tag\": \"hft_event_54\" }, \"value\": \"54\"
1223
+ }, { \"HumanFriendlyText\": { \"text\": \"Technician On Site\", \"lang_tag\":
1224
+ \"hft_event_55\" }, \"value\": \"55\" }, { \"HumanFriendlyText\": { \"text\":
1225
+ \"Technician Left\", \"lang_tag\": \"hft_event_56\" }, \"value\": \"56\" },
1226
+ { \"HumanFriendlyText\": { \"text\": \"Control Power Up\", \"lang_tag\": \"hft_event_57\"
1227
+ }, \"value\": \"57\" }, { \"HumanFriendlyText\": { \"text\": \"Begin Walk
1228
+ Test\", \"lang_tag\": \"hft_event_123\" }, \"value\": \"123\" }, { \"HumanFriendlyText\":
1229
+ { \"text\": \"End Walk Test\", \"lang_tag\": \"hft_event_124\" }, \"value\":
1230
+ \"124\" }, { \"HumanFriendlyText\": { \"text\": \"Data Lost\", \"lang_tag\":
1231
+ \"hft_event_127\" }, \"value\": \"127\" } ], \"name\": \"LastLogEventID\",
1232
+ \"comparisson\": \"=\", \"prefix\": { \"text\": \"Event\", \"lang_tag\": \"event\"
1233
+ }, \"suffix\": { }, \"HumanFriendlyText\": { \"text\": \"_DEVICE_NAME_: Event:
1234
+ _ARGUMENT_VALUE_\", \"lang_tag\": \"hft_event\" } } ] }, { \"id\": 3, \"label\":
1235
+ { \"text\": \"Panel Log Event (in partition)\", \"lang_tag\": \"panel_log_event_in_partition\"
1236
+ }, \"serviceId\": \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"argumentList\":
1237
+ [ { \"id\": 1, \"dataType\": \"ui1\", \"defaultValue\": \"\", \"allowedValueList\":
1238
+ [ { \"HumanFriendlyText\": { \"text\": \"Duress\", \"lang_tag\": \"hft_event_18\"
1239
+ }, \"value\": \"18\" }, { \"HumanFriendlyText\": { \"text\": \"Manual Fire\",
1240
+ \"lang_tag\": \"hft_event_19\" }, \"value\": \"19\" }, { \"HumanFriendlyText\":
1241
+ { \"text\": \"Auxiliary 2 Panic\", \"lang_tag\": \"hft_event_20\" }, \"value\":
1242
+ \"20\" }, { \"HumanFriendlyText\": { \"text\": \"Panic\", \"lang_tag\": \"hft_event_22\"
1243
+ }, \"value\": \"22\" }, { \"HumanFriendlyText\": { \"text\": \"Keypad Tamper\",
1244
+ \"lang_tag\": \"hft_event_23\" }, \"value\": \"23\" }, { \"HumanFriendlyText\":
1245
+ { \"text\": \"Re-exit\", \"lang_tag\": \"hft_event_125\" }, \"value\": \"125\"
1246
+ } ], \"name\": \"LastLogEventID\", \"comparisson\": \"=\", \"prefix\": { \"text\":
1247
+ \"Event\", \"lang_tag\": \"event\" }, \"suffix\": { }, \"HumanFriendlyText\":
1248
+ { \"text\": \"_DEVICE_NAME_: Event: _ARGUMENT_VALUE_\", \"lang_tag\": \"hft_event\"
1249
+ } }, { \"id\": 2, \"dataType\": \"ui1\", \"defaultValue\": \"1\", \"allowedValueList\":
1250
+ [ { \"HumanFriendlyText\": { \"text\": \"Partition 1\", \"lang_tag\": \"hft_event_partition_1\"
1251
+ }, \"value\": \"1\" }, { \"HumanFriendlyText\": { \"text\": \"Partition 2\",
1252
+ \"lang_tag\": \"hft_event_partition_2\" }, \"value\": \"2\" }, { \"HumanFriendlyText\":
1253
+ { \"text\": \"Partition 3\", \"lang_tag\": \"hft_event_partition_3\" }, \"value\":
1254
+ \"3\" }, { \"HumanFriendlyText\": { \"text\": \"Partition 4\", \"lang_tag\":
1255
+ \"hft_event_partition_4\" }, \"value\": \"4\" }, { \"HumanFriendlyText\":
1256
+ { \"text\": \"Partition 5\", \"lang_tag\": \"hft_event_partition_5\" }, \"value\":
1257
+ \"5\" }, { \"HumanFriendlyText\": { \"text\": \"Partition 6\", \"lang_tag\":
1258
+ \"hft_event_partition_6\" }, \"value\": \"6\" }, { \"HumanFriendlyText\":
1259
+ { \"text\": \"Partition 7\", \"lang_tag\": \"hft_event_partition_7\" }, \"value\":
1260
+ \"7\" }, { \"HumanFriendlyText\": { \"text\": \"Partition 8\", \"lang_tag\":
1261
+ \"hft_event_partition_8\" }, \"value\": \"8\" } ], \"name\": \"LastLogEventPartition\",
1262
+ \"comparisson\": \"=\", \"prefix\": { \"text\": \"Partition\", \"lang_tag\":
1263
+ \"partition\" }, \"suffix\": { }, \"HumanFriendlyText\": { \"text\": \"_DEVICE_NAME_:
1264
+ Partition: _ARGUMENT_VALUE_\", \"lang_tag\": \"hft_partition\" } } ] } ],
1265
+ \"sceneList\": { \"group_1\": { \"cmd_1\": { \"label\": \"Set a User's PIN\",
1266
+ \"serviceId\": \"urn:futzle-com:serviceId:CaddxNX584Security1\", \"action\":
1267
+ \"UserSetPIN\", \"argumentList\": { \"argument_1\": { \"dataType\": \"string\",
1268
+ \"defaultValue\": \"\", \"prefix\": \"Master PIN\", \"suffix\": \"\", \"name\":
1269
+ \"MasterPIN\" }, \"argument_2\": { \"dataType\": \"ui1\", \"defaultValue\":
1270
+ \"\", \"allowedValueRange\": { \"minimum\": \"1\", \"maximum\": \"99\" },
1271
+ \"prefix\": \"User number\", \"suffix\": \"\", \"name\": \"User\" }, \"argument_3\":
1272
+ { \"dataType\": \"string\", \"defaultValue\": \"\", \"prefix\": \"User PIN\",
1273
+ \"suffix\": \"\", \"name\": \"UserPIN\" } } } } }, \"device_type\": \"urn:schemas-futzle-com:device:CaddxNX584Security:1\"
1274
+ }, { \"flashicon\": \"icons\\/Binary_Light.png\", \"imgIconBody\": \"\", \"imgIconDimmable\":
1275
+ \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"icons\\/Binary_Light_0.png\",
1276
+ \"imgIconMax\": \"icons\\/Binary_Light.png\", \"halloIconsDir\": \"pics\\/hallo\",
1277
+ \"state_icons\": [ \"Binary_Light_0.png\", \"Binary_Light_100.png\" ], \"x\":
1278
+ \"2\", \"y\": \"4\", \"inScene\": \"1\", \"DisplayStatus\": { \"Service\":
1279
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"Variable\": \"Status\", \"MinValue\":
1280
+ \"0\", \"MaxValue\": \"1\" }, \"doc_url\": { \"doc_language\": 1, \"doc_manual\":
1281
+ 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\": \"lighting_devices\"
1282
+ }, \"ToggleButton\": 1, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"tabname_control\",
1283
+ \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"ControlGroup\":
1284
+ [ { \"id\": \"1\", \"isSingle\": \"1\", \"scenegroup\": \"1\" }, { \"id\":
1285
+ \"2\", \"isSingle\": \"1\", \"scenegroup\": \"1\" } ], \"SceneGroup\": [ {
1286
+ \"id\": \"1\", \"top\": \"2\", \"left\": \"0\", \"x\": \"2\", \"y\": \"1\"
1287
+ } ], \"Control\": [ { \"ControlGroup\": \"2\", \"ControlType\": \"button\",
1288
+ \"top\": \"0\", \"left\": \"1\", \"Label\": { \"lang_tag\": \"cmd_on\", \"text\":
1289
+ \"On\" }, \"Display\": { \"Service\": \"urn:upnp-org:serviceId:SwitchPower1\",
1290
+ \"Variable\": \"Status\", \"Value\": \"1\", \"Top\": 60, \"Left\": 145, \"Width\":
1291
+ 75, \"Height\": 20 }, \"Command\": { \"Service\": \"urn:upnp-org:serviceId:SwitchPower1\",
1292
+ \"Action\": \"SetTarget\", \"Parameters\": [ { \"Name\": \"newTargetValue\",
1293
+ \"Value\": \"1\" } ] }, \"ControlCode\": \"power_on\" }, { \"ControlGroup\":
1294
+ \"1\", \"ControlType\": \"button\", \"top\": \"0\", \"left\": \"0\", \"Label\":
1295
+ { \"lang_tag\": \"cmd_off\", \"text\": \"Off\" }, \"Display\": { \"Service\":
1296
+ \"urn:upnp-org:serviceId:SwitchPower1\", \"Variable\": \"Status\", \"Value\":
1297
+ \"0\", \"Top\": 60, \"Left\": 50, \"Width\": 75, \"Height\": 20 }, \"Command\":
1298
+ { \"Service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"Action\": \"SetTarget\",
1299
+ \"Parameters\": [ { \"Name\": \"newTargetValue\", \"Value\": \"0\" } ] },
1300
+ \"ControlCode\": \"power_off\" } ] }, { \"Label\": { \"lang_tag\": \"settings\",
1301
+ \"text\": \"Settings\" }, \"Position\": \"1\", \"TabType\": \"javascript\",
1302
+ \"ScriptName\": \"shared.js\", \"Function\": \"simple_device\" }, { \"Label\":
1303
+ { \"lang_tag\": \"advanced\", \"text\": \"Advanced\" }, \"Position\": \"2\",
1304
+ \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1305
+ \"advanced_device\" }, { \"Label\": { \"lang_tag\": \"device_options\", \"text\":
1306
+ \"Device Options\" }, \"Position\": \"3\", \"TabType\": \"javascript\", \"ScriptName\":
1307
+ \"shared.js\", \"Function\": \"device_zwave_options\" }, { \"Label\": { \"lang_tag\":
1308
+ \"logs\", \"text\": \"Logs\" }, \"Position\": \"4\", \"TabType\": \"javascript\",
1309
+ \"ScriptName\": \"shared.js\", \"Function\": \"device_logs\" }, { \"Label\":
1310
+ { \"lang_tag\": \"notifications\", \"text\": \"Notifications\" }, \"Position\":
1311
+ \"5\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1312
+ \"device_notifications\" } ], \"sceneList\": { \"group_1\": { \"cmd_1\": {
1313
+ \"label\": \"ON\", \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\",
1314
+ \"action\": \"SetTarget\", \"arguments\": { \"newTargetValue\": \"1\" }, \"display\":
1315
+ { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Status\",
1316
+ \"value\": \"1\" } }, \"cmd_2\": { \"label\": \"OFF\", \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\",
1317
+ \"action\": \"SetTarget\", \"arguments\": { \"newTargetValue\": \"0\" }, \"display\":
1318
+ { \"service\": \"urn:upnp-org:serviceId:SwitchPower1\", \"variable\": \"Status\",
1319
+ \"value\": \"0\" } } } }, \"eventList2\": [ { \"id\": 1, \"label\": { \"lang_tag\":
1320
+ \"a_device_is_turned_on_off\", \"text\": \"A device is turned on or off\"
1321
+ }, \"serviceId\": \"urn:upnp-org:serviceId:SwitchPower1\", \"argumentList\":
1322
+ [ { \"id\": 1, \"dataType\": \"boolean\", \"defaultValue\": \"1\", \"allowedValueList\":
1323
+ [ { \"Off\": \"0\", \"HumanFriendlyText\": { \"lang_tag\": \"hft_device_turned_off\",
1324
+ \"text\": \"_DEVICE_NAME_ is turned off\" } }, { \"On\": \"1\", \"HumanFriendlyText\":
1325
+ { \"lang_tag\": \"hft_device_turned_on\", \"text\": \"_DEVICE_NAME_ is turned
1326
+ on\" } } ], \"name\": \"Status\", \"comparisson\": \"=\", \"prefix\": { \"lang_tag\":
1327
+ \"which_mode\", \"text\": \"Which mode\" }, \"suffix\": { } } ] } ], \"DeviceType\":
1328
+ \"urn:schemas-upnp-org:device:BinaryLight:1\", \"device_type\": \"urn:schemas-upnp-org:device:BinaryLight:1\"
1329
+ }, { \"flashicon\": \"icons\\/Door_Lock.swf\", \"imgIconBody\": \"\", \"imgIconDimmable\":
1330
+ \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"pics\\/devices\\/Door_UNLOCKED.png\",
1331
+ \"imgIconMax\": \"pics\\/devices\\/Door_LOCKED.png\", \"halloIconsDir\": \"pics\\/hallo\",
1332
+ \"inScene\": \"1\", \"x\": 2, \"y\": 3, \"DisplayStatus\": { \"Service\":
1333
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Variable\": \"ArmMode\",
1334
+ \"MinValue\": \"Disarmed\", \"MaxValue\": \"Armed\" }, \"doc_url\": { \"doc_language\":
1335
+ 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\":
1336
+ \"devices\" }, \"ToggleButton\": 1, \"Tabs\": [ { \"Label\": { \"lang_tag\":
1337
+ \"tabname_control\", \"text\": \"Alarm Partition\" }, \"Position\": \"0\",
1338
+ \"TabType\": \"flash\", \"SceneGroup\": [ { \"id\": \"1\", \"top\": \"0\",
1339
+ \"left\": \"0\", \"x\": \"2\", \"y\": \"1\" }, { \"id\": \"2\", \"top\": \"1\",
1340
+ \"left\": \"0\", \"x\": \"2\", \"y\": \"2\" } ], \"ControlGroup\": [ { \"id\":
1341
+ \"1\", \"type\": \"info\", \"scenegroup\": \"1\" }, { \"id\": \"3\", \"isSingle\":
1342
+ \"0\", \"scenegroup\": \"2\" }, { \"id\": \"2\" } ], \"Control\": [ { \"ControlGroup\":
1343
+ \"1\", \"ControlHeader\": \"1\", \"ControlType\": \"label\", \"top\": 0.200000,
1344
+ \"left\": 0, \"text_align\": \"left\", \"Label\": { \"lang_tag\": \"device_settings_page\",
1345
+ \"text\": \"Status:\" }, \"Display\": { \"Top\": 0, \"Left\": 50, \"Width\":
1346
+ 200, \"Height\": 20 } }, { \"ControlGroup\": \"1\", \"ControlHeader\": \"1\",
1347
+ \"ControlType\": \"variable\", \"top\": 0.200000, \"left\": 0.600000, \"text_align\":
1348
+ \"left\", \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1349
+ \"Variable\": \"DetailedArmMode\", \"Top\": 20, \"Left\": 50, \"Width\": 200,
1350
+ \"Height\": 20 } }, { \"ControlType\": \"label\", \"Label\": { \"lang_tag\":
1351
+ \"device_settings_page\", \"text\": \"Arming Options\" }, \"Display\": { \"Top\":
1352
+ 60, \"Left\": 50, \"Width\": 200, \"Height\": 20 } }, { \"ControlGroup\":
1353
+ \"2\", \"ControlHeader\": \"1\", \"ControlPair\": \"1\", \"ControlType\":
1354
+ \"input\", \"ID\": \"PINCode\", \"Display\": { \"Top\": 80, \"Left\": 20,
1355
+ \"Width\": 100, \"Height\": 20 } }, { \"ControlGroup\": \"2\", \"ControlPair\":
1356
+ \"1\", \"ControlType\": \"button\", \"Label\": { \"lang_tag\": \"cmd_set\",
1357
+ \"text\": \"Arm\" }, \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1358
+ \"Variable\": \"DetailedArmMode\", \"Value\": \"Armed\", \"Top\": 80, \"Left\":
1359
+ 130, \"Width\": 50, \"Height\": 20 }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1360
+ \"Action\": \"RequestArmMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1361
+ \"Armed\" }, { \"Name\": \"PINCode\", \"ID\": \"PINCode\" } ] } }, { \"ControlGroup\":
1362
+ \"2\", \"ControlPair\": \"1\", \"ControlType\": \"button\", \"Label\": { \"lang_tag\":
1363
+ \"cmd_set\", \"text\": \"Stay\" }, \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1364
+ \"Variable\": \"DetailedArmMode\", \"Value\": \"Stay\", \"Top\": 80, \"Left\":
1365
+ 190, \"Width\": 50, \"Height\": 20 }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1366
+ \"Action\": \"RequestArmMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1367
+ \"Stay\" }, { \"Name\": \"PINCode\", \"ID\": \"PINCode\" } ] } }, { \"ControlGroup\":
1368
+ \"2\", \"ControlPair\": \"1\", \"ControlType\": \"button\", \"Label\": { \"lang_tag\":
1369
+ \"cmd_set\", \"text\": \"Disarm\" }, \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1370
+ \"Variable\": \"DetailedArmMode\", \"Value\": \"Disarmed\", \"Top\": 80, \"Left\":
1371
+ 250, \"Width\": 50, \"Height\": 20 }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1372
+ \"Action\": \"RequestArmMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1373
+ \"Disarmed\" }, { \"Name\": \"PINCode\", \"ID\": \"PINCode\" } ] } }, { \"ControlGroup\":
1374
+ \"3\", \"ControlType\": \"button\", \"top\": 0, \"left\": 0, \"no_control_panel\":
1375
+ \"1\", \"Label\": { \"lang_tag\": \"cmd_set\", \"text\": \"Arm\" }, \"Display\":
1376
+ { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Variable\":
1377
+ \"DetailedArmMode\", \"Value\": \"Armed\" }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1378
+ \"Action\": \"RequestArmMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1379
+ \"Armed\" }, { \"Name\": \"PINCode\", \"Value\": \"\" } ] } }, { \"ControlGroup\":
1380
+ \"3\", \"ControlType\": \"button\", \"top\": 1, \"left\": 0, \"no_control_panel\":
1381
+ \"1\", \"Label\": { \"lang_tag\": \"cmd_set\", \"text\": \"Stay\" }, \"Display\":
1382
+ { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Variable\":
1383
+ \"DetailedArmMode\", \"Value\": \"Stay\" }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1384
+ \"Action\": \"RequestArmMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1385
+ \"Stay\" }, { \"Name\": \"PINCode\", \"Value\": \"\" } ] } }, { \"ControlType\":
1386
+ \"label\", \"Label\": { \"lang_tag\": \"device_settings_page\", \"text\":
1387
+ \"Panic Alarm Options\" }, \"Display\": { \"Top\": 160, \"Left\": 50, \"Width\":
1388
+ 200, \"Height\": 20 } }, { \"ControlType\": \"button\", \"top\": 0, \"left\":
1389
+ 0, \"Label\": { \"lang_tag\": \"cmd_set\", \"text\": \"Police\" }, \"Display\":
1390
+ { \"Top\": 180, \"Left\": 50, \"Width\": 75, \"Height\": 20 }, \"Command\":
1391
+ { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Action\":
1392
+ \"RequestPanicMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1393
+ \"Police\" } ] } }, { \"ControlType\": \"button\", \"top\": 0, \"left\": 1,
1394
+ \"Label\": { \"lang_tag\": \"cmd_set\", \"text\": \"Medical\" }, \"Display\":
1395
+ { \"Top\": 180, \"Left\": 135, \"Width\": 75, \"Height\": 20 }, \"Command\":
1396
+ { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Action\":
1397
+ \"RequestPanicMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1398
+ \"Medical\" } ] } }, { \"ControlType\": \"button\", \"top\": 0, \"left\":
1399
+ 2, \"Label\": { \"lang_tag\": \"cmd_set\", \"text\": \"Fire\" }, \"Display\":
1400
+ { \"Top\": 180, \"Left\": 220, \"Width\": 75, \"Height\": 20 }, \"Command\":
1401
+ { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Action\":
1402
+ \"RequestPanicMode\", \"Parameters\": [ { \"Name\": \"State\", \"Value\":
1403
+ \"Fire\" } ] } }, { \"ControlType\": \"label\", \"Label\": { \"lang_tag\":
1404
+ \"device_settings_page\", \"text\": \"Vendor Options\" }, \"Display\": { \"Top\":
1405
+ 220, \"Left\": 50, \"Width\": 200, \"Height\": 20 } }, { \"ControlType\":
1406
+ \"variable\", \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1407
+ \"Variable\": \"VendorStatus\", \"Top\": 240, \"Left\": 50, \"Width\": 200,
1408
+ \"Height\": 20 } }, { \"ControlType\": \"variable\", \"Display\": { \"Service\":
1409
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"Variable\": \"VendorStatusCode\",
1410
+ \"Top\": 260, \"Left\": 50, \"Width\": 200, \"Height\": 20 } }, { \"ControlType\":
1411
+ \"variable\", \"Display\": { \"Service\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1412
+ \"Variable\": \"VendorStatusData\", \"Top\": 280, \"Left\": 50, \"Width\":
1413
+ 200, \"Height\": 20 } } ] }, { \"Label\": { \"lang_tag\": \"notifications\",
1414
+ \"text\": \"Notifications\" }, \"Position\": \"2\", \"TabType\": \"javascript\",
1415
+ \"ScriptName\": \"shared.js\", \"Function\": \"device_notifications\" }, {
1416
+ \"Label\": { \"lang_tag\": \"logs\", \"text\": \"Logs\" }, \"Position\": \"3\",
1417
+ \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1418
+ \"device_logs\" }, { \"Label\": { \"lang_tag\": \"advanced\", \"text\": \"Advanced\"
1419
+ }, \"Position\": \"4\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\",
1420
+ \"Function\": \"advanced_device\" } ], \"DeviceType\": \"urn:schemas-futzle-com:device:CaddxNX584Partition:2\",
1421
+ \"eventList\": { \"event_1\": { \"label\": \"Armed state\", \"serviceId\":
1422
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"argumentList\": { \"argument_1\":
1423
+ { \"dataType\": \"string\", \"defaultValue\": \"Armed\", \"allowedValueList\":
1424
+ { \"Yes\": \"Armed\", \"No\": \"Disarmed\" }, \"name\": \"ArmMode\", \"comparisson\":
1425
+ \"=\", \"prefix\": \"Is Armed?\", \"suffix\": \"\" } } }, \"event_2\": { \"label\":
1426
+ \"Armed detailed state\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1427
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"string\", \"defaultValue\":
1428
+ \"Armed\", \"allowedValueList\": { \"Disarmed\": \"Disarmed\", \"Armed\":
1429
+ \"Armed\", \"Stay\": \"Stay\", \"StayInstant\": \"StayInstant\", \"Night\":
1430
+ \"Night\", \"NightInstant\": \"NightInstant\", \"Force\": \"Force\", \"Ready\":
1431
+ \"Ready\", \"Vacation\": \"Vacation\", \"NotReady\": \"NotReady\", \"FailedToArm\":
1432
+ \"FailedToArm\", \"EntryDelay\": \"EntryDelay\", \"ExitDelay\": \"ExitDelay\"
1433
+ }, \"name\": \"DetailedArmMode\", \"comparisson\": \"=\", \"prefix\": \"Armed
1434
+ state\", \"suffix\": \"\" } } }, \"event_3\": { \"label\": \"Alarm Active\",
1435
+ \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"argumentList\":
1436
+ { \"argument_1\": { \"dataType\": \"string\", \"defaultValue\": \"Active\",
1437
+ \"allowedValueList\": { \"Active\": \"Active\", \"NotActive\": \"None\" },
1438
+ \"name\": \"Alarm\", \"comparisson\": \"=\", \"prefix\": \"Is Active?\", \"suffix\":
1439
+ \"\" } } }, \"event_4\": { \"label\": \"A PIN Code is entered\", \"serviceId\":
1440
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"argumentList\": { \"argument_1\":
1441
+ { \"dataType\": \"string\", \"defaultValue\": \"\", \"name\": \"LastUser\",
1442
+ \"comparisson\": \"=\", \"prefix\": \"User\", \"suffix\": \"\" } } }, \"event_5\":
1443
+ { \"label\": \"Vendor Status Code\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1444
+ \"argumentList\": { \"argument_1\": { \"dataType\": \"string\", \"defaultValue\":
1445
+ \"\", \"name\": \"VendorStatusCode\", \"comparisson\": \"=\", \"prefix\":
1446
+ \"Code\", \"suffix\": \"\" } } } }, \"eventList2\": [ { \"id\": 1, \"label\":
1447
+ { \"text\": \"Armed state\", \"lang_tag\": \"armed_state\" }, \"serviceId\":
1448
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"argumentList\": [ { \"id\":
1449
+ 1, \"dataType\": \"string\", \"defaultValue\": \"Armed\", \"allowedValueList\":
1450
+ [ { \"value\": \"Armed\", \"HumanFriendlyText\": { \"text\": \"Yes\", \"lang_tag\":
1451
+ \"Alarm state armed\" } }, { \"value\": \"Disarmed\", \"HumanFriendlyText\":
1452
+ { \"text\": \"No\", \"lang_tag\": \"Alarm state disarmed\" } } ], \"name\":
1453
+ \"ArmMode\", \"comparisson\": \"=\", \"prefix\": { \"text\": \"Is Armed?\",
1454
+ \"lang_tag\": \"is_armed\" }, \"suffix\": { }, \"HumanFriendlyText\": { \"lang_tag\":
1455
+ \"hft_armed_state\", \"text\": \"_DEVICE_NAME_: Alarm state: _ARGUMENT_VALUE_\"
1456
+ } } ] }, { \"id\": 2, \"label\": { \"text\": \"Armed detailed state\", \"lang_tag\":
1457
+ \"armed_detailed_state\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1458
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"string\", \"defaultValue\":
1459
+ \"Armed\", \"allowedValueList\": [ { \"value\": \"Disarmed\", \"HumanFriendlyText\":
1460
+ { \"text\": \"Disarmed\", \"lang_tag\": \"alarm_detailed_state_disarmed\"
1461
+ } }, { \"value\": \"Armed\", \"HumanFriendlyText\": { \"text\": \"Armed\",
1462
+ \"lang_tag\": \"alarm_detailed_state_armed\" } }, { \"value\": \"Stay\", \"HumanFriendlyText\":
1463
+ { \"text\": \"Stay (partial)\", \"lang_tag\": \"alarm_detailed_state_stay\"
1464
+ } }, { \"value\": \"Ready\", \"HumanFriendlyText\": { \"text\": \"Disarmed
1465
+ and ready to arm\", \"lang_tag\": \"alarm_detailed_state_ready\" } }, { \"value\":
1466
+ \"FailedToArm\", \"HumanFriendlyText\": { \"text\": \"Failed to arm\", \"lang_tag\":
1467
+ \"alarm_detailed_state_failed_to_arm\" } }, { \"value\": \"EntryDelay\", \"HumanFriendlyText\":
1468
+ { \"text\": \"In entry delay\", \"lang_tag\": \"alarm_detailed_state_entry_delay\"
1469
+ } }, { \"value\": \"ExitDelay\", \"HumanFriendlyText\": { \"text\": \"In exit
1470
+ delay\", \"lang_tag\": \"alarm_detailed_state_exit_delay\" } } ], \"name\":
1471
+ \"DetailedArmMode\", \"comparisson\": \"=\", \"prefix\": { \"text\": \"Armed
1472
+ state\", \"lang_tag\": \"armed_state\" }, \"suffix\": { }, \"HumanFriendlyText\":
1473
+ { \"lang_tag\": \"hft_detailed_armed_mode\", \"text\": \"_DEVICE_NAME_: Alarm
1474
+ detailed arm mode: _ARGUMENT_VALUE_\" } } ] }, { \"id\": 3, \"label\": { \"text\":
1475
+ \"Alarm Active\", \"lang_tag\": \"alarm_active\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1476
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"string\", \"defaultValue\":
1477
+ \"Active\", \"allowedValueList\": [ { \"value\": \"Active\", \"HumanFriendlyText\":
1478
+ { \"text\": \"Alarm is active (in breach)\", \"lang_tag\": \"alarm_active\"
1479
+ } }, { \"value\": \"None\", \"HumanFriendlyText\": { \"text\": \"Alarm is
1480
+ not active\", \"lang_tag\": \"alarm_not_active\" } } ], \"name\": \"Alarm\",
1481
+ \"comparisson\": \"=\", \"prefix\": { \"text\": \"Is Active?\", \"lang_tag\":
1482
+ \"is_active\" }, \"suffix\": { }, \"HumanFriendlyText\": { \"lang_tag\": \"hft_alarm_active\",
1483
+ \"text\": \"_DEVICE_NAME_: Alarm active state: _ARGUMENT_VALUE_\" } } ] },
1484
+ { \"id\": 4, \"label\": { \"text\": \"A PIN Code is entered\", \"lang_tag\":
1485
+ \"pin_code_entered\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1486
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"string\", \"defaultValue\":
1487
+ \"\", \"name\": \"LastUser\", \"comparisson\": \"=\", \"prefix\": { \"text\":
1488
+ \"User\", \"lang_tag\": \"user\" }, \"suffix\": { }, \"HumanFriendlyText\":
1489
+ { \"lang_tag\": \"hft_pin_code_entered\", \"text\": \"_DEVICE_NAME_: PIN entered
1490
+ by _ARGUMENT_VALUE_\" } } ] }, { \"id\": 5, \"label\": { \"text\": \"Vendor
1491
+ Status Code\", \"lang_tag\": \"vendor_status_code\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1492
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"string\", \"defaultValue\":
1493
+ \"\", \"name\": \"VendorStatusCode\", \"comparisson\": \"=\", \"prefix\":
1494
+ { \"text\": \"Code\", \"lang_tag\": \"code\" }, \"suffix\": { }, \"HumanFriendlyText\":
1495
+ { \"lang_tag\": \"hft_vendor_status_code\", \"text\": \"_DEVICE_NAME_: Vendor
1496
+ status code _ARGUMENT_VALUE_\" } } ] } ], \"sceneList\": { \"group_1\": {
1497
+ \"cmd_1\": { \"label\": \"Set Partition ... (PIN)\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1498
+ \"action\": \"RequestArmMode\", \"argumentList\": { \"argument_1\": { \"dataType\":
1499
+ \"string\", \"defaultValue\": \"Disarmed\", \"allowedValueList\": { \"Disarmed\":
1500
+ \"Disarmed\", \"Armed\": \"Armed\", \"Stay\": \"Stay\" }, \"name\": \"State\",
1501
+ \"prefix\": \"State\", \"suffix\": \"\" }, \"argument_2\": { \"dataType\":
1502
+ \"string\", \"defaultValue\": \"1234\", \"prefix\": \"PIN\", \"suffix\": \"0-99999999,
1503
+ (insecure)\", \"name\": \"PINCode\" } } } }, \"group_2\": { \"cmd_2\": { \"label\":
1504
+ \"Set Partition Armed (No PIN)\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1505
+ \"action\": \"RequestArmMode\", \"arguments\": { \"State\": \"Armed\" } },
1506
+ \"cmd_3\": { \"label\": \"Set Partition Stay (No PIN)\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1507
+ \"action\": \"RequestArmMode\", \"arguments\": { \"State\": \"Stay\" } } },
1508
+ \"group_3\": { \"cmd_1\": { \"label\": \"Request Medical Panic\", \"serviceId\":
1509
+ \"urn:micasaverde-com:serviceId:AlarmPartition2\", \"action\": \"RequestPanicMode\",
1510
+ \"arguments\": { \"State\": \"Medical\" } }, \"cmd_2\": { \"label\": \"Request
1511
+ Police Panic\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1512
+ \"action\": \"RequestPanicMode\", \"arguments\": { \"State\": \"Police\" }
1513
+ }, \"cmd_3\": { \"label\": \"Request Fire Panic\", \"serviceId\": \"urn:micasaverde-com:serviceId:AlarmPartition2\",
1514
+ \"action\": \"RequestPanicMode\", \"arguments\": { \"State\": \"Fire\" } }
1515
+ } }, \"device_type\": \"urn:schemas-futzle-com:device:CaddxNX584Partition:2\"
1516
+ }, { \"flashicon\": \"icons\\/Motion_Sensor.png\", \"imgIconBody\": \"\",
1517
+ \"imgIconDimmable\": \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"\",
1518
+ \"imgIconMax\": \"\", \"halloIconsDir\": \"pics\\/hallo\", \"x\": \"2\", \"y\":
1519
+ \"3\", \"state_icons\": [ \"Motion_Sensor_0.png\", \"Motion_Sensor_100.png\"
1520
+ ], \"inScene\": \"1\", \"DisplayStatus\": { \"Service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1521
+ \"Variable\": \"Tripped\", \"MinValue\": \"0\", \"MaxValue\": \"1\" }, \"doc_url\":
1522
+ { \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\":
1523
+ 0, \"doc_page\": \"sensors\" }, \"ToggleButton\": 1, \"Tabs\": [ { \"Label\":
1524
+ { \"lang_tag\": \"tabname_control\", \"text\": \"Control\" }, \"Position\":
1525
+ \"0\", \"TabType\": \"flash\", \"ControlGroup\": [ { \"id\": \"1\", \"isSingle\":
1526
+ \"1\", \"scenegroup\": \"1\" }, { \"id\": \"2\", \"isSingle\": \"1\", \"scenegroup\":
1527
+ \"1\" } ], \"SceneGroup\": [ { \"id\": \"1\", \"top\": \"2\", \"left\": \"0\",
1528
+ \"x\": \"2\", \"y\": \"1\" } ], \"Control\": [ { \"ControlGroup\": \"1\",
1529
+ \"ControlType\": \"button\", \"top\": \"0\", \"left\": \"0\", \"Label\": {
1530
+ \"lang_tag\": \"cmd_arm\", \"text\": \"Arm\" }, \"Display\": { \"Service\":
1531
+ \"urn:micasaverde-com:serviceId:SecuritySensor1\", \"Variable\": \"Armed\",
1532
+ \"Value\": \"1\", \"Top\": 60, \"Left\": 50, \"Width\": 75, \"Height\": 20
1533
+ }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1534
+ \"Action\": \"SetArmed\", \"Parameters\": [ { \"Name\": \"newArmedValue\",
1535
+ \"Value\": \"1\" } ] }, \"ControlCode\": \"arm\" }, { \"ControlGroup\": \"2\",
1536
+ \"ControlType\": \"button\", \"top\": \"0\", \"left\": \"1\", \"Label\": {
1537
+ \"lang_tag\": \"cmd_bypass\", \"text\": \"Bypass\" }, \"Display\": { \"Service\":
1538
+ \"urn:micasaverde-com:serviceId:SecuritySensor1\", \"Variable\": \"Armed\",
1539
+ \"Value\": \"0\", \"Top\": 60, \"Left\": 145, \"Width\": 75, \"Height\": 20
1540
+ }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1541
+ \"Action\": \"SetArmed\", \"Parameters\": [ { \"Name\": \"newArmedValue\",
1542
+ \"Value\": \"0\" } ] }, \"ControlCode\": \"bypass\" } ] }, { \"Label\": {
1543
+ \"lang_tag\": \"settings\", \"text\": \"Settings\" }, \"Position\": \"1\",
1544
+ \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1545
+ \"simple_device\" }, { \"Label\": { \"lang_tag\": \"advanced\", \"text\":
1546
+ \"Advanced\" }, \"Position\": \"2\", \"TabType\": \"javascript\", \"ScriptName\":
1547
+ \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\": { \"lang_tag\":
1548
+ \"device_options\", \"text\": \"Device Options\" }, \"Position\": \"3\", \"TabType\":
1549
+ \"javascript\", \"ScriptName\": \"shared.js\", \"Function\": \"device_zwave_options\"
1550
+ }, { \"Label\": { \"lang_tag\": \"logs\", \"text\": \"Logs\" }, \"Position\":
1551
+ \"4\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1552
+ \"device_logs\" }, { \"Label\": { \"lang_tag\": \"notifications\", \"text\":
1553
+ \"Notifications\" }, \"Position\": \"5\", \"TabType\": \"javascript\", \"ScriptName\":
1554
+ \"shared.js\", \"Function\": \"device_notifications\" } ], \"sceneList\":
1555
+ { \"group_1\": { \"cmd_1\": { \"label\": \"Arm\", \"serviceId\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1556
+ \"action\": \"SetArmed\", \"arguments\": { \"newArmedValue\": \"1\" }, \"display\":
1557
+ { \"service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\", \"variable\":
1558
+ \"Armed\", \"value\": \"1\" } }, \"cmd_2\": { \"label\": \"Bypass\", \"serviceId\":
1559
+ \"urn:micasaverde-com:serviceId:SecuritySensor1\", \"action\": \"SetArmed\",
1560
+ \"arguments\": { \"newArmedValue\": \"0\" }, \"display\": { \"service\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1561
+ \"variable\": \"Armed\", \"value\": \"0\" } } } }, \"eventList2\": [ { \"id\":
1562
+ 1, \"label\": { \"lang_tag\": \"door_window_motion_sensor_is_tripped\", \"text\":
1563
+ \"A sensor (door\\/window\\/motion\\/etc.) is tripped\" }, \"serviceId\":
1564
+ \"urn:micasaverde-com:serviceId:SecuritySensor1\", \"argumentList\": [ { \"id\":
1565
+ 1, \"dataType\": \"boolean\", \"defaultValue\": \"\", \"allowedValueList\":
1566
+ [ { \"Yes\": \"1\", \"HumanFriendlyText\": { \"lang_tag\": \"hft_sensor_tripped\",
1567
+ \"text\": \"_DEVICE_NAME_ is tripped\" } }, { \"No\": \"0\", \"HumanFriendlyText\":
1568
+ { \"lang_tag\": \"hft_sensor_not_tripped\", \"text\": \"_DEVICE_NAME_ is not
1569
+ tripped\" } } ], \"name\": \"Tripped\", \"comparisson\": \"=\", \"prefix\":
1570
+ { }, \"suffix\": { } } ] }, { \"id\": 2, \"label\": { \"lang_tag\": \"an_armed_sensor_is_tripped\",
1571
+ \"text\": \"An armed sensor is tripped\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:SecuritySensor1\",
1572
+ \"serviceStateTable\": { \"Armed\": { \"value\": \"1\", \"comparisson\": \"=\"
1573
+ } }, \"argumentList\": [ { \"id\": 1, \"dataType\": \"boolean\", \"allowedValueList\":
1574
+ [ { \"Yes\": \"1\", \"HumanFriendlyText\": { \"lang_tag\": \"hft_armed_sensor_tripped\",
1575
+ \"text\": \"_DEVICE_NAME_ armed is tripped\" } }, { \"No\": \"0\", \"HumanFriendlyText\":
1576
+ { \"lang_tag\": \"hft_armed_sensor_not_tripped\", \"text\": \"_DEVICE_NAME_
1577
+ armed is not tripped\" } } ], \"name\": \"Tripped\", \"comparisson\": \"=\",
1578
+ \"prefix\": { }, \"suffix\": { } } ] }, { \"id\": 3, \"label\": { \"lang_tag\":
1579
+ \"battery_level_goes_below\", \"text\": \"Battery level goes below\" }, \"serviceId\":
1580
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"argumentList\": [ { \"id\":
1581
+ 1, \"prefix\": { \"lang_tag\": \"Level\", \"text\": \"Level\" }, \"dataType\":
1582
+ \"i4\", \"name\": \"BatteryLevel\", \"comparisson\": \"<\", \"suffix\": {
1583
+ \"lang_tag\": \"percent_sign\", \"text\": \"%\" }, \"HumanFriendlyText\":
1584
+ { \"lang_tag\": \"hft_battery_level_goes_below\", \"text\": \"Battery level
1585
+ for _DEVICE_NAME_ goes below _ARGUMENT_VALUE_%\" } } ] } ], \"DeviceType\":
1586
+ \"urn:schemas-micasaverde-com:device:MotionSensor:1\", \"device_type\": \"urn:schemas-micasaverde-com:device:MotionSensor:1\"
1587
+ }, { \"flashicon\": \"icons\\/Ip_Camera.swf\", \"imgIconBody\": \"\", \"imgIconDimmable\":
1588
+ \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"pics\\/devices\\/IP_Cammera_OFF.png\",
1589
+ \"imgIconMax\": \"pics\\/devices\\/IP_Cammera_ON.png \", \"halloIconsDir\":
1590
+ \"pics\\/hallo\", \"x\": \"2\", \"y\": \"4\", \"inScene\": \"0\", \"DisplayStatus\":
1591
+ { }, \"doc_url\": { \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\":
1592
+ 1, \"doc_platform\": 0, \"doc_page\": \"devices\" }, \"Tabs\": [ { \"Label\":
1593
+ { \"lang_tag\": \"camera_control\", \"text\": \"Camera control\" }, \"Position\":
1594
+ \"0\", \"TabType\": \"flash\", \"ControlGroup\": [ { \"id\": \"1\", \"isSingle\":
1595
+ \"1\", \"scenegroup\": \"2\" }, { \"id\": \"2\", \"isSingle\": \"1\", \"scenegroup\":
1596
+ \"1\" }, { \"id\": \"3\", \"isSingle\": \"1\", \"scenegroup\": \"3\" }, {
1597
+ \"id\": \"4\", \"isSingle\": \"1\", \"scenegroup\": \"4\" } ], \"SceneGroup\":
1598
+ [ { \"id\": \"1\", \"top\": \"0\", \"left\": \"1\", \"x\": \"1\", \"y\": \"1\"
1599
+ }, { \"id\": \"2\", \"top\": \"1\", \"left\": \"1\", \"x\": \"1\", \"y\":
1600
+ \"1\" }, { \"id\": \"3\", \"top\": \"0\", \"left\": \"0\", \"x\": \"1\", \"y\":
1601
+ \"1\" }, { \"id\": \"4\", \"top\": \"2\", \"left\": \"1\", \"x\": \"1\", \"y\":
1602
+ \"1\" } ], \"Control\": [ { \"ControlGroup\": \"4\", \"ControlType\": \"js_button\",
1603
+ \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\": \"btn_record\",
1604
+ \"text\": \"Record\" }, \"Display\": { \"Value\": \"1\", \"Top\": 60, \"Left\":
1605
+ 145, \"Width\": 75, \"Height\": 20 }, \"Function\": \"record_video_device\",
1606
+ \"no_control_panel\": \"1\" }, { \"ControlGroup\": \"2\", \"ControlType\":
1607
+ \"js_button\", \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\":
1608
+ \"btn_view\", \"text\": \"View\" }, \"Display\": { \"Value\": \"1\", \"Top\":
1609
+ 60, \"Left\": 145, \"Width\": 75, \"Height\": 20 }, \"Function\": \"view_camera\",
1610
+ \"no_control_panel\": \"1\" }, { \"ControlGroup\": \"1\", \"ControlType\":
1611
+ \"js_button\", \"top\": \"0\", \"left\": \"0\", \"Label\": { \"lang_tag\":
1612
+ \"archive\", \"text\": \"Archive\" }, \"Display\": { \"Value\": \"0\", \"Top\":
1613
+ 60, \"Left\": 50, \"Width\": 75, \"Height\": 20 }, \"Function\": \"view_camera_archive\",
1614
+ \"no_control_panel\": \"1\" }, { \"ControlGroup\": \"3\", \"ControlType\":
1615
+ \"image\", \"top\": \"0\", \"left\": \"0\", \"Display\": { \"url\": \"?id=request_image&cam=\",
1616
+ \"Top\": 0, \"Left\": 0, \"Width\": 320, \"Height\": 240 } }, { \"ControlType\":
1617
+ \"image_player\", \"Label\": { \"lang_tag\": \"cmd_up\", \"text\": \"Up\"
1618
+ }, \"Display\": { \"Top\": 49, \"Left\": 466, \"Width\": 75, \"Height\": 20
1619
+ }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:PanTiltZoom1\",
1620
+ \"Action\": \"MoveUp\", \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_up.png\",
1621
+ \"ControlCode\": \"camera_up\" }, { \"ControlType\": \"image_player\", \"Label\":
1622
+ { \"lang_tag\": \"cmd_down\", \"text\": \"Down\" }, \"Display\": { \"Top\":
1623
+ 133, \"Left\": 466, \"Width\": 75, \"Height\": 20 }, \"Command\": { \"Service\":
1624
+ \"urn:micasaverde-com:serviceId:PanTiltZoom1\", \"Action\": \"MoveDown\",
1625
+ \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_down.png\",
1626
+ \"ControlCode\": \"camera_down\" }, { \"ControlType\": \"image_player\", \"Label\":
1627
+ { \"lang_tag\": \"cmd_left\", \"text\": \"Left\" }, \"Display\": { \"Top\":
1628
+ 91, \"Left\": 423, \"Width\": 75, \"Height\": 20 }, \"Command\": { \"Service\":
1629
+ \"urn:micasaverde-com:serviceId:PanTiltZoom1\", \"Action\": \"MoveLeft\",
1630
+ \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_left.png\",
1631
+ \"ControlCode\": \"camera_left\" }, { \"ControlType\": \"image_player\", \"Label\":
1632
+ { \"lang_tag\": \"cmd_right\", \"text\": \"Right\" }, \"Display\": { \"Top\":
1633
+ 91, \"Left\": 506, \"Width\": 75, \"Height\": 20 }, \"Command\": { \"Service\":
1634
+ \"urn:micasaverde-com:serviceId:PanTiltZoom1\", \"Action\": \"MoveRight\",
1635
+ \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_right.png\",
1636
+ \"ControlCode\": \"camera_right\" }, { \"ControlType\": \"image_player\",
1637
+ \"Label\": { \"lang_tag\": \"cmd_zoom_in\", \"text\": \"Zoom in\" }, \"Display\":
1638
+ { \"Top\": 74, \"Left\": 447, \"Width\": 75, \"Height\": 20 }, \"Command\":
1639
+ { \"Service\": \"urn:micasaverde-com:serviceId:PanTiltZoom1\", \"Action\":
1640
+ \"ZoomIn\", \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_in.png\",
1641
+ \"ControlCode\": \"camera_zoom_in\" }, { \"ControlType\": \"image_player\",
1642
+ \"Label\": { \"lang_tag\": \"cmd_zoom_out\", \"text\": \"Zoom out\" }, \"Display\":
1643
+ { \"Top\": 103, \"Left\": 447, \"Width\": 75, \"Height\": 20 }, \"Command\":
1644
+ { \"Service\": \"urn:micasaverde-com:serviceId:PanTiltZoom1\", \"Action\":
1645
+ \"ZoomOut\", \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/image_control_out.png\",
1646
+ \"ControlCode\": \"camera_zoom_out\" }, { \"ControlType\": \"image_player\",
1647
+ \"Label\": { \"lang_tag\": \"cmd_fullscreen\", \"text\": \"Fullscreen\" },
1648
+ \"Display\": { \"Top\": 217, \"Left\": 297, \"Width\": 75, \"Height\": 20
1649
+ }, \"Command\": { \"Service\": \"urn:micasaverde-com:serviceId:PanTiltZoom1\",
1650
+ \"Action\": \"MoveLeft\", \"Parameters\": [ ] }, \"image_src\": \"images\\/player\\/control_image_fullscreen1.png\",
1651
+ \"function\": \"showCameraFullscreen\", \"ControlCode\": \"camera_full_screen\"
1652
+ } ] }, { \"Label\": { \"lang_tag\": \"settings\", \"text\": \"Settings\" },
1653
+ \"Position\": \"1\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\",
1654
+ \"Function\": \"simple_device\" }, { \"Label\": { \"lang_tag\": \"advanced\",
1655
+ \"text\": \"Advanced\" }, \"Position\": \"2\", \"TabType\": \"javascript\",
1656
+ \"ScriptName\": \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\":
1657
+ { \"lang_tag\": \"record_video\", \"text\": \"Record Video\" }, \"Position\":
1658
+ \"3\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1659
+ \"record_video\" } ], \"username\": \"\", \"password\": \"\", \"DeviceType\":
1660
+ \"urn:schemas-upnp-org:device:DigitalSecurityCamera:1\", \"device_type\":
1661
+ \"urn:schemas-upnp-org:device:DigitalSecurityCamera:1\" }, { \"flashicon\":
1662
+ \"icons\\/Power_Meter.swf\", \"imgIconBody\": \"\", \"imgIconDimmable\": \"\",
1663
+ \"imgIconTurnable\": \"\", \"imgIconMin\": \"\", \"imgIconMax\": \"\", \"halloIconsDir\":
1664
+ \"pics\\/hallo\", \"x\": \"2\", \"y\": \"3\", \"inScene\": \"0\", \"DisplayStatus\":
1665
+ { \"Service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"Variable\":
1666
+ \"Watts\", \"MinValue\": \"0\", \"MaxValue\": \"10000\" }, \"doc_url\": {
1667
+ \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\":
1668
+ 0, \"doc_page\": \"devices\" }, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"tabname_control\",
1669
+ \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"ControlGroup\":
1670
+ [ { \"id\": \"1\", \"scenegroup\": \"1\" }, { \"id\": \"2\", \"scenegroup\":
1671
+ \"2\" } ], \"SceneGroup\": [ { \"id\": \"1\", \"top\": \"1\", \"left\": \"0\",
1672
+ \"x\": \"2\", \"y\": \"1\" }, { \"id\": \"2\", \"top\": \"2\", \"left\": \"0\",
1673
+ \"x\": \"2\", \"y\": \"1\", \"isSingle\": \"1\" } ], \"Control\": [ { \"ControlGroup\":
1674
+ \"1\", \"ControlType\": \"label\", \"top\": \"0\", \"left\": \"0\", \"Label\":
1675
+ { \"lang_tag\": \"watts\", \"text\": \"Watts\" }, \"Display\": { \"Top\":
1676
+ 60, \"Left\": 50, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\": \"1\",
1677
+ \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1678
+ { \"Service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"Variable\":
1679
+ \"Watts\", \"Top\": 60, \"Left\": 125, \"Width\": 75, \"Height\": 20 } },
1680
+ { \"ControlGroup\": \"2\", \"ControlType\": \"label\", \"top\": \"1\", \"left\":
1681
+ \"0\", \"Label\": { \"lang_tag\": \"kwh\", \"text\": \"KWH\" }, \"Display\":
1682
+ { \"Top\": 90, \"Left\": 50, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\":
1683
+ \"2\", \"ControlType\": \"variable\", \"top\": \"1\", \"left\": \"1\", \"Display\":
1684
+ { \"Service\": \"urn:micasaverde-com:serviceId:EnergyMetering1\", \"Variable\":
1685
+ \"KWH\", \"Top\": 90, \"Left\": 125, \"Width\": 75, \"Height\": 20 } } ] },
1686
+ { \"Label\": { \"lang_tag\": \"settings\", \"text\": \"Settings\" }, \"Position\":
1687
+ \"1\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1688
+ \"simple_device\" }, { \"Label\": { \"lang_tag\": \"advanced\", \"text\":
1689
+ \"Advanced\" }, \"Position\": \"2\", \"TabType\": \"javascript\", \"ScriptName\":
1690
+ \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\": { \"lang_tag\":
1691
+ \"device_options\", \"text\": \"Device Options\" }, \"Position\": \"3\", \"TabType\":
1692
+ \"javascript\", \"ScriptName\": \"shared.js\", \"Function\": \"device_zwave_options\"
1693
+ }, { \"Label\": { \"lang_tag\": \"logs\", \"text\": \"Logs\" }, \"Position\":
1694
+ \"4\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1695
+ \"device_logs\" }, { \"Label\": { \"lang_tag\": \"notifications\", \"text\":
1696
+ \"Notifications\" }, \"Position\": \"5\", \"TabType\": \"javascript\", \"ScriptName\":
1697
+ \"shared.js\", \"Function\": \"device_notifications\" } ], \"eventList2\":
1698
+ [ { \"id\": 1, \"label\": { \"lang_tag\": \"energy_usage_goes_above\", \"text\":
1699
+ \"Energy usage goes above\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
1700
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\", \"name\": \"Watts\",
1701
+ \"comparisson\": \">\", \"prefix\": \"Watts: \", \"suffix\": \"\", \"HumanFriendlyText\":
1702
+ { \"lang_tag\": \"hft_energy_usage_goes_above\", \"text\": \"Energy usage
1703
+ for _DEVICE_NAME_ goes above _ARGUMENT_VALUE_ Watts\" } } ] }, { \"id\": 2,
1704
+ \"label\": { \"lang_tag\": \"energy_usage_goes_below\", \"text\": \"Energy
1705
+ usage goes below\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:EnergyMetering1\",
1706
+ \"argumentList\": [ { \"id\": 1, \"dataType\": \"i4\", \"name\": \"Watts\",
1707
+ \"comparisson\": \"<\", \"prefix\": \"Watts: \", \"suffix\": { }, \"HumanFriendlyText\":
1708
+ { \"lang_tag\": \"hft_energy_usage_goes_below\", \"text\": \"Energy usage
1709
+ for _DEVICE_NAME_ go below _ARGUMENT_VALUE_ watts\" } } ] }, { \"id\": 3,
1710
+ \"label\": { \"lang_tag\": \"battery_level_goes_below\", \"text\": \"Battery
1711
+ level goes below\" }, \"serviceId\": \"urn:micasaverde-com:serviceId:HaDevice1\",
1712
+ \"argumentList\": [ { \"id\": 1, \"prefix\": { \"lang_tag\": \"Level\", \"text\":
1713
+ \"Level\" }, \"dataType\": \"i4\", \"name\": \"BatteryLevel\", \"comparisson\":
1714
+ \"<\", \"suffix\": { \"lang_tag\": \"percent_sign\", \"text\": \"%\" }, \"HumanFriendlyText\":
1715
+ { \"lang_tag\": \"hft_battery_level_goes_below\", \"text\": \"Battery level
1716
+ for _DEVICE_NAME_ goes below _ARGUMENT_VALUE_%\" } } ] } ], \"DeviceType\":
1717
+ \"urn:schemas-micasaverde-com:device:PowerMeter:1\", \"device_type\": \"urn:schemas-micasaverde-com:device:PowerMeter:1\"
1718
+ }, { \"flashicon\": \"icons\\/Ergy.png\", \"imgIconBody\": \"\", \"imgIconDimmable\":
1719
+ \"\", \"imgIconTurnable\": \"\", \"imgIconMin\": \"\", \"imgIconMax\": \"\",
1720
+ \"halloIconsDir\": \"\", \"doc_url\": { \"doc_language\": 1, \"doc_manual\":
1721
+ 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\": \"thermostats\"
1722
+ }, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"tabname_control\", \"text\":
1723
+ \"Control\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"Control\": [
1724
+ ] }, { \"Label\": { \"lang_tag\": \"ip\", \"text\": \"Device Wizard\" }, \"Position\":
1725
+ \"1\", \"TabType\": \"javascript\", \"ScriptName\": \"data_request?id=file&parameters=J_EchoEnergyManager2.js\",
1726
+ \"Function\": \"ergy_showIPForm\" }, { \"Label\": { \"lang_tag\": \"advanced\",
1727
+ \"text\": \"Advanced\" }, \"Position\": \"2\", \"TabType\": \"javascript\",
1728
+ \"ScriptName\": \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\":
1729
+ { \"lang_tag\": \"logs\", \"text\": \"Logs\" }, \"Position\": \"3\", \"TabType\":
1730
+ \"javascript\", \"ScriptName\": \"shared.js\", \"Function\": \"device_logs\"
1731
+ }, { \"Label\": { \"lang_tag\": \"notifications\", \"text\": \"Notifications\"
1732
+ }, \"Position\": \"4\", \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\",
1733
+ \"Function\": \"device_notifications\" } ], \"eventList2\": [ ], \"DeviceType\":
1734
+ \"urn:schemas-micasaverde-com:device:EnergyCalculator:1\", \"device_type\":
1735
+ \"urn:schemas-micasaverde-com:device:EnergyCalculator:1\" }, { \"flashicon\":
1736
+ \"icons\\/VeraAlerts-48.png\", \"Tabs\": [ { \"Label\": { \"lang_tag\": \"tabname_control\",
1737
+ \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"SceneGroup\":
1738
+ [ { \"id\": \"1\", \"top\": \"0\", \"left\": \"0\", \"x\": \"2\", \"y\": \"1\"
1739
+ }, { \"id\": \"2\", \"top\": \"1\", \"left\": \"0\", \"x\": \"3\", \"y\":
1740
+ \"1\" } ], \"ControlGroup\": [ { \"id\": \"1\", \"isSingle\": \"0\", \"scenegroup\":
1741
+ \"1\" }, { \"id\": \"2\", \"isSingle\": \"1\", \"scenegroup\": \"2\" } ],
1742
+ \"Control\": [ { \"ControlGroup\": \"1\", \"ControlType\": \"variable\", \"top\":
1743
+ \"0\", \"left\": \"0\", \"text_align\": \"left\", \"Display\": { \"Service\":
1744
+ \"urn:richardgreen:serviceId:VeraAlert1\", \"Variable\": \"LastRecipient\",
1745
+ \"Top\": 20, \"Left\": 50, \"Width\": 200, \"Height\": 20 } }, { \"ControlGroup\":
1746
+ \"2\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"0\", \"text_align\":
1747
+ \"left\", \"Display\": { \"Service\": \"urn:richardgreen:serviceId:VeraAlert1\",
1748
+ \"Variable\": \"LastMsgSent\", \"Top\": 40, \"Left\": 50, \"Width\": 200,
1749
+ \"Height\": 20 } }, { \"ControlType\": \"js_button\", \"top\": \"3\", \"left\":
1750
+ \"1\", \"Label\": { \"lang_tag\": \"cmd_report\", \"text\": \"Report\" },
1751
+ \"Display\": { \"Service\": \"urn:richardgreen:serviceId:VeraAlert1\", \"Top\":
1752
+ 20, \"Left\": 430, \"Width\": 75, \"Height\": 20 }, \"Function\": \"va_Report\",
1753
+ \"ControlCode\": \"report\" } ] }, { \"Label\": { \"lang_tag\": \"sendalert\",
1754
+ \"text\": \"Send Alert\" }, \"Position\": \"1\", \"TabType\": \"javascript\",
1755
+ \"ScriptName\": \"J_ProgramLogicC.js\", \"Function\": \"va_Control\" }, {
1756
+ \"Label\": { \"lang_tag\": \"profile\", \"text\": \"Profiles\" }, \"Position\":
1757
+ \"2\", \"TabType\": \"javascript\", \"ScriptName\": \"J_VeraAlertProfileTemplates.js\",
1758
+ \"Function\": \"va_Profiles\" }, { \"Label\": { \"lang_tag\": \"settings\",
1759
+ \"text\": \"Settings\" }, \"Position\": \"3\", \"TabType\": \"javascript\",
1760
+ \"ScriptName\": \"J_VeraAlert.js\", \"Function\": \"va_Settings\" }, { \"Label\":
1761
+ { \"lang_tag\": \"notificationconfiguration\", \"text\": \"Notification Configuration\"
1762
+ }, \"Position\": \"4\", \"TabType\": \"javascript\", \"ScriptName\": \"J_VeraAlert.js\",
1763
+ \"Function\": \"va_Configure\" }, { \"Label\": { \"lang_tag\": \"advanced\",
1764
+ \"text\": \"Advanced\" }, \"Position\": \"5\", \"TabType\": \"javascript\",
1765
+ \"ScriptName\": \"shared.js\", \"Function\": \"advanced_device\" }, { \"Label\":
1766
+ { \"lang_tag\": \"register\", \"text\": \"Register\" }, \"Position\": \"6\",
1767
+ \"TabType\": \"javascript\", \"ScriptName\": \"J_VeraAlert.js\", \"Function\":
1768
+ \"va_Register\" } ], \"sceneList\": { \"group_1\": { \"cmd_1\": { \"label\":
1769
+ \"Send Alert\", \"serviceId\": \"urn:richardgreen:serviceId:VeraAlert1\",
1770
+ \"action\": \"SendAlert\", \"argumentList\": { \"argument_1\": { \"dataType\":
1771
+ \"string\", \"defaultValue\": \"\", \"name\": \"Message\" }, \"argument_2\":
1772
+ { \"dataType\": \"string\", \"defaultValue\": \"\", \"name\": \"Recipients\"
1773
+ } } } } }, \"DeviceType\": \"urn:richardgreen:device:VeraAlert:1\", \"device_type\":
1774
+ \"urn:richardgreen:device:VeraAlert:1\" }, { \"flashicon\": \"icons\\/Data_Mine.swf\",
1775
+ \"imgIconBody\": \"\", \"imgIconDimmable\": \"\", \"imgIconTurnable\": \"\",
1776
+ \"imgIconMin\": \"\", \"imgIconMax\": \"\", \"halloIconsDir\": \"pics\\/hallo\",
1777
+ \"inScene\": \"0\", \"DisplayStatus\": { }, \"doc_url\": { \"doc_language\":
1778
+ 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\":
1779
+ \"devices\" }, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"dataMine\", \"text\":
1780
+ \"dataMine\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"SceneGroup\":
1781
+ [ { \"id\": \"1\", \"top\": \"1\", \"left\": \"0\", \"x\": \"2\", \"y\": \"2\"
1782
+ } ], \"ControlGroup\": [ { \"id\": \"1\", \"scenegroup\": \"1\" } ], \"Control\":
1783
+ [ { \"ControlGroup\": \"1\", \"ControlType\": \"label\", \"Label\": { \"lang_tag\":
1784
+ \"chtot\", \"text\": \"Channels\" }, \"top\": \"0\", \"Display\": { \"Top\":
1785
+ 20, \"Left\": 50, \"Width\": 120, \"Height\": 20 } }, { \"ControlGroup\":
1786
+ \"1\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1787
+ { \"Service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"Variable\": \"ChannelCnt\",
1788
+ \"Top\": 20, \"Left\": 175, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\":
1789
+ \"2\", \"ControlType\": \"label\", \"Label\": { \"lang_tag\": \"disktotal\",
1790
+ \"text\": \"Disk Space Total (kb)\" }, \"top\": \"0\", \"Display\": { \"Top\":
1791
+ 70, \"Left\": 50, \"Width\": 120, \"Height\": 20 } }, { \"ControlGroup\":
1792
+ \"2\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1793
+ { \"Service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"Variable\": \"diskTotal\",
1794
+ \"Top\": 70, \"Left\": 175, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\":
1795
+ \"2\", \"ControlType\": \"label\", \"Label\": { \"lang_tag\": \"diskused\",
1796
+ \"text\": \"Disk Space Used (kb)\" }, \"top\": \"0\", \"Display\": { \"Top\":
1797
+ 90, \"Left\": 50, \"Width\": 120, \"Height\": 20 } }, { \"ControlGroup\":
1798
+ \"2\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1799
+ { \"Service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"Variable\": \"diskUsed\",
1800
+ \"Top\": 90, \"Left\": 175, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\":
1801
+ \"2\", \"ControlType\": \"label\", \"Label\": { \"lang_tag\": \"diskfree\",
1802
+ \"text\": \"Disk Space Free (kb)\" }, \"top\": \"0\", \"Display\": { \"Top\":
1803
+ 110, \"Left\": 50, \"Width\": 120, \"Height\": 20 } }, { \"ControlGroup\":
1804
+ \"2\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1805
+ { \"Service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"Variable\": \"diskFree\",
1806
+ \"Top\": 110, \"Left\": 175, \"Width\": 75, \"Height\": 20 } }, { \"ControlGroup\":
1807
+ \"2\", \"ControlType\": \"variable\", \"top\": \"0\", \"left\": \"1\", \"Display\":
1808
+ { \"Service\": \"urn:cd-jackson-com:serviceId:DataMine1\", \"Variable\": \"diskUsedPcnt\",
1809
+ \"Top\": 110, \"Left\": 250, \"Width\": 50, \"Height\": 20 } }, { \"ControlGroup\":
1810
+ \"2\", \"ControlType\": \"label\", \"Label\": { \"lang_tag\": \"chrec\", \"text\":
1811
+ \"<a href='\\/dm\\/index.html' target='_blank'>dataMine graphing page<\\/a>\"
1812
+ }, \"top\": \"1\", \"Display\": { \"Top\": 160, \"Left\": 50, \"Width\": 120,
1813
+ \"Height\": 20 } }, { \"ControlGroup\": \"2\", \"ControlType\": \"label\",
1814
+ \"Label\": { \"lang_tag\": \"chrec\", \"text\": \"<a href='\\/port_3480\\/data_request?id=lr_dmCtrl&control=debug'
1815
+ target='_blank'>dataMine debug page<\\/a>\" }, \"top\": \"2\", \"Display\":
1816
+ { \"Top\": 180, \"Left\": 50, \"Width\": 120, \"Height\": 20 } } ] }, { \"Label\":
1817
+ { \"lang_tag\": \"advanced\", \"text\": \"Advanced\" }, \"Position\": \"1\",
1818
+ \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1819
+ \"advanced_device\" } ], \"DeviceType\": \"urn:schemas-cd-jackson-com:device:DataMine:1\",
1820
+ \"device_type\": \"urn:schemas-cd-jackson-com:device:DataMine:1\" }, { \"flashicon\":
1821
+ \"icons\\/devices.swf\", \"imgIconBody\": \"\", \"imgIconDimmable\": \"\",
1822
+ \"imgIconTurnable\": \"\", \"imgIconMin\": \"\", \"imgIconMax\": \"\", \"halloIconsDir\":
1823
+ \"pics\\/hallo\", \"DisplayStatus\": { }, \"doc_url\": { \"doc_language\":
1824
+ 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\":
1825
+ \"devices\" }, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"tabname_control\",
1826
+ \"text\": \"Control\" }, \"Position\": \"0\", \"TabType\": \"flash\", \"Control\":
1827
+ [ { \"ControlType\": \"label\", \"Label\": { \"lang_tag\": \"device_settings_page\",
1828
+ \"text\": \"Device settings\" }, \"Display\": { \"Top\": 50, \"Left\": 50,
1829
+ \"Width\": 120, \"Height\": 20 } } ] }, { \"Label\": { \"lang_tag\": \"settings\",
1830
+ \"text\": \"Settings\" }, \"Position\": \"1\", \"TabType\": \"javascript\",
1831
+ \"ScriptName\": \"shared.js\", \"Function\": \"simple_device\" }, { \"Label\":
1832
+ { \"lang_tag\": \"advanced\", \"text\": \"Advanced\" }, \"Position\": \"2\",
1833
+ \"TabType\": \"javascript\", \"ScriptName\": \"shared.js\", \"Function\":
1834
+ \"advanced_device\" }, { \"Label\": { \"lang_tag\": \"device_options\", \"text\":
1835
+ \"Device Options\" }, \"Position\": \"3\", \"TabType\": \"javascript\", \"ScriptName\":
1836
+ \"shared.js\", \"Function\": \"device_zwave_options\" } ], \"DeviceType\":
1837
+ \"generic_device\" }, { \"flashicon\": \"icons\\/plugins.swf\", \"imgicon\":
1838
+ \"icons\\/plugins.png\", \"DisplayStatus\": { }, \"doc_url\": { \"doc_language\":
1839
+ 1, \"doc_manual\": 1, \"doc_version\": 1, \"doc_platform\": 0, \"doc_page\":
1840
+ \"plugins\" }, \"Tabs\": [ { \"Label\": { \"lang_tag\": \"plugin_control\",
1841
+ \"text\": \"Plugin control\" }, \"Position\": \"0\", \"TabType\": \"javascript\",
1842
+ \"ScriptName\": \"plugins.js\", \"Function\": \"plugin_info\" }, { \"Label\":
1843
+ { \"lang_tag\": \"reviews\", \"text\": \"Reviews\" }, \"Position\": \"1\",
1844
+ \"TabType\": \"javascript\", \"ScriptName\": \"plugins.js\", \"Function\":
1845
+ \"plugin_reviews\" }, { \"Label\": { \"lang_tag\": \"help\", \"text\": \"Help\"
1846
+ }, \"Position\": \"3\", \"TabType\": \"javascript\", \"ScriptName\": \"plugins.js\",
1847
+ \"Function\": \"plugin_instructions\" } ], \"plugin_id\": 0 }, { \"flashicon\":
1848
+ \"icons\\/plugins.swf\", \"imgicon\": \"icons\\/plugins.png\", \"DisplayStatus\":
1849
+ { }, \"doc_url\": { \"doc_language\": 1, \"doc_manual\": 1, \"doc_version\":
1850
+ 1, \"doc_platform\": 0, \"doc_page\": \"plugins\" }, \"Tabs\": [ { \"Label\":
1851
+ { \"lang_tag\": \"plugin_control\", \"text\": \"Plugin control\" }, \"Position\":
1852
+ \"0\", \"TabType\": \"javascript\", \"ScriptName\": \"plugins.js\", \"Function\":
1853
+ \"plugin_info\" }, { \"Label\": { \"lang_tag\": \"reviews\", \"text\": \"Reviews\"
1854
+ }, \"Position\": \"1\", \"TabType\": \"javascript\", \"ScriptName\": \"plugins.js\",
1855
+ \"Function\": \"plugin_reviews\" }, { \"Label\": { \"lang_tag\": \"add_review\",
1856
+ \"text\": \"Add review\" }, \"Position\": \"2\", \"TabType\": \"javascript\",
1857
+ \"ScriptName\": \"plugins.js\", \"Function\": \"add_plugin_review\" }, { \"Label\":
1858
+ { \"lang_tag\": \"help\", \"text\": \"Help\" }, \"Position\": \"3\", \"TabType\":
1859
+ \"javascript\", \"ScriptName\": \"plugins.js\", \"Function\": \"plugin_instructions\"
1860
+ } ], \"plugin_id\": -1 } ] ,\r\n\"overview_tabs\":[\r\n\t{\r\n\t\t\"Label\":
1861
+ {\r\n \"lang_tag\": \"lang_overview_security\",\r\n\t\t\t\"text\":
1862
+ \"Security\"\r\n },\r\n\t\t\"content_function\": \"get_overview_security\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\":
1863
+ \"security\"\r\n\t},\r\n\t{\r\n\t\t\"Label\": {\r\n \"lang_tag\":
1864
+ \"lang_overview_cameras\",\r\n\t\t\t\"text\": \"Cameras\"\r\n },\r\n\t\t\"content_function\":
1865
+ \"get_overview_cameras\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\": \"cameras\"\r\n\t},\t\r\n\t{\r\n\t\t\"Label\":
1866
+ {\r\n \"lang_tag\": \"lang_overview_lights\",\r\n\t\t\t\"text\":
1867
+ \"Lights\"\r\n },\r\n\t\t\"content_function\": \"get_overview_lights\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\":
1868
+ \"lights\"\r\n\t},\r\n\t{\r\n\t\t\"Label\": {\r\n \"lang_tag\":
1869
+ \"lang_overview_climate\",\r\n\t\t\t\"text\": \"Climate\"\r\n },\r\n\t\t\"content_function\":
1870
+ \"get_overview_climate\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\": \"climate_security\"\r\n\t},\r\n\t{\r\n\t\t\"Label\":
1871
+ {\r\n \"lang_tag\": \"lang_overview_scenes\",\r\n\t\t\t\"text\":
1872
+ \"Scenes\"\r\n },\r\n\t\t\"content_function\": \"get_overview_scenes\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\":
1873
+ \"scenes\"\r\n\t},\r\n\t{\r\n\t\t\"Label\": {\r\n \"lang_tag\":
1874
+ \"lang_overview_events\",\r\n\t\t\t\"text\": \"Alerts\"\r\n },\r\n\t\t\"content_function\":
1875
+ \"get_overview_events\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\": \"my_alerts\"\r\n\t},\r\n\t{\r\n\t\t\"Label\":
1876
+ {\r\n \"lang_tag\": \"lang_overview_triggers\",\r\n\t\t\t\"text\":
1877
+ \"Triggers\"\r\n },\r\n\t\t\"content_function\": \"get_overview_triggers\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\":
1878
+ \"triggers\"\r\n\t},\r\n\t{\r\n\t\t\"Label\": {\r\n \"lang_tag\":
1879
+ \"lang_overview_schedules\",\r\n\t\t\t\"text\": \"Upcoming schedules\"\r\n
1880
+ \ },\r\n\t\t\"content_function\": \"get_overview_schedules\",\r\n\t\t\"visible\":1,\r\n\t\t\"menu_trigger\":
1881
+ \"schedules\"\r\n\t}\t\r\n],\r\n\"SetupDevices\": [\r\n {\r\n \"DeviceType\":
1882
+ \"save\",\r\n \"name\": \"Save data\",\r\n \"Label\":
1883
+ {\r\n \"lang_tag\": \"save_data\",\r\n \"text\":
1884
+ \"Save data\"\r\n },\r\n \"Toolbox\": \"0\",\r\n \"DisplayStatus\":
1885
+ {},\r\n \"Tabs\": [\r\n {\r\n \"Label\":
1886
+ {\r\n \"lang_tag\": \"save_data\",\r\n \"text\":
1887
+ \"Save data\"\r\n },\r\n \"Position\":
1888
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
1889
+ \"toolbox.js\",\r\n \"Function\": \"save_data\",\r\n\t\t\t\t\t\"Permission\":
1890
+ \"ui_action_save_data\"\r\n }\r\n ]\r\n },\r\n
1891
+ \ {\r\n \"DeviceType\": \"zwave\",\r\n \"Label\":
1892
+ {\r\n \"lang_tag\": \"z_wave_device\",\r\n \"text\":
1893
+ \"Z-Wave device\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
1894
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
1895
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
1896
+ \"zwave_settings\"\r\n },\r\n \"name\": \"Z-Wave\",\r\n
1897
+ \ \"Toolbox\": \"0\",\r\n \"Icon\": \"icons/Zwave.swf\",\r\n
1898
+ \ \"DisplayStatus\": {},\r\n \"Tabs\": [\r\n {\r\n
1899
+ \ \"Label\": {\r\n \"lang_tag\":
1900
+ \"options\",\r\n \"text\": \"Options\"\r\n },\r\n
1901
+ \ \"Position\": \"0\",\r\n \"TabType\":
1902
+ \"javascript\",\r\n \"ScriptName\": \"zwave.js\",\r\n \"Function\":
1903
+ \"zwave_options\",\r\n\t\t\t\t\t\"Permission\": \"ui_view_zwave_zwave_options\"\r\n
1904
+ \ },\r\n {\r\n \"Label\":
1905
+ {\r\n \"lang_tag\": \"repair\",\r\n \"text\":
1906
+ \"Repair\"\r\n },\r\n \"Position\":
1907
+ \"1\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
1908
+ \"zwave.js\",\r\n \"Function\": \"repair_zwave\",\r\n\t\t\t\t\t\"Permission\":
1909
+ \"ui_view_zwave_repair_zwave\"\r\n },\r\n {\r\n
1910
+ \ \"Label\": {\r\n \"lang_tag\":
1911
+ \"advanced\",\r\n \"text\": \"Advanced\"\r\n },\r\n
1912
+ \ \"Position\": \"2\",\r\n \"TabType\":
1913
+ \"javascript\",\r\n \"ScriptName\": \"zwave.js\",\r\n \"Function\":
1914
+ \"zwave_advanced\",\r\n\t\t\t\t\t\"Permission\": \"ui_view_zwave_zwave_advanced\"\r\n
1915
+ \ }\r\n ]\r\n },\r\n {\r\n \"DeviceType\":
1916
+ \"insteon\",\r\n \"name\": \"Insteon\",\r\n \"Label\":
1917
+ {\r\n \"lang_tag\": \"insteon_device\",\r\n \"text\":
1918
+ \"Insteon device\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
1919
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
1920
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
1921
+ \"INSTEON_Settings\"\r\n },\r\n \"Toolbox\": \"0\",\r\n
1922
+ \ \"Icon\": \"icons/Insteon.swf\",\r\n \"DisplayStatus\":
1923
+ {},\r\n \"Tabs\": [\r\n {\r\n \"Label\":
1924
+ {\r\n \"lang_tag\": \"insteon_device\",\r\n \"text\":
1925
+ \"Insteon device\"\r\n },\r\n \"Position\":
1926
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
1927
+ \"insteon.js\",\r\n \"Function\": \"insteon_info\",\r\n\t\t\t\t\t\"Permission\":
1928
+ \"ui_view_insteon_insteon_info\"\r\n },\r\n {\r\n
1929
+ \ \"Label\": {\r\n \"lang_tag\":
1930
+ \"more_insteon_options\",\r\n \"text\": \"More options\"\r\n
1931
+ \ },\r\n \"Position\": \"1\",\r\n \"TabType\":
1932
+ \"javascript\",\r\n \"ScriptName\": \"insteon.js\",\r\n
1933
+ \ \"Function\": \"insteon_options\",\r\n\t\t\t\t\t\"Permission\":
1934
+ \"ui_view_insteon_insteon_options\"\r\n }\r\n ]\r\n
1935
+ \ },\r\n {\r\n \"DeviceType\": \"mios_developers\",\r\n
1936
+ \ \"Label\": {\r\n \"lang_tag\": \"mios_developers\",\r\n
1937
+ \ \"text\": \"Vera developers\"\r\n },\r\n \"doc_url\":
1938
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
1939
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
1940
+ 0,\r\n \"doc_page\": \"developers\"\r\n },\r\n \"name\":
1941
+ \"MIOS developers\",\r\n \"Toolbox\": \"0\",\r\n \"Icon\":
1942
+ \"icons/default_plugins.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
1943
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
1944
+ \"mios_developers\",\r\n \"text\": \"Vera developers\"\r\n
1945
+ \ },\r\n \"Position\": \"0\",\r\n \"TabType\":
1946
+ \"javascript\",\r\n \"ScriptName\": \"plugins.js\",\r\n
1947
+ \ \"Function\": \"developers\",\r\n\t\t\t\t\t\"Permission\":
1948
+ \"ui_view_apps_developers\"\r\n },\r\n {\r\n
1949
+ \ \"Label\": {\r\n \"lang_tag\":
1950
+ \"test_luup\",\r\n \"text\": \"Test Luup code (Lua)\"\r\n
1951
+ \ },\r\n \"Position\": \"1\",\r\n \"TabType\":
1952
+ \"javascript\",\r\n \"ScriptName\": \"plugins.js\",\r\n
1953
+ \ \"Function\": \"show_test_lua_upnp_code\",\r\n\t\t\t\t\t\"Permission\":
1954
+ \"ui_view_apps_test_lua_upnp_code\"\r\n },\r\n {\r\n
1955
+ \ \"Label\": {\r\n \"lang_tag\":
1956
+ \"edit_statup_lua\",\r\n \"text\": \"Edit Startup Lua\"\r\n
1957
+ \ },\r\n \"Position\": \"2\",\r\n \"TabType\":
1958
+ \"javascript\",\r\n \"ScriptName\": \"plugins.js\",\r\n
1959
+ \ \"Function\": \"edit_startup_lua\",\r\n\t\t\t\t\t\"Permission\":
1960
+ \"ui_view_apps_edit_startup_lua\"\r\n },\r\n {\r\n
1961
+ \ \"Label\": {\r\n \"lang_tag\":
1962
+ \"luup_files\",\r\n \"text\": \"Luup files\"\r\n },\r\n
1963
+ \ \"Position\": \"3\",\r\n \"TabType\":
1964
+ \"javascript\",\r\n \"ScriptName\": \"plugins.js\",\r\n
1965
+ \ \"Function\": \"show_luup_files\",\r\n\t\t\t\t\t\"Permission\":
1966
+ \"ui_view_apps_luup_files\"\r\n },\r\n {\r\n
1967
+ \ \"Label\": {\r\n \"lang_tag\":
1968
+ \"json_serial_port_configuration\",\r\n \"text\": \"Serial
1969
+ Port configuration\"\r\n },\r\n \"Position\":
1970
+ \"4\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
1971
+ \"plugins.js\",\r\n \"Function\": \"serial_port_configuration\",\r\n\t\t\t\t\t\"Permission\":
1972
+ \"ui_view_serial_port_configuration\"\r\n },\r\n {\r\n
1973
+ \ \"Label\": {\r\n \"lang_tag\":
1974
+ \"create_device\",\r\n \"text\": \"Create device\"\r\n
1975
+ \ },\r\n \"Position\": \"6\",\r\n \"TabType\":
1976
+ \"javascript\",\r\n \"ScriptName\": \"shared.js\",\r\n
1977
+ \ \"Function\": \"create_device_form\",\r\n\t\t\t\t\t\"Permission\":
1978
+ \"ui_view_create_device\"\r\n }\r\n ]\r\n },\r\n
1979
+ \ {\r\n \"DeviceType\": \"dashboard\",\r\n \"name\":
1980
+ \"Dashboard\",\r\n \"Label\": {\r\n \"lang_tag\":
1981
+ \"dashboard\",\r\n \"text\": \"Dashboard\"\r\n },\r\n
1982
+ \ \"doc_url\": {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
1983
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
1984
+ 0,\r\n \"doc_page\": \"dashboard\"\r\n },\r\n \"Toolbox\":
1985
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_dashboard\",\r\n \"Icon\":
1986
+ \"icons/menu_dashboard.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
1987
+ [\r\n\t\t\t\t{\r\n \"Label\": {\r\n \"lang_tag\":
1988
+ \"pinned_devices\",\r\n \"text\": \"Pinned Devices\"\r\n
1989
+ \ },\r\n \"Position\": \"1\",\r\n \"TabType\":
1990
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
1991
+ \ \"Function\": \"show_pinned_devices\",\r\n\t\t\t\t\t\"Permission\":
1992
+ \"ui_view_dashboard\"\r\n },\r\n\t\t\t\t{\r\n \"Label\":
1993
+ {\r\n \"lang_tag\": \"lang_overview\",\r\n \"text\":
1994
+ \"Overview\"\r\n },\r\n \"Position\":
1995
+ \"1\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
1996
+ \"toolbox.js\",\r\n \"Function\": \"unit_overview\",\r\n\t\t\t\t\t\"Permission\":
1997
+ \"ui_view_overview\"\r\n }\t\t\t\t\r\n ],\r\n \"help_url\":
1998
+ {\r\n \"Function\": \"help\",\r\n \"Parameters\":
1999
+ [\r\n \"dashboard\"\r\n ]\r\n }\r\n
2000
+ \ },\r\n {\r\n \"DeviceType\": \"devices\",\r\n \"name\":
2001
+ \"Devices\",\r\n \"Label\": {\r\n \"lang_tag\":
2002
+ \"devices\",\r\n \"text\": \"Devices\"\r\n },\r\n
2003
+ \ \"doc_url\": {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2004
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2005
+ 0,\r\n \"doc_page\": \"devices\"\r\n },\r\n \"Toolbox\":
2006
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_devices\",\r\n \"Icon\":
2007
+ \"icons/menu_devices.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2008
+ [\r\n\t\t\t\t{\r\n \"Label\": {\r\n \"lang_tag\":
2009
+ \"all\",\r\n \"text\": \"All\"\r\n },\r\n
2010
+ \ \"Position\": \"5\",\r\n \"TabType\":
2011
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2012
+ \ \"Function\": \"sort_devices_by_category_exclude\",\r\n
2013
+ \ \"Parameters\": [\r\n -1\r\n ],\r\n\t\t\t\t\t\"Permission\":
2014
+ \"ui_view_view_devices_all\"\r\n },\t\t\t\r\n {\r\n
2015
+ \ \"Label\": {\r\n \"lang_tag\":
2016
+ \"lights\",\r\n \"text\": \"Lights\"\r\n },\r\n
2017
+ \ \"Position\": \"0\",\r\n \"TabType\":
2018
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2019
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2020
+ [\r\n 2,\r\n 3\r\n ],\r\n\t\t\t\t\t\"Permission\":
2021
+ \"ui_view_view_devices_lights\"\r\n },\r\n {\r\n
2022
+ \ \"Label\": {\r\n \"lang_tag\":
2023
+ \"climate_security\",\r\n \"text\": \"Climate\"\r\n
2024
+ \ },\r\n \"Position\": \"0\",\r\n \"TabType\":
2025
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2026
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2027
+ [\r\n 5,\r\n 17\r\n ],\r\n\t\t\t\t\t\"Permission\":
2028
+ \"ui_view_view_devices_climate\"\r\n },\r\n {\r\n
2029
+ \ \"Label\": {\r\n \"lang_tag\":
2030
+ \"sensors\",\r\n \"text\": \"Sensors\"\r\n },\r\n
2031
+ \ \"Position\": \"0\",\r\n \"TabType\":
2032
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2033
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2034
+ [\r\n 4,\r\n 12,\r\n 18,\r\n
2035
+ \ 16\r\n ],\r\n\t\t\t\t\t\"Permission\":
2036
+ \"ui_view_view_devices_sensors\"\r\n },\r\n {\r\n
2037
+ \ \"Label\": {\r\n \"lang_tag\":
2038
+ \"cameras\",\r\n \"text\": \"Cameras\"\r\n },\r\n
2039
+ \ \"Position\": \"1\",\r\n \"TabType\":
2040
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2041
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2042
+ [\r\n 6\r\n ],\r\n\t\t\t\t\t\"Permission\":
2043
+ \"ui_view_view_devices_cameras\"\r\n },\r\n {\r\n
2044
+ \ \"Label\": {\r\n \"lang_tag\":
2045
+ \"windows\",\r\n \"text\": \"Windows\"\r\n },\r\n
2046
+ \ \"Position\": \"1\",\r\n \"TabType\":
2047
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2048
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2049
+ [\r\n 8\r\n ],\r\n\t\t\t\t\t\"Permission\":
2050
+ \"ui_view_view_devices_windows\"\r\n },\r\n {\r\n
2051
+ \ \"Label\": {\r\n \"lang_tag\":
2052
+ \"security\",\r\n \"text\": \"Security\"\r\n },\r\n
2053
+ \ \"Position\": \"2\",\r\n \"TabType\":
2054
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2055
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2056
+ [\r\n 7,\r\n\t\t\t\t\t\t22,\r\n\t\t\t\t\t\t23\r\n ],\r\n\t\t\t\t\t\"Permission\":
2057
+ \"ui_view_view_devices_security\"\r\n },\r\n {\r\n
2058
+ \ \"Label\": {\r\n \"lang_tag\":
2059
+ \"mobile_phones\",\r\n \"text\": \"Mobile Phones\"\r\n
2060
+ \ },\r\n \"Position\": \"3\",\r\n \"TabType\":
2061
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2062
+ \ \"Function\": \"mobile_phones\",\r\n\t\t\t\t\t\"Permission\":
2063
+ \"ui_view_view_devices_mobile_phones\"\r\n },\r\n {\r\n
2064
+ \ \"Label\": {\r\n \"lang_tag\":
2065
+ \"av_gear\",\r\n \"text\": \"AV Gear\"\r\n },\r\n
2066
+ \ \"Position\": \"4\",\r\n \"TabType\":
2067
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2068
+ \ \"Function\": \"av_devices\",\r\n\t\t\t\t\t\"Permission\":
2069
+ \"ui_view_view_devices_av_devices\"\r\n },\r\n {\r\n
2070
+ \ \"Label\": {\r\n \"lang_tag\":
2071
+ \"other\",\r\n \"text\": \"Other\"\r\n },\r\n
2072
+ \ \"Position\": \"5\",\r\n \"TabType\":
2073
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2074
+ \ \"Function\": \"sort_devices_by_category_exclude\",\r\n
2075
+ \ \"Parameters\": [\r\n 2,\r\n 3,\r\n
2076
+ \ 6,\r\n 7,\r\n 15,\r\n
2077
+ \ 5,\r\n 16,\r\n 17,\r\n
2078
+ \ 18,\r\n 4,\r\n 12,\r\n
2079
+ \ 8\r\n ],\r\n\t\t\t\t\t\"Permission\":
2080
+ \"ui_view_view_devices_other\"\r\n },\r\n {\r\n
2081
+ \ \"Label\": {\r\n \"lang_tag\":
2082
+ \"add_devices\",\r\n \"text\": \"Add Devices\"\r\n
2083
+ \ },\r\n \"Position\": \"3\",\r\n \"TabType\":
2084
+ \"javascript\",\r\n \"ScriptName\": \"shared.js\",\r\n
2085
+ \ \"Function\": \"init_wizard\",\r\n\t\t\t\t\t\"Permission\":
2086
+ \"ui_view_add_device_wizard\"\r\n }\r\n ],\r\n \"help_url\":
2087
+ {\r\n \"Function\": \"help\",\r\n \"Parameters\":
2088
+ [\r\n \"devices\"\r\n ]\r\n }\r\n
2089
+ \ },\r\n {\r\n \"DeviceType\": \"scene_devices\",\r\n
2090
+ \ \"name\": \"Devices\",\r\n \"Label\": {\r\n \"lang_tag\":
2091
+ \"scene_devices\",\r\n \"text\": \"Devices\"\r\n },\r\n
2092
+ \ \"doc_url\": {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2093
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2094
+ 0,\r\n \"doc_page\": \"devices\"\r\n },\r\n \"Toolbox\":
2095
+ \"2\",\r\n\t\t\t\"Permission\": \"ui_view_automation_devices\",\r\n \"Icon\":
2096
+ \"icons/menu_devices.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2097
+ [\r\n\t\t\t\t{\r\n \"Label\": {\r\n \"lang_tag\":
2098
+ \"all\",\r\n \"text\": \"All\"\r\n },\r\n
2099
+ \ \"Position\": \"5\",\r\n \"TabType\":
2100
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2101
+ \ \"Function\": \"sort_devices_by_category_exclude\",\r\n
2102
+ \ \"Parameters\": [\r\n -1\r\n ],\r\n\t\t\t\t\t\"Permission\":
2103
+ \"ui_view_view_scene_devices_all\"\r\n },\t\t\t\r\n {\r\n
2104
+ \ \"Label\": {\r\n \"lang_tag\":
2105
+ \"lights\",\r\n \"text\": \"Lights\"\r\n },\r\n
2106
+ \ \"Position\": \"0\",\r\n \"TabType\":
2107
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2108
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2109
+ [\r\n 2,\r\n 3\r\n ],\r\n\t\t\t\t\t\"Permission\":
2110
+ \"ui_view_view_scene_devices_lights\"\r\n },\r\n {\r\n
2111
+ \ \"Label\": {\r\n \"lang_tag\":
2112
+ \"climate_security\",\r\n \"text\": \"Climate\"\r\n
2113
+ \ },\r\n \"Position\": \"0\",\r\n \"TabType\":
2114
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2115
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2116
+ [\r\n 5,\r\n 16,\r\n 17,\r\n
2117
+ \ 18\r\n ],\r\n\t\t\t\t\t\"Permission\":
2118
+ \"ui_view_view_scene_devices_climate\"\r\n },\r\n {\r\n
2119
+ \ \"Label\": {\r\n \"lang_tag\":
2120
+ \"sensors\",\r\n \"text\": \"Sensors\"\r\n },\r\n
2121
+ \ \"Position\": \"0\",\r\n \"TabType\":
2122
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2123
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2124
+ [\r\n 4,\r\n 12\r\n ],\r\n\t\t\t\t\t\"Permission\":
2125
+ \"ui_view_view_scene_devices_sensors\"\r\n },\r\n {\r\n
2126
+ \ \"Label\": {\r\n \"lang_tag\":
2127
+ \"cameras\",\r\n \"text\": \"Cameras\"\r\n },\r\n
2128
+ \ \"Position\": \"1\",\r\n \"TabType\":
2129
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2130
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2131
+ [\r\n 6\r\n ],\r\n\t\t\t\t\t\"Permission\":
2132
+ \"ui_view_view_scene_devices_cameras\"\r\n },\r\n {\r\n
2133
+ \ \"Label\": {\r\n \"lang_tag\":
2134
+ \"windows\",\r\n \"text\": \"Windows\"\r\n },\r\n
2135
+ \ \"Position\": \"1\",\r\n \"TabType\":
2136
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2137
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2138
+ [\r\n 8\r\n ],\r\n\t\t\t\t\t\"Permission\":
2139
+ \"ui_view_view_scene_devices_windows\"\r\n },\r\n {\r\n
2140
+ \ \"Label\": {\r\n \"lang_tag\":
2141
+ \"locks\",\r\n \"text\": \"Locks\"\r\n },\r\n
2142
+ \ \"Position\": \"2\",\r\n \"TabType\":
2143
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2144
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2145
+ [\r\n 7\r\n ],\r\n\t\t\t\t\t\"Permission\":
2146
+ \"ui_view_view_scene_devices_locks\"\r\n },\r\n {\r\n
2147
+ \ \"Label\": {\r\n \"lang_tag\":
2148
+ \"mobile_phones\",\r\n \"text\": \"Mobile Phones\"\r\n
2149
+ \ },\r\n \"Position\": \"3\",\r\n \"TabType\":
2150
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2151
+ \ \"Function\": \"sort_devices_by_category\",\r\n \"Parameters\":
2152
+ [],\r\n\t\t\t\t\t\"Permission\": \"ui_view_view_scene_devices_mobile_phones\"\r\n
2153
+ \ },\r\n {\r\n \"Label\":
2154
+ {\r\n \"lang_tag\": \"av_gear\",\r\n \"text\":
2155
+ \"AV Gear\"\r\n },\r\n \"Position\":
2156
+ \"4\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2157
+ \"toolbox.js\",\r\n \"Function\": \"sort_devices_by_category\",\r\n
2158
+ \ \"Parameters\": [\r\n 15\r\n ],\r\n\t\t\t\t\t\"Permission\":
2159
+ \"ui_view_view_scene_devices_av_devices\"\r\n },\r\n {\r\n
2160
+ \ \"Label\": {\r\n \"lang_tag\":
2161
+ \"other\",\r\n \"text\": \"Other\"\r\n },\r\n
2162
+ \ \"Position\": \"5\",\r\n \"TabType\":
2163
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2164
+ \ \"Function\": \"sort_devices_by_category_exclude\",\r\n
2165
+ \ \"Parameters\": [\r\n 2,\r\n 3,\r\n
2166
+ \ 6,\r\n 7,\r\n 15,\r\n
2167
+ \ 5,\r\n 16,\r\n 17,\r\n
2168
+ \ 18,\r\n 4,\r\n 12,\r\n
2169
+ \ 8\r\n ],\r\n\t\t\t\t\t\"Permission\":
2170
+ \"ui_view_view_scene_devices_other\"\r\n }\r\n \r\n
2171
+ \ ],\r\n \"help_url\": {\r\n \"Function\":
2172
+ \"help\",\r\n \"Parameters\": [\r\n \"scenes\"\r\n
2173
+ \ ]\r\n }\r\n },\r\n {\r\n \"DeviceType\":
2174
+ \"scene_triggers\",\r\n \"name\": \"Triggers\",\r\n \"Label\":
2175
+ {\r\n \"lang_tag\": \"scene_triggers\",\r\n \"text\":
2176
+ \"Triggers\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
2177
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
2178
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
2179
+ \"devices\"\r\n },\r\n \"Toolbox\": \"2\",\r\n\t\t\t\"Permission\":
2180
+ \"ui_view_automation_triggers\",\r\n \"Icon\": \"icons/menu_devices.swf\",\r\n
2181
+ \ \"DisplayStatus\": {},\r\n \"Tabs\": [\r\n {\r\n
2182
+ \ \"Label\": {\r\n \"lang_tag\":
2183
+ \"triggers\",\r\n \"text\": \"Triggers\"\r\n },\r\n
2184
+ \ \"Position\": \"0\",\r\n \"TabType\":
2185
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2186
+ \ \"Function\": \"show_scene_triggers\",\r\n\t\t\t\t\t\"Permission\":
2187
+ \"ui_view_show_scene_triggers\"\r\n }\r\n ],\r\n
2188
+ \ \"help_url\": {\r\n \"Function\": \"help\",\r\n
2189
+ \ \"Parameters\": [\r\n \"triggers\"\r\n
2190
+ \ ]\r\n }\r\n },\r\n {\r\n \"DeviceType\":
2191
+ \"scene_schedules\",\r\n \"name\": \"Schedules\",\r\n \"Label\":
2192
+ {\r\n \"lang_tag\": \"scene_schedules\",\r\n \"text\":
2193
+ \"Schedules\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
2194
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
2195
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
2196
+ \"devices\"\r\n },\r\n \"Toolbox\": \"2\",\r\n\t\t\t\"Permission\":
2197
+ \"ui_view_automation_schedules\",\r\n \"Icon\": \"icons/menu_devices.swf\",\r\n
2198
+ \ \"DisplayStatus\": {},\r\n \"Tabs\": [\r\n {\r\n
2199
+ \ \"Label\": {\r\n \"lang_tag\":
2200
+ \"schedules\",\r\n \"text\": \"Schedules\"\r\n },\r\n
2201
+ \ \"Position\": \"0\",\r\n \"TabType\":
2202
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2203
+ \ \"Function\": \"show_scene_schedules\",\r\n\t\t\t\t\t\"Permission\":
2204
+ \"ui_view_show_scene_schedules\"\r\n }\r\n ],\r\n
2205
+ \ \"help_url\": {\r\n \"Function\": \"help\",\r\n
2206
+ \ \"Parameters\": [\r\n \"schedules\"\r\n
2207
+ \ ]\r\n }\r\n },\r\n {\r\n \"DeviceType\":
2208
+ \"scene_luup\",\r\n \"name\": \"Luup\",\r\n \"Label\":
2209
+ {\r\n \"lang_tag\": \"scene_luup\",\r\n \"text\":
2210
+ \"Luup\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
2211
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
2212
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
2213
+ \"devices\"\r\n },\r\n \"Toolbox\": \"2\",\r\n\t\t\t\"Permission\":
2214
+ \"ui_view_automation_luup\",\r\n \"Icon\": \"icons/menu_devices.swf\",\r\n
2215
+ \ \"DisplayStatus\": {},\r\n \"Tabs\": [\r\n {\r\n
2216
+ \ \"Label\": {\r\n \"lang_tag\":
2217
+ \"luup\",\r\n \"text\": \"Luup\"\r\n },\r\n
2218
+ \ \"Position\": \"0\",\r\n \"TabType\":
2219
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2220
+ \ \"Function\": \"show_scene_luup\",\r\n\t\t\t\t\t\"Permission\":
2221
+ \"ui_view_show_scene_luup\"\r\n }\r\n ],\r\n \"help_url\":
2222
+ {\r\n \"Function\": \"help\",\r\n \"Parameters\":
2223
+ [\r\n \"luup\"\r\n ]\r\n }\r\n
2224
+ \ },\r\n {\r\n \"DeviceType\": \"scene_advanced\",\r\n
2225
+ \ \"name\": \"Advanced\",\r\n \"Label\": {\r\n \"lang_tag\":
2226
+ \"scene_advanced\",\r\n \"text\": \"Advanced\"\r\n },\r\n
2227
+ \ \"doc_url\": {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2228
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2229
+ 0,\r\n \"doc_page\": \"devices\"\r\n },\r\n \"Toolbox\":
2230
+ \"2\",\r\n\t\t\t\"Permission\": \"ui_view_automation_advanced\",\r\n \"Icon\":
2231
+ \"icons/menu_devices.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2232
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2233
+ \"advanced\",\r\n \"text\": \"Advanced\"\r\n },\r\n
2234
+ \ \"Position\": \"0\",\r\n \"TabType\":
2235
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2236
+ \ \"Function\": \"show_scene_advanced\",\r\n\t\t\t\t\t\"Permission\":
2237
+ \"ui_view_show_scene_advanced\"\r\n }\r\n ],\r\n
2238
+ \ \"help_url\": {\r\n \"Function\": \"help\",\r\n
2239
+ \ \"Parameters\": [\r\n \"scene_advanced\"\r\n
2240
+ \ ]\r\n }\r\n },\r\n {\r\n \"DeviceType\":
2241
+ \"automation\",\r\n \"name\": \"Automation\",\r\n \"Label\":
2242
+ {\r\n \"lang_tag\": \"automation\",\r\n \"text\":
2243
+ \"Automation\"\r\n },\r\n \"doc_url\": {\r\n \"doc_language\":
2244
+ 1,\r\n \"doc_manual\": 1,\r\n \"doc_version\":
2245
+ 1,\r\n \"doc_platform\": 0,\r\n \"doc_page\":
2246
+ \"automation\"\r\n },\r\n \"Toolbox\": \"1\",\r\n\t\t\t\"Permission\":
2247
+ \"ui_view_top_menu_automation\",\r\n \"Icon\": \"icons/menu_automation.swf\",\r\n
2248
+ \ \"DisplayStatus\": {},\r\n \"Tabs\": [\r\n {\r\n
2249
+ \ \"Label\": {\r\n \"lang_tag\":
2250
+ \"scenes\",\r\n \"text\": \"Scenes\"\r\n },\r\n
2251
+ \ \"Position\": \"0\",\r\n \"TabType\":
2252
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2253
+ \ \"Function\": \"show_scenes\",\r\n \"Parameters\":
2254
+ [\r\n \"all\"\r\n ],\r\n\t\t\t\t\t\"Permission\":
2255
+ \"ui_view_show_scenes_all\"\r\n },\r\n {\r\n
2256
+ \ \"Label\": {\r\n \"lang_tag\":
2257
+ \"triggers\",\r\n \"text\": \"Triggers\"\r\n },\r\n
2258
+ \ \"Position\": \"1\",\r\n \"TabType\":
2259
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2260
+ \ \"Function\": \"show_scenes\",\r\n \"Parameters\":
2261
+ [\r\n \"triggers\"\r\n ],\r\n\t\t\t\t\t\"Permission\":
2262
+ \"ui_view_show_scenes_triggers\"\r\n },\r\n {\r\n
2263
+ \ \"Label\": {\r\n \"lang_tag\":
2264
+ \"schedules\",\r\n \"text\": \"Schedules\"\r\n },\r\n
2265
+ \ \"Position\": \"2\",\r\n \"TabType\":
2266
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2267
+ \ \"Function\": \"show_scenes\",\r\n \"Parameters\":
2268
+ [\r\n \"schedules\"\r\n ],\r\n\t\t\t\t\t\"Permission\":
2269
+ \"ui_view_show_scenes_schedules\"\r\n },\r\n {\r\n
2270
+ \ \"Label\": {\r\n \"lang_tag\":
2271
+ \"new_scene\",\r\n \"text\": \"New scene\"\r\n },\r\n
2272
+ \ \"Position\": \"3\",\r\n \"TabType\":
2273
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2274
+ \ \"Function\": \"bridge.addScene\",\r\n\t\t\t\t\t\"Permission\":
2275
+ \"ui_action_add_scene\"\r\n }\r\n ],\r\n \"help_url\":
2276
+ {\r\n \"Function\": \"help\",\r\n \"Parameters\":
2277
+ [\r\n \"automation\"\r\n ]\r\n }\r\n
2278
+ \ },\r\n {\r\n \"DeviceType\": \"apps\",\r\n \"name\":
2279
+ \"Apps\",\r\n \"Label\": {\r\n \"lang_tag\": \"apps\",\r\n
2280
+ \ \"text\": \"Apps\"\r\n },\r\n \"doc_url\":
2281
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2282
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2283
+ 0,\r\n \"doc_page\": \"apps\"\r\n },\r\n \"Toolbox\":
2284
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_apps\",\r\n \"Icon\":
2285
+ \"icons/menu_apps.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2286
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2287
+ \"my_apps\",\r\n \"text\": \"My apps\"\r\n },\r\n
2288
+ \ \"Position\": \"0\",\r\n \"TabType\":
2289
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2290
+ \ \"Function\": \"my_installed_apps\",\r\n\t\t\t\t\t\"Permission\":
2291
+ \"ui_view_my_apps\"\r\n },\r\n {\r\n \"Label\":
2292
+ {\r\n \"lang_tag\": \"install_apps\",\r\n \"text\":
2293
+ \"Install apps\"\r\n },\r\n \"Position\":
2294
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2295
+ \"toolbox.js\",\r\n \"Function\": \"open_marketplace\",\r\n\t\t\t\t\t\"Permission\":
2296
+ \"ui_view_install_apps\"\r\n },\r\n {\r\n \"Label\":
2297
+ {\r\n \"lang_tag\": \"develop_apps\",\r\n \"text\":
2298
+ \"Develop Apps\"\r\n },\r\n \"Position\":
2299
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2300
+ \"toolbox.js\",\r\n \"Function\": \"develop_apps\",\r\n\t\t\t\t\t\"Permission\":
2301
+ \"ui_view_develop_apps\"\r\n }\r\n ],\r\n \"help_url\":
2302
+ {\r\n \"Function\": \"help\",\r\n \"Parameters\":
2303
+ [\r\n \"apps\"\r\n ]\r\n }\r\n
2304
+ \ },\r\n {\r\n \"DeviceType\": \"users\",\r\n \"name\":
2305
+ \"Users\",\r\n \"Label\": {\r\n \"lang_tag\": \"lang_account\",\r\n
2306
+ \ \"text\": \"Account\"\r\n },\r\n \"doc_url\":
2307
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2308
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2309
+ 0,\r\n \"doc_page\": \"users\"\r\n },\r\n \"Toolbox\":
2310
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_account\",\r\n \"Icon\":
2311
+ \"icons/menu_users.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2312
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2313
+ \"my_contact_info\",\r\n \"text\": \"My Contact Info\"\r\n
2314
+ \ },\r\n \"Position\": \"0\",\r\n \"TabType\":
2315
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2316
+ \ \"Function\": \"get_my_contact_info\",\r\n\t\t\t\t\t\"Permission\":
2317
+ \"ui_view_account_my_account_info\"\r\n },\r\n {\r\n
2318
+ \ \"Label\": {\r\n \"lang_tag\":
2319
+ \"change_password\",\r\n \"text\": \"Change password\"\r\n
2320
+ \ },\r\n \"Position\": \"1\",\r\n \"TabType\":
2321
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2322
+ \ \"Function\": \"change_password\",\r\n\t\t\t\t\t\"Permission\":
2323
+ \"ui_view_account_change_password\"\r\n },\r\n {\r\n
2324
+ \ \"Label\": {\r\n \"lang_tag\":
2325
+ \"my_alerts\",\r\n \"text\": \"My Alerts\"\r\n },\r\n
2326
+ \ \"Position\": \"2\",\r\n \"TabType\":
2327
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2328
+ \ \"Function\": \"get_alerts_canvas\",\r\n\t\t\t\t\t\"Permission\":
2329
+ \"ui_view_account_alerts\"\r\n },\r\n {\r\n
2330
+ \ \"Label\": {\r\n \"lang_tag\":
2331
+ \"other_users\",\r\n \"text\": \"Other Users\"\r\n
2332
+ \ },\r\n \"Position\": \"3\",\r\n \"TabType\":
2333
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2334
+ \ \"Function\": \"get_unit_users\",\r\n\t\t\t\t\t\"Permission\":
2335
+ \"ui_view_account_other_users\"\r\n },\r\n\t\t\t\t{\r\n \"Label\":
2336
+ {\r\n \"lang_tag\": \"tech_support\",\r\n \"text\":
2337
+ \"Tech support\"\r\n },\r\n \"Position\":
2338
+ \"4\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2339
+ \"toolbox.js\",\r\n \"Function\": \"tech_support\",\r\n\t\t\t\t\t\"Permission\":
2340
+ \"ui_view_account_tech_support\"\r\n },\r\n\t\t\t\t{\r\n \"Label\":
2341
+ {\r\n \"lang_tag\": \"lang_my_units\",\r\n \"text\":
2342
+ \"Veras\"\r\n },\r\n \"Position\": \"5\",\r\n
2343
+ \ \"TabType\": \"javascript\",\r\n \"ScriptName\":
2344
+ \"toolbox.js\",\r\n \"Function\": \"units_handler\",\r\n\t\t\t\t\t\"Permission\":
2345
+ \"ui_view_account_units_handler\"\r\n }\t\t\t\t\r\n ],\r\n
2346
+ \ \"help_url\": {\r\n \"Function\": \"help\",\r\n
2347
+ \ \"Parameters\": [\r\n \"users\"\r\n ]\r\n
2348
+ \ }\r\n },\r\n {\r\n \"DeviceType\": \"energy\",\r\n
2349
+ \ \"name\": \"Energy\",\r\n \"Label\": {\r\n \"lang_tag\":
2350
+ \"energy\",\r\n \"text\": \"Energy\"\r\n },\r\n
2351
+ \ \"doc_url\": {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2352
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2353
+ 0,\r\n \"doc_page\": \"enrgy\"\r\n },\r\n \"Toolbox\":
2354
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_energy\",\r\n \"Icon\":
2355
+ \"icons/menu_energy.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2356
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2357
+ \"ergy\",\r\n \"text\": \"ERGY\"\r\n },\r\n
2358
+ \ \"Position\": \"0\",\r\n \"TabType\":
2359
+ \"javascript\",\r\n \"ScriptName\": \"J_EchoEnergyManager.js\",\r\n
2360
+ \ \"Function\": \"ergy_light\",\r\n\t\t\t\t\t\"Permission\":
2361
+ \"ui_view_energy_ergy_light\"\r\n },\r\n {\r\n
2362
+ \ \"Label\": {\r\n \"lang_tag\":
2363
+ \"ergy_settings\",\r\n \"text\": \"ERGY Settings\"\r\n
2364
+ \ },\r\n \"Position\": \"1\",\r\n \"TabType\":
2365
+ \"javascript\",\r\n \"ScriptName\": \"J_EchoEnergyManager.js\",\r\n
2366
+ \ \"Function\": \"energy_settings\",\r\n\t\t\t\t\t\"Permission\":
2367
+ \"ui_view_energy_settings\"\r\n },\r\n {\r\n
2368
+ \ \"Label\": {\r\n \"lang_tag\":
2369
+ \"ergy_help\",\r\n \"text\": \"ERGY Help\"\r\n },\r\n
2370
+ \ \"Position\": \"3\",\r\n \"TabType\":
2371
+ \"javascript\",\r\n \"ScriptName\": \"J_EchoEnergyManager.js\",\r\n
2372
+ \ \"Function\": \"ergy_help\",\r\n\t\t\t\t\t\"Permission\":
2373
+ \"ui_view_energy_ergy_help\"\r\n },\r\n\t\t\t\t{\r\n \"Label\":
2374
+ {\r\n \"lang_tag\": \"energy_usage\",\r\n \"text\":
2375
+ \"Usage\"\r\n },\r\n \"Position\": \"0\",\r\n
2376
+ \ \"TabType\": \"javascript\",\r\n \"ScriptName\":
2377
+ \"auth.js\",\r\n \"Function\": \"live_usage\",\r\n\t\t\t\t\t\"Permission\":
2378
+ \"ui_view_energy_live_usage\"\r\n }\t\t\t\t\r\n ]\r\n
2379
+ \ },\r\n {\r\n \"DeviceType\": \"setup\",\r\n \"name\":
2380
+ \"Setup\",\r\n \"Label\": {\r\n \"lang_tag\": \"setup\",\r\n
2381
+ \ \"text\": \"Setup\"\r\n },\r\n \"doc_url\":
2382
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2383
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2384
+ 0,\r\n \"doc_page\": \"setup\"\r\n },\r\n \"Toolbox\":
2385
+ \"1\",\r\n\t\t\t\"Permission\": \"ui_view_top_menu_setup\",\r\n \"Icon\":
2386
+ \"icons/menu_setup.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2387
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2388
+ \"rooms\",\r\n \"text\": \"Rooms\"\r\n },\r\n
2389
+ \ \"Position\": \"0\",\r\n \"TabType\":
2390
+ \"javascript\",\r\n \"ScriptName\": \"shared.js\",\r\n
2391
+ \ \"Function\": \"room_actions_info\",\r\n\t\t\t\t\t\"Permission\":
2392
+ \"ui_view_setup_rooms\"\r\n },\r\n {\r\n \"Label\":
2393
+ {\r\n \"lang_tag\": \"location\",\r\n \"text\":
2394
+ \"Location\"\r\n },\r\n \"Position\":
2395
+ \"1\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2396
+ \"toolbox.js\",\r\n \"Function\": \"get_location\",\r\n\t\t\t\t\t\"Permission\":
2397
+ \"ui_view_setup_location\"\r\n },\r\n {\r\n
2398
+ \ \"Label\": {\r\n \"lang_tag\":
2399
+ \"net_and_wifi\",\r\n \"text\": \"Net & Wi-fi\"\r\n
2400
+ \ },\r\n \"Position\": \"3\",\r\n \"TabType\":
2401
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2402
+ \ \"Function\": \"net_wifi\",\r\n\t\t\t\t\t\"Permission\":
2403
+ \"ui_view_setup_net_wifi\"\r\n },\r\n {\r\n
2404
+ \ \"Label\": {\r\n \"lang_tag\":
2405
+ \"backup\",\r\n \"text\": \"Backup\"\r\n },\r\n
2406
+ \ \"Position\": \"4\",\r\n \"TabType\":
2407
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2408
+ \ \"Function\": \"form_backup\",\r\n\t\t\t\t\t\"Permission\":
2409
+ \"ui_view_setup_backup\"\r\n },\r\n {\r\n \"Label\":
2410
+ {\r\n \"lang_tag\": \"logs\",\r\n \"text\":
2411
+ \"Logs\"\r\n },\r\n \"Position\": \"5\",\r\n
2412
+ \ \"TabType\": \"javascript\",\r\n \"ScriptName\":
2413
+ \"toolbox.js\",\r\n \"Function\": \"logs\",\r\n\t\t\t\t\t\"Permission\":
2414
+ \"ui_view_setup_logs\"\r\n },\r\n {\r\n \"Label\":
2415
+ {\r\n \"lang_tag\": \"z_wave_settings\",\r\n \"text\":
2416
+ \"Z-Wave Settings\"\r\n },\r\n \"Position\":
2417
+ \"6\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2418
+ \"toolbox.js\",\r\n \"Function\": \"zwave_settings\",\r\n\t\t\t\t\t\"Permission\":
2419
+ \"ui_view_setup_zwave_settings\"\r\n },\r\n {\r\n
2420
+ \ \"Label\": {\r\n \"lang_tag\":
2421
+ \"insteon_settings\",\r\n \"text\": \"Insteon Settings\"\r\n
2422
+ \ },\r\n \"Position\": \"7\",\r\n \"TabType\":
2423
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2424
+ \ \"Function\": \"insteon_settings\",\r\n\t\t\t\t\t\"Permission\":
2425
+ \"ui_view_setup_insteon_settings\"\r\n },\r\n {\r\n
2426
+ \ \"Label\": {\r\n \"lang_tag\":
2427
+ \"firmware\",\r\n \"text\": \"Firmware\"\r\n },\r\n
2428
+ \ \"Position\": \"8\",\r\n \"TabType\":
2429
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2430
+ \ \"Function\": \"downloads\",\r\n\t\t\t\t\t\"Permission\":
2431
+ \"ui_view_setup_firmware\"\r\n },\r\n {\r\n
2432
+ \ \"Label\": {\r\n \"lang_tag\":
2433
+ \"unit_settings\",\r\n \"text\": \"Unit Settings\"\r\n
2434
+ \ },\r\n \"Position\": \"9\",\r\n \"TabType\":
2435
+ \"javascript\",\r\n \"ScriptName\": \"toolbox.js\",\r\n
2436
+ \ \"Function\": \"get_unit_settings\",\r\n\t\t\t\t\t\"Permission\":
2437
+ \"ui_view_setup_unit_settings\"\r\n }\r\n ],\r\n
2438
+ \ \"help_url\": {\r\n \"Function\": \"help\",\r\n
2439
+ \ \"Parameters\": [\r\n \"setup\"\r\n ]\r\n
2440
+ \ }\r\n },\r\n {\r\n \"DeviceType\": \"unit_settings\",\r\n
2441
+ \ \"Label\": {\r\n \"lang_tag\": \"unit_settings\",\r\n
2442
+ \ \"text\": \"Unit Settings\"\r\n },\r\n \"doc_url\":
2443
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2444
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2445
+ 0,\r\n \"doc_page\": \"unit_settings\"\r\n },\r\n
2446
+ \ \"name\": \"Unit settings\",\r\n \"Toolbox\": \"0\",\r\n
2447
+ \ \"Icon\": \"icons/default_plugins.swf\",\r\n \"DisplayStatus\":
2448
+ {},\r\n \"Tabs\": [\r\n {\r\n \"Label\":
2449
+ {\r\n \"lang_tag\": \"rename_unit\",\r\n \"text\":
2450
+ \"Rename unit\"\r\n },\r\n \"Position\":
2451
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2452
+ \"plugins.js\",\r\n \"Function\": \"rename_unit\",\r\n\t\t\t\t\t\"Permission\":
2453
+ \"ui_view_setup_unit_settings_rename_unit\"\r\n }\r\n ]\r\n
2454
+ \ },\r\n\t\t{\r\n \"DeviceType\": \"my_contact_info\",\r\n
2455
+ \ \"Label\": {\r\n \"lang_tag\": \"contact_information\",\r\n
2456
+ \ \"text\": \"Contact Information\"\r\n },\r\n \"doc_url\":
2457
+ {\r\n \"doc_language\": 1,\r\n \"doc_manual\":
2458
+ 1,\r\n \"doc_version\": 1,\r\n \"doc_platform\":
2459
+ 0,\r\n \"doc_page\": \"users\"\r\n },\r\n \"name\":
2460
+ \"My Contact Info\",\r\n \"Toolbox\": \"0\",\r\n \"Icon\":
2461
+ \"icons/default_plugins.swf\",\r\n \"DisplayStatus\": {},\r\n \"Tabs\":
2462
+ [\r\n {\r\n \"Label\": {\r\n \"lang_tag\":
2463
+ \"lang_email_settings\",\r\n \"text\": \"Email settings\"\r\n
2464
+ \ },\r\n \"Position\": \"0\",\r\n \"TabType\":
2465
+ \"javascript\",\r\n \"ScriptName\": \"auth.js\",\r\n \"Function\":
2466
+ \"get_my_contact_info_email\",\r\n\t\t\t\t\t\"Permission\": \"ui_view_account_get_my_contact_info_email\"\r\n
2467
+ \ },\r\n {\r\n \"Label\":
2468
+ {\r\n \"lang_tag\": \"lang_phone_settings\",\r\n \"text\":
2469
+ \"Phone settings\"\r\n },\r\n \"Position\":
2470
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2471
+ \"auth.js\",\r\n \"Function\": \"get_my_contact_info_phone\",\r\n\t\t\t\t\t\"Permission\":
2472
+ \"ui_view_account_get_my_contact_info_phone\"\r\n },\r\n\t\t\t\t{\r\n
2473
+ \ \"Label\": {\r\n \"lang_tag\":
2474
+ \"lang_contact_notifications_limits\",\r\n \"text\":
2475
+ \"Notifications limits\"\r\n },\r\n \"Position\":
2476
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2477
+ \"auth.js\",\r\n \"Function\": \"get_my_contact_info_notifications\",\r\n\t\t\t\t\t\"Permission\":
2478
+ \"ui_view_account_get_my_contact_info_notifications\"\r\n },\r\n\t\t\t\t{\r\n
2479
+ \ \"Label\": {\r\n \"lang_tag\":
2480
+ \"lang_test_sms_notification\",\r\n \"text\": \"Test
2481
+ Notifications\"\r\n },\r\n \"Position\":
2482
+ \"0\",\r\n \"TabType\": \"javascript\",\r\n \"ScriptName\":
2483
+ \"auth.js\",\r\n \"Function\": \"get_my_contact_info_test_notifications\",\r\n\t\t\t\t\t\"Permission\":
2484
+ \"ui_view_account_get_my_contact_info_test_notifications\"\r\n }\t\t\t\t\r\n
2485
+ \ ]\r\n }\t\t\r\n ],\r\n \"category_filter\": [\r\n
2486
+ \ {\r\n \"id\": 1,\r\n \"categories\": [],\r\n
2487
+ \ \"Label\": {\r\n \"lang_tag\": \"all\",\r\n \"text\":
2488
+ \"All\"\r\n }\r\n },\r\n {\r\n \"id\":
2489
+ 2,\r\n \"categories\": [\r\n \"15\"\r\n ],\r\n
2490
+ \ \"Label\": {\r\n \"lang_tag\": \"av_devices\",\r\n
2491
+ \ \"text\": \"Audio/Video\"\r\n }\r\n },\r\n
2492
+ \ {\r\n \"id\": 3,\r\n \"categories\": [\r\n \"2\",\r\n
2493
+ \ \"3\"\r\n ],\r\n \"Label\": {\r\n \"lang_tag\":
2494
+ \"lights\",\r\n \"text\": \"Lights\"\r\n }\r\n },\r\n
2495
+ \ {\r\n \"id\": 4,\r\n \"categories\": [\r\n \"6\"\r\n
2496
+ \ ],\r\n \"Label\": {\r\n \"lang_tag\":
2497
+ \"cameras\",\r\n \"text\": \"Cameras\"\r\n }\r\n
2498
+ \ },\r\n {\r\n \"id\": 5,\r\n \"categories\":
2499
+ [\r\n \"7\"\r\n ],\r\n \"Label\": {\r\n
2500
+ \ \"lang_tag\": \"door_locks\",\r\n \"text\":
2501
+ \"Door locks\"\r\n }\r\n },\r\n {\r\n \"id\":
2502
+ 6,\r\n \"categories\": [\r\n \"4\",\r\n \"12\",\r\n
2503
+ \ \"16\",\r\n \"17\",\r\n \"18\"\r\n
2504
+ \ ],\r\n \"Label\": {\r\n \"lang_tag\":
2505
+ \"sensors\",\r\n \"text\": \"Sensors\"\r\n }\r\n
2506
+ \ },\r\n {\r\n \"id\": 7,\r\n \"categories\":
2507
+ [\r\n \"5\"\r\n ],\r\n \"Label\": {\r\n
2508
+ \ \"lang_tag\": \"thermostats\",\r\n \"text\":
2509
+ \"Thermostats\"\r\n }\r\n }\r\n ]}"
2510
+ http_version:
2511
+ recorded_at: Wed, 09 Apr 2014 00:21:54 GMT
2512
+ - request:
2513
+ method: get
2514
+ uri: http://192.168.50.21:3480/data_request?DeviceNum=12&action=SetTarget&id=action&newTargetValue=1&output_format=json&serviceId=urn:upnp-org:serviceId:SwitchPower1
2515
+ body:
2516
+ encoding: UTF-8
2517
+ string: ''
2518
+ headers:
2519
+ User-Agent:
2520
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.0 (2013-12-25))
2521
+ Accept:
2522
+ - "*/*"
2523
+ Date:
2524
+ - Wed, 09 Apr 2014 00:21:54 GMT
2525
+ response:
2526
+ status:
2527
+ code: 200
2528
+ message: OK
2529
+ headers:
2530
+ Content-Type:
2531
+ - json
2532
+ body:
2533
+ encoding: UTF-8
2534
+ string: "{ \"u:SetTargetResponse\": { \"JobID\": \"2\" } }"
2535
+ http_version:
2536
+ recorded_at: Wed, 09 Apr 2014 00:21:54 GMT
2537
+ - request:
2538
+ method: get
2539
+ uri: http://192.168.50.21:3480/data_request?id=jobstatus&job=2&output_format=json&plugin=zwave
2540
+ body:
2541
+ encoding: UTF-8
2542
+ string: ''
2543
+ headers:
2544
+ User-Agent:
2545
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.0 (2013-12-25))
2546
+ Accept:
2547
+ - "*/*"
2548
+ Date:
2549
+ - Wed, 09 Apr 2014 00:21:54 GMT
2550
+ response:
2551
+ status:
2552
+ code: 200
2553
+ message: OK
2554
+ headers:
2555
+ Content-Type:
2556
+ - json
2557
+ body:
2558
+ encoding: UTF-8
2559
+ string: "{ \"status\": 7, \"comments\": \"Sending the Z-Wave command after 0
2560
+ retries\" }"
2561
+ http_version:
2562
+ recorded_at: Wed, 09 Apr 2014 00:21:54 GMT
2563
+ - request:
2564
+ method: get
2565
+ uri: http://192.168.50.21:3480/data_request?id=jobstatus&job=2&output_format=json&plugin=zwave
2566
+ body:
2567
+ encoding: UTF-8
2568
+ string: ''
2569
+ headers:
2570
+ User-Agent:
2571
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.0 (2013-12-25))
2572
+ Accept:
2573
+ - "*/*"
2574
+ Date:
2575
+ - Wed, 09 Apr 2014 00:21:55 GMT
2576
+ response:
2577
+ status:
2578
+ code: 200
2579
+ message: OK
2580
+ headers:
2581
+ Content-Type:
2582
+ - json
2583
+ body:
2584
+ encoding: UTF-8
2585
+ string: "{ \"status\": 4, \"comments\": \"Transmit was ok\" }"
2586
+ http_version:
2587
+ recorded_at: Wed, 09 Apr 2014 00:21:55 GMT
2588
+ - request:
2589
+ method: get
2590
+ uri: http://192.168.50.21:3480/data_request?DeviceNum=12&id=status&output_format=json
2591
+ body:
2592
+ encoding: UTF-8
2593
+ string: ''
2594
+ headers:
2595
+ User-Agent:
2596
+ - HTTPClient/1.0 (2.3.4.1, ruby 2.1.0 (2013-12-25))
2597
+ Accept:
2598
+ - "*/*"
2599
+ Date:
2600
+ - Wed, 09 Apr 2014 00:21:55 GMT
2601
+ response:
2602
+ status:
2603
+ code: 200
2604
+ message: OK
2605
+ headers:
2606
+ Content-Type:
2607
+ - json
2608
+ body:
2609
+ encoding: UTF-8
2610
+ string: "{ \"Device_Num_12\": { \"states\": [ { \"id\": 36, \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
2611
+ \"variable\": \"Status\", \"value\": \"1\" }, { \"id\": 37, \"service\": \"urn:upnp-org:serviceId:SwitchPower1\",
2612
+ \"variable\": \"Target\", \"value\": \"1\" }, { \"id\": 38, \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
2613
+ \"variable\": \"Configured\", \"value\": \"1\" }, { \"id\": 39, \"service\":
2614
+ \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\": \"LastUpdate\",
2615
+ \"value\": \"1372042379\" }, { \"id\": 40, \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\",
2616
+ \"variable\": \"FirstConfigured\", \"value\": \"1372042379\" }, { \"id\":
2617
+ 41, \"service\": \"urn:micasaverde-com:serviceId:HaDevice1\", \"variable\":
2618
+ \"CommFailure\", \"value\": \"1\" }, { \"id\": 42, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2619
+ \"variable\": \"Capabilities\", \"value\": \"210,156,0,4,16,1,L,R,B,RS,|37,39,112,114,115,117,119,134,\"
2620
+ }, { \"id\": 43, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2621
+ \"variable\": \"ManufacturerInfo\", \"value\": \"99,21074,13616\" }, { \"id\":
2622
+ 44, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
2623
+ \"VersionInfo\", \"value\": \"6,2,64,1,16\" }, { \"id\": 45, \"service\":
2624
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"NodeInfo\",
2625
+ \"value\": \"25,27,70,72,73,75,77,86,\" }, { \"id\": 46, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2626
+ \"variable\": \"InitialName\", \"value\": \"On\\/Off Outlet\" }, { \"id\":
2627
+ 47, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
2628
+ \"ConfiguredName\", \"value\": \"On\\/Off Outlet\" }, { \"id\": 48, \"service\":
2629
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"PollSettings\",
2630
+ \"value\": \"60\" }, { \"id\": 49, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2631
+ \"variable\": \"Neighbors\", \"value\": \"1,2,6,\" }, { \"id\": 50, \"service\":
2632
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"LastReset\",
2633
+ \"value\": \"0\" }, { \"id\": 51, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2634
+ \"variable\": \"AssociationNum\", \"value\": \"0\" }, { \"id\": 52, \"service\":
2635
+ \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\": \"PollOk\",
2636
+ \"value\": \"275171\" }, { \"id\": 53, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\",
2637
+ \"variable\": \"LastRouteUpdate\", \"value\": \"1396983802\" }, { \"id\":
2638
+ 54, \"service\": \"urn:micasaverde-com:serviceId:ZWaveDevice1\", \"variable\":
2639
+ \"PollNoReply\", \"value\": \"125\" } ], \"Jobs\": [ { \"id\": \"2\", \"name\":
2640
+ \"job#2 :ON node 5 dev:12 (0x828870) N:5 P:35 S:4\", \"icon\": \"ON\", \"comments\":
2641
+ \"Transmit was ok\", \"status\": \"4\" } ], \"tooltip\": { \"display\": 1,
2642
+ \"tag2\": \"Transmit was ok\" }, \"status\": 4 }, \"LoadTime\": 1397002907,
2643
+ \"DataVersion\": 2907053, \"UserData_DataVersion\": 2907001, \"TimeStamp\":
2644
+ 1397002914, \"ZWaveStatus\": 5, \"LocalTime\": \"2014-04-08 19:21:54 N\" }"
2645
+ http_version:
2646
+ recorded_at: Wed, 09 Apr 2014 00:21:55 GMT
2647
+ recorded_with: VCR 2.8.0