Clear GPS data from assets #10

Closed
opened 2026-05-23 03:38:06 +00:00 by shawn · 0 comments
Owner

Added ability to clear GPS coordinates from any asset.

Endpoints:

  • GET /api/assets/{id} — asset lookup by ID
  • GET /api/assets/search?machine_id= — asset lookup by machine ID
  • DELETE /api/assets/{id}/gps — clears lat/lng to NULL

UI: Export & Admin page → Clear Asset GPS card

Commit: 9794d80

Added ability to clear GPS coordinates from any asset. **Endpoints:** - `GET /api/assets/{id}` — asset lookup by ID - `GET /api/assets/search?machine_id=` — asset lookup by machine ID - `DELETE /api/assets/{id}/gps` — clears lat/lng to NULL **UI:** Export & Admin page → Clear Asset GPS card **Commit:** 9794d80
shawn closed this issue 2026-05-23 03:38:06 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/canteen-admin-server#10