diff --git a/clients/rust/README.md b/clients/rust/README.md index 43b9684..cf2f0e1 100644 --- a/clients/rust/README.md +++ b/clients/rust/README.md @@ -123,7 +123,7 @@ creates an authenticated `tonic` client and attaches `authorization: Bearer returns an `AlarmFeedStream` async stream of alarm-feed messages and shares the gateway's central alarm monitor with every other client. -`ActiveAlarmSnapshot::from_truncated_snapshot` reports that the record came from +The `from_truncated_snapshot` field on `ActiveAlarmSnapshot` reports that the record came from a provider fetch which hit the per-fetch cap: the snapshot set may omit active alarms, and the gateway suspended its absence-implies-cleared inference for that poll. Treat the set as possibly incomplete rather than reconciling deletions