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

@@ -10,7 +10,8 @@ extern "C" {
typedef struct {
int pin;
int node_id;
char ip[16]; //15 digits + '\0'
char ip[50]; //IP or name can be used
int isoutside;
float humidity;
float temperature;
} sensor;