dsmurl / the-system-controller-4

This is the working code of the System Conroller V4 designed for grass roots industrial systems management.
GNU Affero General Public License v3.0
2 stars 1 forks source link

Device Actions On Off #29

Open dsmurl opened 9 years ago

dsmurl commented 9 years ago

Branch - DeviceActionsOnOff

Currently the Rules are set up to allow the user to input the desired value for the digital pin in a text input blank with no validation. In this story we will change that to a drop box with On and Off. These will translate in the saving of the front end so that the back end code is unchanged and a 1 or 0 still gets stored as the value of the action in the rule. This will be good validation and maintain data integrity in the database.