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
Is this possible to do in code, and if so are there plans to add this feature?
I am trying to avoid having to manually register every IOT device with azure.
The text was updated successfully, but these errors were encountered:
Hi @jonathanface , sorry for the late response.
Sure https://godoc.org/github.com/goautomotive/iothub/iotservice#Client.CreateDevice, unortunately the lib is not well documented because it's relatively new.
Have a look how iothub-service uses it: https://github.com/goautomotive/iothub/blob/8d09ac322ab93e37ed7f9b92baf62ac3e1335e3a/cmd/iothub-service/main.go#L268
iothub-service
Closing this for now, if you're having any problems feel free to create a new issue.
Sorry, something went wrong.
No branches or pull requests
Is this possible to do in code, and if so are there plans to add this feature?
I am trying to avoid having to manually register every IOT device with azure.
The text was updated successfully, but these errors were encountered: