Is your feature request related to a problem? Please describe.
If a device property is set outside of the gui, the gui doesn't update
Describe the solution you'd like
In base_device_class, wrap the setters of properties to emit signal so ui can update with correct value. Maybe signal like deviceChanged and it emits with the property name and value
Acceptance Criteria
Is your feature request related to a problem? Please describe.
If a device property is set outside of the gui, the gui doesn't update
Describe the solution you'd like
In base_device_class, wrap the setters of properties to emit signal so ui can update with correct value. Maybe signal like deviceChanged and it emits with the property name and value
Acceptance Criteria