All translations
Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h German (de) | def Shutdown(channel): GPIO.output(led, True) time.sleep(0.2) GPIO.output(led, False) time.sleep(0.2) GPIO.output(led, True) time.sleep(0.2) GPIO.output(led, False) os.system("sudo shutdown -h now") |