-
Autor
When I'm triggering an update via RPC-API (`rpc/Shelly.Update`) I'd like to know, when the update is done. The same accounts for indirectly triggered updates (e.g. auto-updates).
"Unfortunately" the shelly is still available once the update is being triggered, so just waiting for it being back online does not work.
However, I also did not find any flag so far, indicating, that an update is in progress.
How to determine, if an update is in progress? Comparing version numbers is not just clumsy but also not an option, given, the auto-update functionality might have triggered the update.