mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
The feature only handles the specific case where a UUID is sent as the _id field itself. It does NOT affect: - AAPS (uses 'identifier' field) - xDrip+ (uses 'uuid' field) - Loop carbs/doses (uses 'syncIdentifier' field) Only affects: - Loop overrides (_id: syncIdentifier.uuidString) - Trio CGM entries (_id: UUID) See docs/10-domain/client-id-handling-deep-dive.md for full analysis. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>