Method
lastRead
lastRead is in MilliSeconds since start sketch
Source from the content-addressed store, hash-verified
| 70 | |
| 71 | // lastRead is in MilliSeconds since start sketch |
| 72 | uint32_t lastRead() { return _lastRead; }; |
| 73 | |
| 74 | // preferred interface |
| 75 | int getHumidity(); |