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