Group of 2 Under the hood
Remote-control bridge events can now be tagged as server_authored or server_replayed, and attestation filtering treats both the same as unspecified.
What
- The function that maps event-origin strings to display values now recognizes two new values,
server_authoredandserver_replayed, mapping them toSERVER_AUTHOREDandSERVER_REPLAYEDrespectively. - When remote-control bridge events are filtered by device attestation status, events with a
SERVER_AUTHOREDorSERVER_REPLAYEDstatus are now normalized toUNSPECIFIEDbefore the accept-level/accept-status checks run.
Why This lets the bridge distinguish events that were authored or replayed by the server itself from device-attested events, while ensuring attestation filtering doesn't mistakenly treat them as attested device events.