POC event handler

This commit is contained in:
2026-08-22 14:22:26 +02:00
parent 6995ae8dba
commit 35969ad305
9 changed files with 582 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ After=network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/service_zigbee
ExecStart=/opt/service_zigbee/.venv/bin/python /opt/service_zigbee/read_temperature.py
ExecStart=/opt/service_zigbee/.venv/bin/python /opt/service_zigbee/zigbee_sensors.py
Restart=on-failure
RestartSec=15