// sleep if the node is a battery powered or wait if it is not for the given number of milliseconds
// sleep if the node is a battery powered or wait if it is not for the given number of milliseconds
voidsleepOrWait(longvalue);
voidsleepOrWait(longvalue);
// [31] set which pin is connected to RST of the board to reboot the board when requested. If not set the software reboot is used instead (default: -1)
@@ -317,6 +340,8 @@ The next step is to configure NodeManager with settings which will instruct how
...
@@ -317,6 +340,8 @@ The next step is to configure NodeManager with settings which will instruct how
voidsetReportIntervalSeconds(intvalue);
voidsetReportIntervalSeconds(intvalue);
// [30] if set and when the board is battery powered, sleep() is always called instead of wait() (default: true)
// [30] if set and when the board is battery powered, sleep() is always called instead of wait() (default: true)
voidsetSleepOrWait(boolvalue);
voidsetSleepOrWait(boolvalue);
// [31] set which pin is connected to RST of the board to reboot the board when requested. If not set the software reboot is used instead (default: -1)
voidsetRebootPin(intvalue);
// sleep if the node is a battery powered or wait if it is not for the given number of milliseconds
// sleep if the node is a battery powered or wait if it is not for the given number of milliseconds