From ecf9376c9d06259ddc3ffa95c5a3086e747dcfbb Mon Sep 17 00:00:00 2001 From: Shawn Date: Fri, 22 May 2026 23:37:10 -0400 Subject: [PATCH] Add asset GPS management endpoints --- Home.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Home.md b/Home.md index 24cb32d..4b271c9 100644 --- a/Home.md +++ b/Home.md @@ -23,6 +23,14 @@ NPMPlus proxy updated: forward_port 8901 → 8090, forward_scheme https → http All standard admin CRUD endpoints for users, customers, locations, rooms, geofences, settings, activity log, stats, CSV exports, and database management. +### Asset GPS Management (since 9794d80) + +- `GET /api/assets/{id}` — Lookup asset by ID +- `GET /api/assets/search?machine_id=` — Lookup asset by machine ID +- `DELETE /api/assets/{id}/gps` — Clear GPS coordinates (sets lat/lng to NULL) + +The Export & Admin page has a "Clear Asset GPS" card where admins can enter an asset ID or machine ID, confirm, and clear GPS data. + ### Cantaloupe Sync API (since f7ffa0e) Staged import pipeline for Cantaloupe machine data: