-
What would be the best way to use belay with multiple devices? The way it is set up at the moment, with the @device decorator being specific to a particular connected device, it doesn't seem like it lends itself very well to multiple devices. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The best way would be to use the class-based interface (which is very similar). See the multiple device example.. Each device can have it's own class if they are performing different operations. |
Beta Was this translation helpful? Give feedback.
-
Ah! Perfect. Thank you. |
Beta Was this translation helpful? Give feedback.
The best way would be to use the class-based interface (which is very similar). See the multiple device example.. Each device can have it's own class if they are performing different operations.