hi I working on buiding a timer
I using CronTab to run a On and then and Off script
but I wanna add a either a Toggle Switch... 3 positions for the 1 Relay... ON/AUTO/OFF so when on it turns relay on.. Set to AUTO It goes back to Crontab scripts and OFF turns off the relay even when Crontab says to run.
or I wanted a Single Button... so when pi boots up goes to last postion you set the Button.. but Button be ON OFF AUTO and then 3 LEDS corresponding ON OFF AUTO... so when you press Button once It would be ON and say RED led.. press button again OFF and Yellow LED lights then and press it one more time goes to AUTO and Blue LED comes on..
I have looked at different codes and one with the GPIO Zero PI library
but with what I trying to do what would be my best route.. is there any sample codes links you guys could point me to..
as right now works fine doing cron tab running and then off... but just looking to add a button

