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

Cleanup/refactor state manager functions #64

Closed mosmuell closed 1 year ago

mosmuell commented 1 year ago

Adds methods changing the service state to the StateManager. Those methods will be used when loading the state from a json file or when an update is received from the frontend.

It also deprecates another method of DataService that was used before to do this.

TODOs