You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The information about supported models is available in the integration classes, but it is hard to find which exact miiocli command to use.
A couple of ideas to make this more discoverable:
Add output to miiocli info command responses
Add new miiocli factory subcommand to return information about the class & direct command to use
Add new miiocli device command that will initialize the correct integration, this is the most complex as it would involve constructing the available commands dynamically.
The fixing PR should also upgrade the README accordingly.
The text was updated successfully, but these errors were encountered:
The information about supported models is available in the integration classes, but it is hard to find which exact miiocli command to use.
A couple of ideas to make this more discoverable:
miiocli info
command responsesmiiocli factory
subcommand to return information about the class & direct command to usemiiocli device
command that will initialize the correct integration, this is the most complex as it would involve constructing the available commands dynamically.The fixing PR should also upgrade the README accordingly.
The text was updated successfully, but these errors were encountered: