IsOutside boolean added to config and insertData. Readme updated

This commit is contained in:
2017-08-27 22:04:17 +02:00
parent 27ed59b52f
commit 18c7d610b9
8 changed files with 32 additions and 10 deletions

View File

@@ -88,6 +88,7 @@ int getRestSensor(sensor *sensor) {
//free
cJSON_Delete(jsondata);
free(data);
return 1;
}
return 0;