Changes between Version 7 and Version 8 of Installation-UI4
- Timestamp:
- 2011-01-02 22:19:46 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation-UI4
v7 v8 74 74 `enableRemoteArm` (string, ''default'' `false`):: 75 75 Enable the use of ''Stay Arm'' (`stay`), ''Stay'' and ''Regular Arm'' (`arm`) or ''Stay'', ''Regular'' and ''Disarm'' (`disarm`) functionality within the Plugin. 76 `enablePanic` (string, ''default'' `false`):: 77 Enable the use of the ''Medical Panic'', ''Fire Panic'' and ''Police Panic'' functionality within the Plugin. 76 78 77 79 {{{ 78 80 #!html 79 <span style="color: rgb(128, 0, 0);"><b>CAUTION:</b> Use of the <tt>enableRemoteArm</tt> parametermay constitute a Security risk. Use at your own risk.</span>81 <span style="color: rgb(128, 0, 0);"><b>CAUTION:</b> Use of the <tt>enableRemoteArm</tt>, and <tt>enablePanic</tt>, parameters may constitute a Security risk. Use at your own risk.</span> 80 82 }}} 81 83 … … 98 100 === Alarm Partition Actions === [[Image(ParadoxAlarm-ScenesAction-UI4.png, right, align=right, alt=Example Alarm Partition Action, 20%)]] 99 101 Each Alarm Partition is exposed as a !AlarmPartition1, and has the following Actions (if Enabled) 100 * ''!RequestArm'' - Submit a request to Arm the Alarm Partition (with PINCode) 101 * ''!RequestQuickArm'' - Submit a request to Quick, or "!OneTouch", Arm the Alarm Partition (no PINCode required) 102 * ''!RequestStay'' - Submit a request to Stay-Arm the Alarm Partition (with PINCode) 103 * ''!RequestQuickStay'' - Submit a request to Quick, or "!OneTouch", Stay-Arm the Alarm Partition (no PINCode required) 104 * ''!RequestDisarm'' - Submit a request to Disarm the Alarm Partition (PINCode required) 102 * ''Arm Partition '' - Submit a request to Arm the Alarm Partition (with PINCode) 103 * ''Quick Arm Partition'' - Submit a request to Quick, or "!OneTouch", Arm the Alarm Partition (no PINCode required) 104 * ''Stay Arm Partition'' - Submit a request to Stay-Arm the Alarm Partition (with PINCode) 105 * ''Quick Stay Arm Partition'' - Submit a request to Quick, or "!OneTouch", Stay-Arm the Alarm Partition (no PINCode required) 106 * ''Disarm Partition'' - Submit a request to Disarm the Alarm Partition (PINCode required) 107 * ''Medical Panic'' - Submit a request to trigger the Alarm Partition's Medical Panic 108 * ''Fire Panic'' - Submit a request to trigger the Alarm Partition's Fire Panic 109 * ''Police Panic'' - Submit a request to trigger the Alarm Partition's Police Panic 105 110 * ''!SetVirtualInput'' - Set one of the ![16] Virtual Inputs on the Alarm Panel to Open (0) or Closed (1) 106 111