Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Wonder if this is already implemented in the code. I see that the library is in the github
Example in the sketch - gw.sleep(SLEEP_TIME); - is this a standard arduino sleep function?
I don't think Arduino has a standard sleep function. Which function do you mean?
The MySensors sleep function does several things, including powering down the radio (if a radion is used). It is quite power efficient.