Difference between revisions of "Common Events Examples"

From LinuxMCE
Jump to: navigation, search
(fixed page layout)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category: Admin Website]]
 
[[Category: Admin Website]]
 
[[Category: Automation]]
 
[[Category: Automation]]
 
+
{{versioninfo}}
 
I've begun dealing with Events and Events handler and I'm describing few common events I've added to my setup. Please contribute yours as well...
 
I've begun dealing with Events and Events handler and I'm describing few common events I've added to my setup. Please contribute yours as well...
  
  
[[Image:Coming_home_criteria.png.jpg|thumb|200px|Timed Events Admin Page]]
+
=House Mode Change Based Events=
This is how you tell LinuxMCE to do certain tasks at specific times or at regular intervals.  For example, you may want to do something every hour, or at 9:00am on Sundays.  
+
I need those events, so I can do certain things - for instance switch user modes for call routing. In this way, whenever House Mode is changed, also appropriate User modes are set. To be precise, only Going To Sleep event actually works, don't have a clue why other two are not working. I'd be glad to hear your experiences...
<br style="clear:both;"/>
+
 
 +
==Going To Sleep==
 +
Basically switches Users #5 and #6 to Sleep mode when house mode changes from other modes. As an example, I'm also showing actions that are triggered when Event Criteria is met...
 +
[[Image:Sleep_criteria.png|200px|Common Events Examples Page]]
 +
[[Image:Sleep_actions.png|200px|Common Events Examples Page]]
  
===House Mode Based Events===
 
 
==Coming Home==
 
==Coming Home==
[[Image:Coming_home_criteria.png|thumb|200px|Timed Events Admin Page]]
+
Basically switches Users #5 and #6 to Home mode when house mode changes from one of Away modes to Home Unarmed. [[Image:Coming_home_criteria.png|200px|Common Events Examples Page]]
  
==Going To Sleep==
 
[[Image:Sleep_criteria.png|thumb|200px|Timed Events Admin Page]]
 
[[Image:Sleep_actions.png|thumb|200px|Timed Events Admin Page]]
 
 
==Waking Up==
 
==Waking Up==
[[Image:Waking_up_criteria.png|thumb|200px|Timed Events Admin Page]]
+
Basically switches Users #5 and #6 to Home mode when house mode changes from one of Home modes (Sleeping, Home Armed). [[Image:Waking_up_criteria.png|200px|Common Events Examples Page]]

Latest revision as of 15:46, 26 September 2010

Version Status Date Updated Updated By
710 Unknown N/A N/A
810 Unknown N/A N/A
1004 Unknown N/A N/A
1204 Unknown N/A N/A
1404 Unknown N/A N/A
Usage Information

I've begun dealing with Events and Events handler and I'm describing few common events I've added to my setup. Please contribute yours as well...


House Mode Change Based Events

I need those events, so I can do certain things - for instance switch user modes for call routing. In this way, whenever House Mode is changed, also appropriate User modes are set. To be precise, only Going To Sleep event actually works, don't have a clue why other two are not working. I'd be glad to hear your experiences...

Going To Sleep

Basically switches Users #5 and #6 to Sleep mode when house mode changes from other modes. As an example, I'm also showing actions that are triggered when Event Criteria is met... Common Events Examples Page Common Events Examples Page

Coming Home

Basically switches Users #5 and #6 to Home mode when house mode changes from one of Away modes to Home Unarmed. Common Events Examples Page

Waking Up

Basically switches Users #5 and #6 to Home mode when house mode changes from one of Home modes (Sleeping, Home Armed). Common Events Examples Page