Site updated at 2016-03-06 01:19:35 UTC

This commit is contained in:
Travis CI 2016-03-06 01:19:35 +00:00
parent 1e6f8f960b
commit 112bc53a0a
14 changed files with 169 additions and 169 deletions

View file

@ -127,7 +127,7 @@
<p>Conditions are used to prevent actions from firing unless certain conditions are met. For example, it is possible to only turn on the light if someone comes home and it is after a certain point in time.</p>
<p>The difference between a condition and a trigger can be confusing. The difference is that the trigger looks at the event that is happening, i.e. a car engine turning on. Conditions looks at the current state of the system, i.e. is the car engine on.</p>
<p>The difference between a condition and a trigger can be confusing. The difference is that the trigger looks at the event that is happening, e.g., a car engine turning on. Conditions looks at the current state of the system, e.g., is the car engine on.</p>
<h3><a class="title-link" name="exploring-the-internal-state" href="#exploring-the-internal-state"></a> Exploring the internal state</h3>