issues
search
My-Solar-Garden
/
rails_backend
Application that allows users to maximize their garden’s efficiency and carbon sequestration. Users can track the health of their gardens through light, temperature, and moisture sensors connected to RaspberryPis.
1
stars
1
forks
source link
Garden health sensor relationship
#83
Closed
AngelaGuardia
closed
4 years ago
AngelaGuardia
commented
4 years ago
Changes
Added a sensors/garden_healths controller to handle the relationship endpoints between garden_health readings and sensors
Added endpoint to get all readings related to a sensor
Added endpoint to get the last reading from a sensor
Changes