4
0

config.yaml 688 B

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