I should change:
- in setup():
gw.begin() --> gw.begin(NULL, AUTO, true);
- in loop();
gw.sleep(SLEEP_TIME); --> gw.process();
this will be enough?
when i use node as repeater with sensor . this will be work all time without sleep mode?
And I should us timer (not delay) send sensors value.
What else?