-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat(binding_mqtt): support MQTT URI scheme #60
base: main
Are you sure you want to change the base?
Conversation
e5c9360
to
1d9ece4
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
- Coverage 60.41% 52.16% -8.25%
==========================================
Files 70 70
Lines 2185 2189 +4
==========================================
- Hits 1320 1142 -178
- Misses 865 1047 +182
☔ View full report in Codecov by Sentry. |
d8e8744
to
2cf13d1
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #60 +/- ##
==========================================
- Coverage 63.34% 63.22% -0.12%
==========================================
Files 78 78
Lines 2275 2279 +4
==========================================
Hits 1441 1441
- Misses 834 838 +4 ☔ View full report in Codecov by Sentry. |
d5a6b06
to
9113b47
Compare
9113b47
to
62d95d3
Compare
62d95d3
to
40eaea2
Compare
This PR adds support for the use of the MQTT URI scheme that is currently being discussed in w3c/wot-binding-templates#292.
An open question here is how to deal with the
topic
vocabulary term. With the implementation in this PR, it is being treated as an "override", but maybe it also becomes obsolete when the new URI scheme is in place.