Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 654 Bytes

Sprinkler Controller

Python backend for controlling sprinklers.

Frontend code can be found here.

Features

  • Web-based control panel
  • RESTful API for interacting with sprinklers and scheduling
  • Manual control of sprinklers
  • Automatically control sprinklers through schedules

Documentation

Documentation can be found in the docs folder.

Attributions

RegExp for validating 24 hour time is a modification from the one provided on this site to make the seconds optional.