We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey could you please add capabilities for multiple devices?
The text was updated successfully, but these errors were encountered:
I think we should use the different instance to manipulate multiple devices in common situation.
cli1, _ := googlehome.NewClientWithConfig(googlehome.Config{ Hostname: "192.168.0.1", Lang: "en", Accent: "GB", }) cli2, _ := googlehome.NewClientWithConfig(googlehome.Config{ Hostname: "192.168.0.2", Lang: "ja", })
But it's not difficult (except error handling) to add another struct which contains multiple clients, I'll consider it! 🌵
Sorry, something went wrong.
I actually recently discovered something that allows to broad cast to all Google's homes at the same time with out any difference
No branches or pull requests
Hey could you please add capabilities for multiple devices?
The text was updated successfully, but these errors were encountered: