Changeset 3
- Timestamp:
- 2012-03-29 19:34:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/D_ConcordPartition.json ¶
r2 r3 54 54 { 55 55 "id": "2", 56 "scenegroup": "2", 57 "isSingle": "1" 56 "scenegroup": "2" 58 57 } 59 58 ], 60 59 "Control": [ 61 60 { 61 "ControlGroup": "1", 62 62 "ControlType": "label", 63 "ControlGroup": "1",64 63 "Label": { 65 64 "lang_tag": "status", … … 69 68 "left": 0, 70 69 "Display": { 71 "Top": 30,72 "Left": 270,70 "Top": 20, 71 "Left": 155, 73 72 "Width": 40, 74 73 "Height": 20 … … 76 75 }, 77 76 { 77 "ControlGroup": "1", 78 78 "ControlType": "variable", 79 "ControlGroup": "1",80 79 "top": 0, 81 80 "left": 1, … … 84 83 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 85 84 "Variable": "DetailedArmMode", 86 "Top": 30,87 "Left": 315,85 "Top": 20, 86 "Left": 200, 88 87 "Width": 80, 89 88 "Height": 20 … … 97 96 }, 98 97 "Display": { 99 "Top": 8 0,100 "Left": 70,98 "Top": 85, 99 "Left": 40, 101 100 "Width": 75, 102 101 "Height": 20 … … 107 106 "ID": "PINCode", 108 107 "Display": { 109 "Top": 97,110 "Left": 70,108 "Top": 105, 109 "Left": 40, 111 110 "Width": 75, 112 111 "Height": 20 … … 114 113 }, 115 114 { 116 "ControlType": "button",117 "Label": {118 "lang_tag": "store",119 "text": "Store"120 },121 "Display": {122 "Top": 125,123 "Left": 73,124 "Width": 70,125 "Height": 20126 },127 "Command": {128 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1",129 "Action": "StorePinCode",130 "Parameters": [131 {132 "Name": "PINCode",133 "ID": "PINCode"134 }135 ]136 }137 },138 {139 115 "ControlType": "label", 140 116 "Label": { 141 117 "lang_tag": "arm_mode", 142 "text": "<b>Arm Mode</b>"143 }, 144 "Display": { 145 "Top": 80,146 "Left": 286,118 "text": "<b>Arm/Disarm Partition</b>" 119 }, 120 "Display": { 121 "Top": 60, 122 "Left": 155, 147 123 "Width": 100, 148 124 "Height": 20 … … 150 126 }, 151 127 { 152 "ControlType": "button",153 128 "ControlGroup": "2", 129 "ControlType": "button", 154 130 "Label": { 155 131 "lang_tag": "away", … … 162 138 "Variable": "DetailedArmMode", 163 139 "Value": "Armed", 164 "Top": 100,165 "Left": 200,166 "Width": 70,140 "Top": 80, 141 "Left": 150, 142 "Width": 110, 167 143 "Height": 20 168 144 }, … … 189 165 }, 190 166 "Display": { 191 "Top": 100,192 "Left": 2 80,193 "Width": 70,167 "Top": 80, 168 "Left": 265, 169 "Width": 110, 194 170 "Height": 20 195 171 }, … … 216 192 }, 217 193 "Display": { 218 "Top": 100,219 "Left": 3 60,220 "Width": 70,194 "Top": 80, 195 "Left": 380, 196 "Width": 110, 221 197 "Height": 20 222 198 }, … … 237 213 }, 238 214 { 239 "ControlType": "button",240 215 "ControlGroup": "2", 216 "ControlType": "button", 241 217 "Label": { 242 218 "lang_tag": "stay", … … 249 225 "Variable": "DetailedArmMode", 250 226 "Value": "Stay", 251 "Top": 1 25,252 "Left": 200,253 "Width": 70,227 "Top": 105, 228 "Left": 150, 229 "Width": 110, 254 230 "Height": 20 255 231 }, … … 276 252 }, 277 253 "Display": { 278 "Top": 1 25,279 "Left": 2 80,280 "Width": 70,254 "Top": 105, 255 "Left": 265, 256 "Width": 110, 281 257 "Height": 20 282 258 }, … … 303 279 }, 304 280 "Display": { 305 "Top": 1 25,306 "Left": 3 60,307 "Width": 70,281 "Top": 105, 282 "Left": 380, 283 "Width": 110, 308 284 "Height": 20 309 285 }, … … 324 300 }, 325 301 { 302 "ControlGroup": "2", 303 "ControlType": "button", 304 "Label": { 305 "lang_tag": "disarm", 306 "text": "Disarm" 307 }, 308 "top": 1, 309 "left": 0.5, 310 "Display": { 311 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 312 "Variable": "DetailedArmMode", 313 "Value": "Disarmed", 314 "Top": 130, 315 "Left": 150, 316 "Width": 110, 317 "Height": 20 318 }, 319 "Command": { 320 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 321 "Action": "RequestArmMode", 322 "Parameters": [ 323 { 324 "Name": "State", 325 "Value": "Disarmed" 326 }, 327 { 328 "Name": "PINCode", 329 "ID": "PINCode" 330 } 331 ] 332 } 333 }, 334 { 326 335 "ControlType": "label", 327 336 "Label": { 328 "lang_tag": "lettered_keys", 329 "text": "<b>Lettered Keys</b>" 330 }, 331 "Display": { 332 "Top": 160, 333 "Left": 276, 334 "Width": 100, 335 "Height": 20 336 } 337 }, 338 { 339 "ControlType": "button", 340 "Label": { 341 "lang_tag": "a_key", 342 "text": "A" 343 }, 344 "Display": { 345 "Top": 180, 346 "Left": 220, 347 "Width": 40, 348 "Height": 20 349 }, 350 "Command": { 351 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1", 352 "Action": "RequestLetteredKeyPress", 353 "Parameters": [ 354 { 355 "Name": "Key", 356 "Value": "A" 357 }, 358 { 359 "Name": "PINCode", 360 "ID": "PINCode" 361 } 362 ] 363 } 364 }, 365 { 366 "ControlType": "button", 367 "Label": { 368 "lang_tag": "b_key", 369 "text": "B" 370 }, 371 "Display": { 372 "Top": 180, 373 "Left": 270, 374 "Width": 40, 375 "Height": 20 376 }, 377 "Command": { 378 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1", 379 "Action": "RequestLetteredKeyPress", 380 "Parameters": [ 381 { 382 "Name": "Key", 383 "Value": "B" 384 }, 385 { 386 "Name": "PINCode", 387 "ID": "PINCode" 388 } 389 ] 390 } 391 }, 392 { 393 "ControlType": "button", 394 "Label": { 395 "lang_tag": "c_key", 396 "text": "C" 397 }, 398 "Display": { 399 "Top": 180, 400 "Left": 320, 401 "Width": 40, 402 "Height": 20 403 }, 404 "Command": { 405 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1", 406 "Action": "RequestLetteredKeyPress", 407 "Parameters": [ 408 { 409 "Name": "Key", 410 "Value": "C" 411 }, 412 { 413 "Name": "PINCode", 414 "ID": "PINCode" 415 } 416 ] 417 } 418 }, 419 { 420 "ControlType": "button", 421 "Label": { 422 "lang_tag": "d_key", 423 "text": "D" 424 }, 425 "Display": { 426 "Top": 180, 427 "Left": 370, 428 "Width": 40, 429 "Height": 20 430 }, 431 "Command": { 432 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1", 433 "Action": "RequestLetteredKeyPress", 434 "Parameters": [ 435 { 436 "Name": "Key", 437 "Value": "D" 438 }, 439 { 440 "Name": "PINCode", 441 "ID": "PINCode" 442 } 443 ] 444 } 445 }, 446 { 447 "ControlType": "label", 448 "Label": { 449 "lang_tag": "bypass_zones", 450 "text": "<b>Bypass Zones</b>" 451 }, 452 "Display": { 453 "Top": 220, 454 "Left": 274, 337 "lang_tag": "bypass_sensors", 338 "text": "<b>Bypass Sensors</b>" 339 }, 340 "Display": { 341 "Top": 170, 342 "Left": 155, 455 343 "Width": 100, 456 344 "Height": 20 … … 461 349 "ID": "zones", 462 350 "Display": { 463 "Top": 240,464 "Left": 264,351 "Top": 190, 352 "Left": 150, 465 353 "Width": 100, 466 354 "Height": 20 … … 474 362 }, 475 363 "Display": { 476 "Top": 268,477 "Left": 2 80,364 "Top": 190, 365 "Left": 260, 478 366 "Width": 70, 479 367 "Height": 20 480 368 }, 481 369 "Command": { 482 "Service": "urn:micasaverde-com:serviceId: VistaAlarmPanel1",370 "Service": "urn:micasaverde-com:serviceId:ConcordAlarmPanel1", 483 371 "Action": "BypassZones", 484 372 "Parameters": [ … … 495 383 }, 496 384 { 385 "ControlType": "label", 386 "Label": { 387 "lang_tag": "toggle_chime_mode", 388 "text": "<b>Toggle Chime Mode</b>" 389 }, 390 "Display": { 391 "Top": 230, 392 "Left": 155, 393 "Width": 100, 394 "Height": 20 395 } 396 }, 397 { 497 398 "ControlType": "button", 498 399 "Label": { … … 501 402 }, 502 403 "Display": { 503 "Service": "urn:micasaverde-com:serviceId: VistaAlarmPanel1",404 "Service": "urn:micasaverde-com:serviceId:ConcordAlarmPanel1", 504 405 "Variable": "ChimeMode", 505 406 "Value": "1", 407 "Top": 250, 408 "Left": 150, 409 "Width": 100, 410 "Height": 20 411 }, 412 "Command": { 413 "Service": "urn:micasaverde-com:serviceId:ConcordAlarmPanel1", 414 "Action": "ToggleChimeMode", 415 "Parameters": [] 416 } 417 }, 418 { 419 "ControlType": "label", 420 "Label": { 421 "lang_tag": "panic_alarms", 422 "text": "<b>Panic Alarms</b>" 423 }, 424 "Display": { 425 "Top": 290, 426 "Left": 155, 427 "Width": 100, 428 "Height": 20 429 } 430 }, 431 { 432 "ControlType": "button", 433 "Label": { 434 "lang_tag": "police", 435 "text": "Police" 436 }, 437 "Display": { 506 438 "Top": 310, 507 "Left": 265, 508 "Width": 100, 509 "Height": 20 510 }, 511 "Command": { 512 "Service": "urn:micasaverde-com:serviceId:VistaAlarmPanel1", 513 "Action": "ToggleChimeMode", 514 "Parameters": [ 515 { 516 "Name": "PINCode", 517 "ID": "PINCode" 439 "Left": 150, 440 "Width": 75, 441 "Height": 20 442 }, 443 "Command": { 444 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 445 "Action": "RequestPanicMode", 446 "Parameters": [ 447 { 448 "Name": "State", 449 "ID": "Police" 450 } 451 ] 452 } 453 }, 454 { 455 "ControlType": "button", 456 "Label": { 457 "lang_tag": "fire", 458 "text": "Fire" 459 }, 460 "Display": { 461 "Top": 310, 462 "Left": 230, 463 "Width": 75, 464 "Height": 20 465 }, 466 "Command": { 467 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 468 "Action": "RequestPanicMode", 469 "Parameters": [ 470 { 471 "Name": "State", 472 "ID": "Fire" 473 } 474 ] 475 } 476 }, 477 { 478 "ControlType": "button", 479 "Label": { 480 "lang_tag": "auxiliary", 481 "text": "Auxiliary" 482 }, 483 "Display": { 484 "Top": 310, 485 "Left": 310, 486 "Width": 75, 487 "Height": 20 488 }, 489 "Command": { 490 "Service": "urn:micasaverde-com:serviceId:AlarmPartition2", 491 "Action": "RequestPanicMode", 492 "Parameters": [ 493 { 494 "Name": "State", 495 "ID": "Auxiliary" 518 496 } 519 497 ]
Note: See TracChangeset
for help on using the changeset viewer.