Comfort Automation/ Security System Forums

Full Version: Do Response when User Signs In
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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