Return full findmydevice history paths
This commit is contained in:
@@ -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()}`;
|
||||
|
||||
Reference in New Issue
Block a user