Main public logs
Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 04:49, 4 September 2024 87.122.222.160 talk performed unknown action "comments/add" on X1200 (Hello all, I edited a script for shutting down on powerloss after x seconds. For automatic shutdown, I call it with crontab. The mod of the file has to be changed to 755 before. (chmod) I hope this helps. Greetings Below the Script: #!/usr/bin/env python3 #This python script is only suitable for UPS Shield X1200, X1201 and X1202 import gpiod import time from subprocess import call PLD_PIN = 6 chip = gpiod.Chip('gpiochip4') pld_line = chip.get_line(PLD_PIN) pld_line.request(consumer="PL...)