Skip to content

Conversation

@KUHLwasStolen
Copy link
Contributor

As pointed out in #758 the connect command fails when used with --name
This happens because the client.device() method is used to determine the ID of the device and this method always returns [ ].

This pull request exchanges this method for available_devices(), which restores the expected behavior.

I also did this for ... get key devices which used the same method and therefore returned only [ ].

closes #758

@aome510 aome510 merged commit fe46c9f into aome510:master Aug 31, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI "connect" command unable to use name parameter

2 participants