Guest User

Untitled

a guest
Jan 22nd, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. <RuleSpecification>
  2. <Rule>
  3. <Condition ID="1">
  4. <Operation ID="1" Type="!=" ReturnType="bool">
  5. <Operand ID="1" Type="string" Value="state[0]:{Refrigerator}.State" />
  6. <Operand ID="2" Type="string" Value="Running" />
  7. </Operation>
  8. <Condition ID="2">
  9. <Operation ID="2" Type="gt" ReturnType="bool">
  10. <Operand ID="3" Type="decimal" Value="stream[0]:{Refrigerator}.Current" />
  11. <Operand ID="4" Type="decimal" Value="800" />
  12. </Operation>
  13. </Condition>
  14. </Condition>
  15. </Rule>
  16. </RuleSpecification>
  17.  
  18. <Event ID="ff26e110-74fb-4439-afb3-f2a9bc47d901" SourceID="" Name="Test Event 2">
  19. <EventAction ID="1e4c5213-8eea-4542-8b8c-9a7c8b5346d9" EventID="ff26e110-74fb-4439-afb3-f2a9bc47d901" Name="Test Event 2 True" ResultType="true">
  20. <Action ID="fec79ed0-c2b1-11e0-962b-0800200c9a66" Name="Write Meta" Type="metaWriter" />
  21. <Parameter Name="ObjectID" Value="{Refrigerator}" />
  22. <Parameter Name="FieldName" Value="State" />
  23. <Parameter Name="Value" Value="Running" />
  24. </EventAction>
  25. <EventAction ID="ab0f96ff-e44e-462e-8ea2-8c3810e91b1d" EventID="ff26e110-74fb-4439-afb3-f2a9bc47d901" Name="Test Event 2 True" ResultType="false">
  26. <Action ID="fec79ed0-c2b1-11e0-962b-0800200c9a66" Name="Write Meta" Type="metaWriter" />
  27. <Parameter Name="ObjectID" Value="{Refrigerator}" />
  28. <Parameter Name="FieldName" Value="State" />
  29. <Parameter Name="Value" Value="Idle" />
  30. </EventAction>
  31. </Event>
Add Comment
Please, Sign In to add comment