Skip to content

Holding last sensor value

Request presented by https://www.mymight.com/

Client wants to get current sensor values right away. Client wants to check situation now. Normally with scheduler in place and sleeping sensors (e.g. frc&sleep) clients must wait sleeping time before it gets current sensor value.

@mikuluf

Last sensor value can be cached e.g. in db or memory and can be retrieved via api req flag?