You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Button opens modal with form for sensor name.
Create a new backend endpoint POST /sensors to create new sensors.
Sensor names are unique per user, not globally.
Confirming form creates a new sensor entry in the database with the chosen name.
The text was updated successfully, but these errors were encountered:
Button opens modal with form for sensor name.
Create a new backend endpoint
POST /sensors
to create new sensors.Sensor names are unique per user, not globally.
Confirming form creates a new sensor entry in the database with the chosen name.
The text was updated successfully, but these errors were encountered: