Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 01:24, 5 September 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

4 September 2024

     18:39  X728-script‎‎ 10 changes history+797[Harry‎ (10×)]
     
18:39 (cur | prev) +2 Harry talk contribs →‎Prepair software shutdown script
     
18:39 (cur | prev) +28 Harry talk contribs →‎Prepair software shutdown script
     
18:39 (cur | prev) +92 Harry talk contribs →‎Prepair software shutdown script
     
18:33 (cur | prev) +28 Harry talk contribs →‎Prepair software shutdown script
     
18:32 (cur | prev) +28 Harry talk contribs →‎Prepair software shutdown script
     
18:32 (cur | prev) +28 Harry talk contribs →‎Prepair software shutdown script
     
18:31 (cur | prev) -4 Harry talk contribs →‎Prepair software shutdown script
     
18:31 (cur | prev) +4 Harry talk contribs →‎Prepair software shutdown script
     
18:30 (cur | prev) +38 Harry talk contribs →‎Prepair software shutdown script
     
18:29 (cur | prev) +553 Harry talk contribs →‎Prepair software shutdown script
     11:38  X652 diffhist +125 Abby talk contribs
     11:38  (Upload log)[Abby‎ (2×)]
     
11:38 Abby talk contribs uploaded File:X652-Interface-2.jpg
     
11:38 Abby talk contribs uploaded File:X652-Interface-1.jpg
     04:49 Comments log 87.122.222.160 talk posted a new comment 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...)