what I want to get as result:
put GO status for channel 1 via GSD -> wait 60sec -> remove the GO status from channel 1
I control blinds via GSD and ruby-codes. When I click DOWN ("go" status is set) function it starts moving downl the blinds but this task needs about 1min. time. So what I want is to give the command DOWN, wait 60sec and then call STOP ("go" status is set to off) function.
problem:
I can use ruby function "sleep 60" but from linuxmce there's timeout of 20sec and then I get in my logs something like
Ruby was unable to handle the command in reasonable amount of time
how can I handle that - is there any function in scenario-edit I could use (I put it under lightning-scenario)?
can I increase the ruby timeout to 2 min. maybe manually... where?
Thank You!
thomas