Hi Lukas,
My proposal in this MR is to add functionality which will let us to update dynamically device properties.
With updateDynamicProperties
we can trigger device updates from vDC class without need to dynamic casting or creating some bindings.
In a particular case, I need to trigger update of dynamic actions for all devices when device is already added and initialized. I will have to repeat this step periodically or on every p44::Vdc::scanForDevices
If there is any other, already existing solution we can use, please reject it. Actually I though for a while about p44::Device::initializeDevice
, but it is rather intended to be used once during device setup.
Thanks in advance!