adjusted shutdown timer

This commit is contained in:
2026-04-17 02:05:08 +05:30
parent 7122ea7aaa
commit b5dcec1a72

View File

@@ -7,7 +7,7 @@ load_dotenv()
ntfy_token = os.environ['NTFY_Token']
device_name = os.environ['device_name']
shutdown_timer = 10
shutdown_timer = 30
with serial.Serial(device_name, 115200, timeout=1) as ser:
inverter_offline_counter = 0