spaxel/mothership/internal/ble
jedarden fe68bb5fdc feat: implement BLE Devices REST endpoints with OpenAPI docs
- GET /api/ble/devices: list all BLE devices with filtering
- PUT /api/ble/devices/{mac}: update device label and assign to person
- Added comprehensive OpenAPI-style godoc comments
- Supports filtering by registered/discovered/archived status
- Includes device history and aliases endpoints
2026-04-07 09:36:32 -04:00
..
handler.go feat: implement BLE Devices REST endpoints with OpenAPI docs 2026-04-07 09:36:32 -04:00
identity.go feat: implement BLE address rotation detection & identity continuity 2026-04-06 14:33:27 -04:00
identity_test.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
registry.go feat: wire BLE scan broadcasts to dashboard WebSocket 2026-04-07 07:57:38 -04:00
registry_test.go feat: add new internal packages (events, automation, ble, falldetect, mqtt, notify, prediction, sleep, tracker, zones, analytics) and dashboard modules (anomaly, automations, blepanel, fleet) 2026-04-06 09:48:31 -04:00
rotation.go feat: implement webhook action firing & fault tolerance for automations 2026-04-06 21:39:51 -04:00
rotation_test.go feat: implement BLE address rotation detection & identity continuity 2026-04-06 14:33:27 -04:00