volca02 / hr20-esp12-master

Re-implementation (with different features) of the master portion of OpenHR20 wireless project
GNU General Public License v2.0
12 stars 5 forks source link

Add a web based JSON interface (for REST) #21

Closed volca02 closed 6 years ago

volca02 commented 6 years ago

This would be usable to upload timers in one payload, list clients, get client values... Could make a nice web page using REST that would render most of the things client-side.

volca02 commented 6 years ago

Skeletal parts implemented in 97310727016720ec6240713f457af3e74e739d45. Client only reports average temperature. Other values will be added soon.

volca02 commented 6 years ago

Added rest of the common client attributes and timers, error log and event log still missing.