It would be really nice feature to turn off the system on Event same like with the Interrupt for Relay. Just call this block of code when specific Event (Btn is Pressed) ``` from subprocess import call call("sudo poweroff", shell=True) ```