Jump to content

Add actions to folders


Zellarman

Recommended Posts

I'm trying to figure out a way to address specific controllers and or groups w/ ir comands. ie; programming universal ON OFF DIM & BRIGHTEN comands that would be preceeded by a specific ir command to address the desired group. I'm thinkng if I could create folders for each specific device that would time out, then I would be able to accomplish this.

 

for example

IF ir '1' is pressed

allow programs in this folder to run

WAIT 10 seconds

don't alllow programs in this folder to run

 

does this make sense to anybody?

Link to comment
  • 3 weeks later...

I read your post and thought of an easy way to do this. Create a program like the following:

Program Content for 'test'
If
       Control 'Remote-button 1' is switched On

Then
       Wait  10 seconds
       Run program 'test' (Else Path)

Else
  - No Actions - (To add one, press 'Action')

Then add a condition to your folder for "Program 'test' is True. This enables all of the programs in the folder for 10 seconds. I used a RemoteLinc to test it, but I would think it will work the same with IR.

Link to comment

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...