I found out there's new interface for Units for python plugin development.
Does anyone knows if it's possible to change Units option, and how?
As new documentation states Options member is read only:
Code: Select all
Options Read Current Device options dictionary
But as there is 'Update' method I understand that it's possible to change TypeName of the device thus I feel like we should be able to change options value.
Please note that I do not want to delate Unit and create it from the scratch, rather updating existing unit to keep the history of changes.
I would really appreciate any help here.
BR