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
We have detected a probably not desired behavior when sending commands using UL2.0
In order to send several commands to a device and put them in a queue, it is a good idea to send a single update query with all the commands to be queued:
We have detected a probably not desired behavior when sending commands using UL2.0
In order to send several commands to a device and put them in a queue, it is a good idea to send a single update query with all the commands to be queued:
The result of this execution, is that the device receives the following:
ID_DEVICE@get_status|path:test|ID_DEVICE@get_param|path:test
But it would be desirable that the device receives:
ID_DEVICE@get_status|path:test
ID_DEVICE@get_param|path:test
Or is this an expected behavior done by any reason?
Thanks in advance
The text was updated successfully, but these errors were encountered: