외출 귀가 팬 정책 추가

This commit is contained in:
seo
2026-07-23 03:00:24 +09:00
parent f6ed67b75a
commit c2099c21f0
4 changed files with 265 additions and 1 deletions
+2
View File
@@ -170,6 +170,8 @@ function dmesg_log_throttled(string $key, string $message, int $seconds = 30): v
}
try {
sync_presence_fan_policy();
$state = get_control_state();
$mode = (string)($state['mode'] ?? 'auto');