Skip to content

Commit 00946ad

Browse files
author
user2684
committed
Release v1.5
1 parent 7ad3d6c commit 00946ad

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

NodeManager.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ void before() {
3434
* Register below your sensors
3535
*/
3636

37+
3738

3839
/*
3940
* Register above your sensors

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ The following methods are available for all the sensors:
387387
// manually turn the power off
388388
void powerOff();
389389
#endif
390-
// get the latest value from the sensor
390+
// get the latest recorded value from the sensor
391391
int getValueInt();
392392
float getValueFloat();
393393
char* getValueString();
@@ -1086,11 +1086,13 @@ v1.5:
10861086
* Added forecast output to all Bosch sensors
10871087
* Added I2C address auto-discovery for all Bosch sensors
10881088
* Added support for running as a gateway
1089-
* A heartbeat is sent when waking up from a wait cycle
1090-
* Allowed combining sensors waking up from an interrupt and sensors reporting periodically
1089+
* Added option to retrieve the latest value of a sensor from outside NodeManager
1090+
* Remote reboot now does not need a reboot pin configured
1091+
* A heartbeat is now sent also when waking up from a wait cycle
1092+
* When waking up for an interrupt, only the code of the sensor expecting that interrupt is executed
10911093
* Added capability to retrieve the time from the controller
10921094
* Optimized battery life for DS18B20 sensors
1093-
* SLEEP_MANAGER has been deprecated and setMode() replaces setSleepMode()
1095+
* SLEEP_MANAGER has been deprecated (now always enabled) and setMode() replaces setSleepMode()
10941096
* New mode ALWAYS_ON to let the node staying awake and executing each sensors' loop
10951097
* ESP8266WiFi.h has to be included in the main sketch if MY_GATEWAY_ESP8266 is defined
10961098
* Added receiveTime() wrapper in the main sketch

0 commit comments

Comments
 (0)