Wait at start
Try to wait at start for the expected sub devices.
- Use
INIT
while the device is initializing (instead ofUNKNOWN
) - Retry with a sleep of 5 secondes
- Cache the dev_state in order to make sure the initialization phase is done
Try to wait at start for the expected sub devices.
INIT
while the device is initializing (instead of UNKNOWN
)