Fabrice
Fabrice
I replaced my home dashboard with homepage today and build this widget for myself. It currently displays the status of the main bridge instance, available plugin updates, and the status...
I did some more research and found [BoschSensortec/BMA423-Sensor-API](https://github.com/BoschSensortec/BMA423-Sensor-API) which contains a much newer implementation. After adopting the BMA Class to this version (and fixing the timing functions, the `_dev.delay` pointer...
I don't see a reason not to return a bool from `update`. But if the timeout was hit we should ensure that `update()` will do a `forceUpdate()` the next time...
That is a good summary. Looks good. That should be useful to determine if the update succeed. We need to ensure that if `forceUpdate()` fails that `update` will call it...
It looks like this isn't working correctly now, otherwise this issue should not be present in 2.0.0. But it would be great to find why this isn't currently working.
I don't think adding time formatting to this library is a good idea. In my opinion any further time formatting should be done externally. The `getFormattedTime()` function is just to...
Yeah this should be possible. I won't have time to work on that though.
Something similar to what you are requesting can be implemented by the user like this: https://codesandbox.io/s/w0l01oopl5 See the fetchStreamFactory function there.
Sorry I have no idea what is happening there. Maybe there is some sandboxing involved?
I don't have much time to maintain this tools. Will add a warning to the readme.