-
Notifications
You must be signed in to change notification settings - Fork 33
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(plugin): create MQTT plugin #334
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good so good work @Shurtu-gal!
I've added some comments as, currently the generated code will fail in build and run successfully.
Once addressed we can quickly retest it (as I've tested throughly locally) and release.
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Outdated
Show resolved
Hide resolved
@overbit I have made the requested changes, regarding the build error, it is due to their being no topics as there are no message broker services enabled in the input.json for dsg. |
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Outdated
Show resolved
Hide resolved
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Show resolved
Hide resolved
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Outdated
Show resolved
Hide resolved
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Outdated
Show resolved
Hide resolved
plugins/broker-mqtt/src/tests/__snapshots__/createControllerFromTopics.spec.ts.snap
Outdated
Show resolved
Hide resolved
@overbit I have made the requested changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @Shurtu-gal! 💯
PR Details
Add MQTT plugin
PR Checklist
npm build
doesn't throw any errornpm test
doesn't throw any errorIMPORTANT: Please review the CONTRIBUTING.md file for detailed contributing guidelines.