Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crjeder committed Oct 19, 2024
1 parent d71de48 commit 066cbec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions snip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- elevation: 0°
if:
condition:
state_machine.state:
value: "WAITING"
then:
- logger.log: "Danger! Rabits are not in the hutch at dawn!"
- state_machine.transition: ERROR
else:
- if:
condition:
state_machine.state:
value: "Error"
then:
- logger.log: "Danger! Hutch still in error state. Check immediately"

0 comments on commit 066cbec

Please sign in to comment.