Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose multiId field in subscriptions #4

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

achim-k
Copy link
Contributor

@achim-k achim-k commented Nov 14, 2024

Changelog

Expose multiId field in subscriptions

Docs

None

Description

Adds the multiId field from the Subscription Message to the value type of the map returned by the subscriptions getter.

multi_id: the same message format can have multiple instances, for example if the system has two sensors of the same type. The default and first instance must be 0.

With out this field, the consumer is not able to tell from the subscriptions map which message id corresponds to which message format instance.

@achim-k achim-k merged commit f4fb7c6 into main Nov 14, 2024
1 check passed
@achim-k achim-k deleted the achim/expose-multiId-field branch November 14, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants