mirror of
https://github.com/bckelley/tconnectsync.git
synced 2026-08-24 03:34:12 -05:00
Event(x) and Events(x) now accept either a raw binary event/stream or a pump-logs JSON event dict / iterable of dicts, dispatching on input type, replacing the separate Event_from_json/Events_from_json functions. Point pump_events() and all tests at the unified entry points, and add real-JSON sync tests for CGM readings, user-mode sleep/exercise, and alarms alongside the existing binary-fixture tests.