Fixed fault logic (basically don't let faults spam).
Got rid of dashes in client, and fixed mqtt decode (was sending the full mqtt message topic, instead of take out the node, which may change in the future but for now will work)
Screenshots
Checklist
It can be helpful to check the Checks and Files changed tabs.
Please review the contributor guide and reach out to your Tech Lead if anything is unclear.
Please request reviewers and ping on slack only after you've gone through this whole checklist.
[x] All commits are tagged with the ticket number
[x] No linting errors / newline at end of file warnings
[x] All code follows repository-configured prettier formatting
[x] No merge conflicts
[x] All checks passing
[x] Screenshots of UI changes (see Screenshots section)
[x] Remove any non-applicable sections of this template
[x] Assign the PR to yourself
[x] No package-lock.json changes (unless dependencies have changed)
[x] Request reviewers & ping on Slack
[x] PR is linked to the ticket (fill in the closes line below)
Changes
Fixed fault logic (basically don't let faults spam).
Got rid of dashes in client, and fixed mqtt decode (was sending the full mqtt message topic, instead of take out the node, which may change in the future but for now will work)
Screenshots
Checklist
It can be helpful to check the
Checks
andFiles changed
tabs. Please review the contributor guide and reach out to your Tech Lead if anything is unclear. Please request reviewers and ping on slack only after you've gone through this whole checklist.package-lock.json
changes (unless dependencies have changed)Closes #245