diff --git a/minimateplus/client.py b/minimateplus/client.py index 67aa97f..3088e0d 100644 --- a/minimateplus/client.py +++ b/minimateplus/client.py @@ -306,8 +306,10 @@ class MiniMateClient: # token=0xFE has been issued first. Confirmed from both 4-2-26 # and 4-3-26 BW TX captures (2026-04-06). # The returned key is the same event key we already hold — ignore it. + log.info("get_events: 1E download-arm (token=0xFE) for key=%s", key4.hex()) try: proto.read_event_first(token=0xFE) + log.info("get_events: 1E download-arm OK") except ProtocolError as exc: log.warning( "get_events: 1E download-arm failed for key=%s: %s",