Note how a videoZoom signal update is emitted on the update signal, but does not appear in availableKeys This breaks the python API client's cache and the idea that we can reasonably cache these values.
Solutions:
Add videoZoom to availableKeys
Notify when videoZoom changes on a different signal
Reproduction:
Note how a videoZoom signal update is emitted on the update signal, but does not appear in
availableKeys
This breaks the python API client's cache and the idea that we can reasonably cache these values.Solutions: