Device status always idle via Python SDK

When using the Python SDK, the status of a device always comes through as “Idle”, even when status is “Updating” in the UI. Is this an issue with multi-container applications or is there something else that I need to do to make this work?

@WillFG with multicontainer, the actual update status will be shown per-service rather than for the whole device. You can use balena.models.device.get_with_service_details instead, to get all of the image_installs that show the download/running status of each individual image.