Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel1

This document is related to: tutorial

Create an action

The actions we have to implement are: 

...

  1. Select the folder where to create the action and click Add > Action  from the menu.
  2. In the form enter the name and the description of the action. 
  3. In the form click the Add button to add some logic what to do in this action. Do not mix the Add button from the menu and the Add button in the form! 
    Repeat this step to add additional actions.
  4. The XCommand sections appears
     
  5. Expand the XCommand list and select Item > Write
  6. Enter the Server Item and the values to write
  7. Save the action
  8. To create the "turn off" action we will copy and paste the action created right now.
    Select Image Removed in Select the TurnOnHeatingAction in the project tree on the left hand side and click Image Removed and Image Removed from and duplicate it (use copy and paste from the menu).
  9. The new action will get the name "TurnOnHeatingAction (1)" - so we have to change its name, the description and the action what to do.
  10. Save the action

Animation

Create a condition

...

  1. Select the folder where to create the condition and click the Add button Image Removed > Condition from the menu.
  2. Next from the menu click Image Removed
  3. In the form enter the name and the description of the condition
     
  4. Click the Image Removedthe Add button to add some logic what to do in this action. Repeat  Do not mix the Add button from the menu and the Add button in the form! 
  5. Repeat this step to add additional actions.
  6. The XCommand sections appears
  7. Expand the XCommand list and select Comparison > LessOrEqual
  8. Enter the Server Item and the value to conpare
  9. Save the condition

...