Added compare inside with outside sensors; webserver template files

This commit is contained in:
2017-08-30 21:59:31 +02:00
parent 93dd54ab6d
commit e6b7bdf721
87 changed files with 84289 additions and 8 deletions

View File

@@ -16,6 +16,7 @@ void cfgreinit(void);
int cfgreadpinnumber(int element);
int cfgreadpinamount(void);
int cfgreadsensornodes(sensornode *nodes, int nodecount);
int cfgreadcompareidamount(void); //currently unused but will be necessary if there'll be any node filters
int cfgreadcompareidvalue(int element); //same
#endif