Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
2011-09-01 14:44:58 (13 years ago)
Author:
mcvflorin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    3939|| Night || NIGHT-STAY || 
    4040 
     41==== The alarm panel device control panel ==== 
    4142[[Image(cp_panel.png)]] 
     43 
     44'''Clear Message''' clears the error message in the status box (upper-right corner of the dasboard). 
     45 
     46[[Image(cp_panel_adv.png)]] 
     47 
     48In the '''Advanced''' tab there are two important variables: '''DebugMode''' and '''NumPartitions'''.  
     49 
     50'''DebugMode''' is '''1''' (enabled) by default, which means that the plugin logs all the events. Setting this to '''0''' (disabled) will make the plugin log only the most important events, like errors. 
     51 
     52'''NumPartitions''' is the number of partitions, which is '''1''' by default. The plugin may crash if this number is incorrect. 
     53 
     54==== The partition device control panel ==== 
    4255[[Image(cp_partition.png)]] 
    4356 
     57To bypass a zone enter the zone number in the '''Bypass Zones''' input box. To bypass several zones, enter the zone numbers separated by a comma. To bypass all the zones leave the box empty or enter ''all''. 
     58 
     59'''Chime Mode''' activates or deactivates chime mode for the current partition. 
     60 
    4461=== Notes === 
     62* '''ALL''' the partition actions require the correct PIN code. The reason for this is that the plugin doesn't know what partition the AD2USB is assigned to, or even if it's assigned to any. So the plugin first executes a GOTO command, which requires the PIN code of the target partition. 
     63 
     64* After performing an action using the PIN code, it is stored in an internal variable, and it will be used ONLY for getting the faulted zones. 
    4565 
    4666=== Debugging ===