From b934cb4431fa0f87b7ee116c976750f16bff031a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 27 Jun 2026 00:45:17 +0300 Subject: scripts/wol-f3s: Power off rack fans after host shutdown --- scripts/wol-f3s | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/wol-f3s b/scripts/wol-f3s index 49b92c8..3c1f5c8 100755 --- a/scripts/wol-f3s +++ b/scripts/wol-f3s @@ -176,6 +176,8 @@ case "$ACTION" in shutdown_host "f0" "$F0_IP" shutdown_host "f1" "$F1_IP" shutdown_host "f2" "$F2_IP" + # Power off the rack fans once all hosts are shutting down. + shelly_set "false" echo "" echo "✓ Shutdown commands sent to all Beelinks." exit 0 -- cgit v1.2.3