config.yaml 640 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. logLevel: "WARN"
  3. checkForUpdates: false
  4. showFooter: false
  5. actions:
  6. - title: Pump ON - 5m
  7. id: pump_on_5m
  8. icon: restart
  9. shell: |
  10. echo "Pump started"
  11. sleep 300
  12. triggers:
  13. - Update Water Level
  14. - title: Update Water Level
  15. id: update_water_level
  16. shell: echo "Water level 47%"
  17. hidden: true
  18. execOnStartup: true
  19. execOnCron: "*/1 * * * *"
  20. dashboards:
  21. - title: Human in the Control Loop
  22. contents:
  23. - title: Water tank
  24. type: fieldset
  25. contents:
  26. - type: stdout-most-recent-execution
  27. title: update_water_level
  28. - title: Pump ON - 5m