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

fix: change path for device presets model messenger #113

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Conversation

andrew-welker
Copy link
Collaborator

Messages with path /device/{presetDevice}/presets/fullStatus were getting matched with the wrong base path /device/{presetDevice} instead of /device/{presetDevice}/presets. Changing the base path for the device presets model messenger to /device/{presetDevice} and putting the prefix /presets in the messenger actions ensures that the messages reach the correct messenger.

Messages with path `/device/{presetDevice}/presets/fullStatus` were getting matched with the wrong base path `/device/{presetDevice}` instead of `/device/{presetDevice}/presets`. Changing the base path for the device presets model messenger to `/device/{presetDevice}` and putting the prefix `/presets` in the messenger actions ensures that the messages reach the correct messenger.
@ndorin ndorin merged commit 5cc6eab into main Oct 24, 2024
2 checks passed
@ndorin ndorin deleted the tv-presets-fix branch October 24, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants