-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
MQTT : Add custom topic for device features #2066
Conversation
Deploying gladys-plus with
|
Latest commit: |
f822ec6
|
Status: | ✅ Deploy successful! |
Preview URL: | https://48571fa5.gladys-plus.pages.dev |
Branch Preview URL: | https://mqtt-custom-topic.gladys-plus.pages.dev |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2066 +/- ##
==========================================
+ Coverage 98.38% 98.39% +0.01%
==========================================
Files 850 854 +4
Lines 13890 13984 +94
==========================================
+ Hits 13666 13760 +94
Misses 224 224 ☔ View full report in Codecov by Sentry. |
#2541 Bundle Size — 10.12MiB (+0.17%).
Warning Bundle contains 3 duplicate packages – View duplicate packages Bundle metrics
Bundle size by type
Bundle analysis report Branch mqtt-custom-topic Project dashboard |
Pull Request check-list
To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:
npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)npm run compare-translations
on front)front/src/config/demo.js
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.
Description of change