Return full findmydevice history paths

This commit is contained in:
seo
2026-06-17 19:20:28 +09:00
parent 689b8013b9
commit 8bbe43b8c4
3 changed files with 9 additions and 48 deletions
-1
View File
@@ -2188,7 +2188,6 @@ function fetchDeviceData(includeLang = true, range = null) {
if (e) params.set('endTime', e);
if (hasHistoryRange) {
params.set('history', '1');
params.set('maxPoints', '800');
}
const url = `https://chaegeon.com/custom/findmydevice/php/api.php?${params.toString()}`;