chore: add 3-minute sleep option (#1948)

This commit is contained in:
WuTofu
2026-05-18 00:17:24 +03:00
committed by GitHub
parent 510ee10153
commit 061c7688a4
25 changed files with 27 additions and 1 deletions
+1
View File
@@ -119,6 +119,7 @@ class CrossPointSettings {
SLEEP_10_MIN = 2,
SLEEP_15_MIN = 3,
SLEEP_30_MIN = 4,
SLEEP_3_MIN = 5,
SLEEP_TIMEOUT_COUNT
};