Triggers

Have an idea for a new feature? Voice your opinion here.
Post Reply
danielbertrand
Member
Posts: 1
Joined: Fri Sep 26, 2003 12:59 pm

Triggers

Post by danielbertrand »

It would be nice if (for instance) one could create a map of events which could trigger other events:



event(cameramotiondetect) -> trigger(frontporchlight)

:wink:
ScottBot
Site Admin
Posts: 2790
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Post by ScottBot »

You can do this now with Tasks. If you set a condition of the Task to test for a particular Property Value this is equivalent to the 'event'. The Task will only get evaluated when a value in its condition list changes. The 'trigger' would be any of the actions contained in the Task.



I admit that sometimes it would be nice to incorporate a simpler interface for simple actions. If you have some suggestions on a better or alternative user interface for configuring something like this, let me know.



Scott
Post Reply