Closed andy2great closed 7 months ago
To support reading information of boxes, we want to have endpoints that will give all the details:
GET /boxes (Gives all details of a box, last sensor data, warning on sensor)
GET /boxes/:id/data (Gives sensor data of the pass x amount of time)
PUT /box/:id (Updates user details for a box)
To support reading information of boxes, we want to have endpoints that will give all the details:
GET /boxes (Gives all details of a box, last sensor data, warning on sensor)
GET /boxes/:id/data (Gives sensor data of the pass x amount of time)
PUT /box/:id (Updates user details for a box)