MQTT authentication error after weekly merge #302
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#302
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After the weekly merge the temp sensor doesn't work due to authentication.
MQTT authentication works the problem was how the view was called.
TempratureView was called with out parameter
<TemperatureView/>It needs sensorId parameter to know witch sensor to use
<TemperatureView sensorId={'temp-sensor-001'}/>I hardcoded the parameter for now and we need to create an issue to fix the dropdown to choose from the avalible sensors.