File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ void before() {
3434 * Register below your sensors
3535 */
3636
37+
3738
3839 /*
3940 * Register above your sensors
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments