Parsing rest data with cJSON lib. New restcurl function: getRestSensor()

This commit is contained in:
2017-08-27 01:35:12 +02:00
parent 740589b158
commit 98a0e3ff5f
5 changed files with 2987 additions and 2 deletions

View File

@@ -25,3 +25,8 @@ Show all entries in table: `select * from stats;`
### ESP-8266
[aRest](https://github.com/marcoschwartz/aREST)
# Used sources
[cJSON](https://github.com/DaveGamble/cJSON)