Files
smart-serow/pi/ui/config.json
Mikkeli Matlock 15a805f7fe overheat monitor with auto poweroff
- needs passwordless sudo on target machine or deploy to run as root
2026-01-25 19:53:43 +09:00

8 lines
116 B
JSON

{
"overheat": {
"threshold_celsius": 75.0,
"trigger_duration_sec": 10,
"shutdown_delay_sec": 10
}
}