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 Manage Toggle #40

Open dsmurl opened 9 years ago

dsmurl commented 9 years ago

Branch - DeviceManageToggle

Currently, the devices only can be turned on and off by creating a rule that will read a sensor and turn them on and off. We need on and off buttons in the manage devices table for manually turning devices on and off. This will be a lot like the read button on the manage sensor page.

This of course will not be that useful while the rule run-time loop is going because the rules run every second and will reset the digital pin according to the rule quickly. So, there is another story RuntimeLoopOnOff that will add a button to the manage rules page to turn the rule runtime loop on and off. But that's a separate story.