자동 위치 갱신 5초 명령 복원
This commit is contained in:
+1
-1
@@ -1102,7 +1102,7 @@ document.getElementById('autoUpdateSwitch').addEventListener('change', () => {
|
||||
setInterval(() => {
|
||||
if (!findmydeviceAuthenticated) return;
|
||||
const switchEl = document.getElementById('autoUpdateSwitch');
|
||||
if (switchEl?.checked && !switchEl.disabled) {
|
||||
if (switchEl?.checked || highAccuracyModeActive) {
|
||||
callDeviceWebhook('auto_tick');
|
||||
}
|
||||
}, 5000);
|
||||
|
||||
Reference in New Issue
Block a user