![]() |
|
Do Response when User Signs In - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: General HA Information (https://www.comfortforums.com/forum-7.html) +--- Forum: User-created Responses, Applications, IR Codes (https://www.comfortforums.com/forum-9.html) +--- Thread: Do Response when User Signs In (/thread-352.html) |
- slychiu - 12-02-2006 You can activate a Response based on who signs in on the keypad when a Function key is pressed. The Function keys on the Keypad can be configured so that a code is needed to access the function in Comfigurator, Go to Control > Keypad, select the function Key, selecet the Response, check Need code. A sample response to to Responses depending on the user is shown below If UserNo = 1 Then Do X10A1ON [X10 A1 ON] End If If UserNo = 4 Then Do IR3Output2 [IR 3 Output 2] End If |