Improve LifeSpan event
mrbungle64 opened this issue · 3 comments
See here
I replaced LifeSpanStats
with LifeSpan
event.
Please use GetLifeSpan
(without any further argument) to retrieve structured event.
It is possible to get all components stats from a single request.
The "problem" is that you have to request each type separately, but in the case of MQTT/JSON type models, the library outputs all values that are already available.
This is not correct. You can put multiple components in the list. See here
It is possible to get all components stats from a single request.
The "problem" is that you have to request each type separately, but in the case of MQTT/JSON type models, the library outputs all values that are already available.
This is not correct. You can put multiple components in the list. See here
@edenhaus
Thanks for the information 👍🏻