IsOutside boolean added to config and insertData. Readme updated
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user