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.
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.