You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
This problem can occur when the command is added with add_command() method and when the device boolean parameter passed to add_command() is set to true, which means the command is added only for this device.
The problem does not occur if the device parameter is set to false (command added to the class commands list).
When the device parameter is set to false, it seems the polling on the dynamic commands is not automatically started if the polling period was defined from POGO. This is not the expected behaviour.