krontech / pychronos

Python bindings for the Chronos High Speed Camera
GNU General Public License v3.0
3 stars 2 forks source link

API emits updates update signal for unknown value 'videoZoom'. #52

Closed DDR0 closed 5 years ago

DDR0 commented 5 years ago

Reproduction:

api.video.call('set', {'videoZoom': 1})

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: