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

@@ -1,6 +1,6 @@
pins=[7];
sensornodes = ( { ip = "192.168.0.101";},
{ ip = "192.168.0.102";}
sensornodes = ( { ip = "192.168.0.101"; outside = 0;},
{ ip = "192.168.0.102"; outside = 1;}
);