-
Notifications
You must be signed in to change notification settings - Fork 2k
iot: add mqtt gateway samples to GA #1169
New issue
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
Conversation
gguuss
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, a few nits on examples variables in comments that you can ignore and address later or get in this PR.
| description: 'Public key format for devices.', | ||
| requiresArg: true, | ||
| choices: ['RS256_PEM', 'RS256_X509_PEM', 'ES256_PEM', 'ES256_X509_PEM'], | ||
| choices: ['RSA_PEM', 'RSA_X509_PEM', 'ES256_PEM', 'ES256_X509_PEM'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. We should probably add these options to the other samples.
cloudiot_mqtt_example_nodejs.jssample to support different commands