added shutdown command

This commit is contained in:
2026-04-17 01:25:27 +05:30
parent f83d4a4877
commit 7b5c4d6600

View File

@@ -27,3 +27,4 @@ with serial.Serial('COM10', 115200, timeout=1) as ser:
"Authorization": f"Bearer {ntfy_token}" "Authorization": f"Bearer {ntfy_token}"
} }
) )
os.system("shutdown now")