View single post by admin
 Posted: Saturday Sep 27th, 2014 06:59 am
 PM  Quote  Reply  Full Topic 
admin



Joined: Saturday Mar 3rd, 2007
Location: Singapore
Posts: 1200
Status: 
Offline

  back to top

New Actions

Action 190 - Wait for Timer

eg, the following Response will  switch on the Corridor Lights, wait 10 minutes, switch off the corridor Lights, switch on the Landing Lights, wait 5 minutes, then switch off the Landing Lights. This requires Comfort Firmware 7.063

Response example:
Do CorridorLightsOn
Wait 600 Seconds Using Timer01
Do CorridorLightsOff
Do LandingLightsOn
Wait 300 Seconds Using Timer01
Do LandingLightsOff

Before the new action was introduced, this sequence would require 3 Responses, ie
1st Response:
Do CorridorLightsOn
Do 2ndResponse after 600 Seconds Using Timer01

2ndResponse:
Do CorridorLightsOff
Do LandingLightsOn
Do 3rdResponse after 300 seconds  Using Timer01

3rdResponse:
Do LandingLightsOff

Thus, this new action simplifies the programming of delays in Responses.

Note that the Wait for Timer action will not block any other Responses from working during the delay. For example a zone response will be activated if the zone is opened during any of the delays between the actions



Action 156 - Keypad Backlight On/Off
This requires Comfort Firmware 7.061
This turns on the backlight of any individual Keypad or all keypads. One use of this is to turn on the keypad backlight when motion is detected in the area at night, when lights are switched off




Last edited on Sunday Nov 23rd, 2014 10:57 am by

 Close Window