Add toggle functionality to inputs #46
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've added code to set the controlled IO value for 'Raspberry Pi Inputs' to Toggle. This toggles the value between GPIO.HIGH and GPIO.LOW, depending on the current state.
I am currently using this functionality for a light-switch, which enables and disables a relay. It is fully tested and works.
Awesome, Thanks!