tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
2 stars 1 forks source link

fix: only load state properties can be updated #68

Closed mosmuell closed 1 year ago

mosmuell commented 1 year ago

Only the properties decorated with @load_state could be changes through the frontend. This PR moves the check of the decorator into the load_state method of the StateManager and fixes the bug.