{{ message }}
-
Beta Was this translation helpful? Give feedback.
Answered by
buelowp
Apr 7, 2025
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
buelowp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I figured it out. I missed the device.disconnect() method somehow. Adding
to the end of the
for key in devices loopseems to have solved the problem. I will leave this here as an example for others if they encounter the same issue. This isn't included in the examples but after extensively going through the docs, it is possible to sort it out.