01-18-2013, 02:29 PM
- Button_ON
Do Long_Response After 2 Seconds Using Timer01
- Button_OFF
If Timer Timer01 <> 0 Then
Stop Timer Timer01
Do Short_response
End If
The ideal timer (for me) would be 1,5 seconds.
I use this in two situations:
- entry button:
short press: toggle corridor light
long press:
if any light is on: turn off all lights (exit house)
else turn on the light path to the kitchen
Restroom:
short: toggle light
long: toggle heater
Most KNX modules handle this, so can cytech ... :-)
Cab123
Do Long_Response After 2 Seconds Using Timer01
- Button_OFF
If Timer Timer01 <> 0 Then
Stop Timer Timer01
Do Short_response
End If
The ideal timer (for me) would be 1,5 seconds.
I use this in two situations:
- entry button:
short press: toggle corridor light
long press:
if any light is on: turn off all lights (exit house)
else turn on the light path to the kitchen
Restroom:
short: toggle light
long: toggle heater
Most KNX modules handle this, so can cytech ... :-)
Cab123

