michaeljolley / aviary

Aviary is a soil moisture management system that runs within a Particle mesh network consisting of an Argon and n Xenons.
MIT License
4 stars 0 forks source link

Only allow watering during within approved timeframe. Closes #15 #18

Closed michaeljolley closed 5 years ago

michaeljolley commented 5 years ago

Payload for updateSettings:

{
  "startHour": number, // Between 0 - 24
  "endHour": number // Between 0 - 24
}