java-scripts/Traccar Logging: EQA 300.js aktualisiert
This commit is contained in:
@@ -167,7 +167,7 @@ setInterval(() => sendOwntracks(false), SEND_INTERVAL_SECONDS * 1000);
|
||||
on({ id: LAT_STATE, change: "ne" }, scheduleDebounced);
|
||||
on({ id: LON_STATE, change: "ne" }, scheduleDebounced);
|
||||
|
||||
// Start mit force
|
||||
// Start mit forces
|
||||
sendOwntracks(true);
|
||||
|
||||
log(`OwnTracks→Traccar gestartet (Debounce ${DEBOUNCE_MS}ms, max skew ${MAX_TS_SKEW_MS}ms, Δdist ≥ ${MIN_DISTANCE_METERS}m, Intervall ${SEND_INTERVAL_SECONDS}s).`);
|
||||
|
||||
Reference in New Issue
Block a user