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() {
34
34
* Register below your sensors
35
35
*/
36
36
37
+
37
38
38
39
/*
39
40
* 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:
387
387
// manually turn the power off
388
388
void powerOff();
389
389
#endif
390
- // get the latest value from the sensor
390
+ // get the latest recorded value from the sensor
391
391
int getValueInt();
392
392
float getValueFloat();
393
393
char* getValueString();
@@ -1086,11 +1086,13 @@ v1.5:
1086
1086
* Added forecast output to all Bosch sensors
1087
1087
* Added I2C address auto-discovery for all Bosch sensors
1088
1088
* 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
1091
1093
* Added capability to retrieve the time from the controller
1092
1094
* 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()
1094
1096
* New mode ALWAYS_ON to let the node staying awake and executing each sensors' loop
1095
1097
* ESP8266WiFi.h has to be included in the main sketch if MY_GATEWAY_ESP8266 is defined
1096
1098
* Added receiveTime() wrapper in the main sketch
You can’t perform that action at this time.
0 commit comments