Replies: 1 comment 1 reply
-
One approach could be to:
Advantages:
Mock-up of one way this could look like:
Using a staticmethod isn't necessary but it leaves the door open for "partial loading" ideas |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context
The current lightpath device API is somewhat unwieldily and difficult to maintain. There are possibly many methods/properties to keep track of.
Subscriptions also probably need to be looked at. Subscribing to
state
is possibly a bit overkill.This definitely warrants discussion before action
#106
Ideas / Approaches
Beta Was this translation helpful? Give feedback.
All reactions