|
ECS-L Home Automation and Security Archives |
learn more
| view messages for this
month | NetBloc® | terms of use | search
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects
Subject: From: Date: | Re: [ECS] Setting up a RF remote to execute macros Bill Walters Mon, 05 Oct 1998 17:08:29 -0500 |
Tim,
Sure, assuming you have defined items for your RF console, your 3
lights all you need to add is an item for a timer, with the
type:Minute-Timer. Then write your event like:
Event: Sample Light Called ?:No
If RF-Remote Btn A Is Now A10/On
Then Light 1 Set On
Then Light 2 Set On
Then Light 3 Set On
Then Timer Set 2
If Timer Is Now 0
Then Light 1 Set Off
Then Light 2 Set Off
Then Light 3 Set Off
End
The name "Timer" is of course the name you defined with an item of type
Minute-Timer (use whatever names you have defined)
Bill Walters
Mulle, Tim wrote:
>
> HI:
>
> Can anyone tell me how to set up a simple example that will turn lighs
> A1,A2,A3 to 50% for 2 minutes then turn them off when I press A10/on
> on my RF Remote?
>
> Thanks,
> Tim
subject (prev) or (next) |
time (prev) or (next) |
author (prev) or (next) |
view more subjects