View single post by marcobeleza
 Posted: Sunday Nov 5th, 2017 04:08 am
 PM  Quote  Reply  Full Topic 
marcobeleza

 

Joined: Sunday Mar 13th, 2016
Location:  
Posts: 12
Status: 
Offline

  back to top

Hi, Thanks for the quick replay.
The response is not working.
I want to execute different actions depending on which keypad I disarm the alarm.
The code I sent in my question was just an example. The real code of the response is the one bellow.
I want one action when i disarm the alarm on keypad 3 (the garage) and one action when I disarm the alarm on keypad 1 during daytime.

If KeypadId = 3 Then
Clear Flag Estor_Cozinha
End If
If KeypadId = 1 And Flag SunRise <> 0 Then
Knx2 Off KNX2 6405
Knx2 DimAbs KNX2 6403 100
Knx2 Off KNX2 6411
Knx2 Off KNX2 6421
End If


What could be wrong ? 

Thanks

Last edited on Sunday Nov 5th, 2017 04:21 am by marcobeleza

 Close Window