-
Notifications
You must be signed in to change notification settings - Fork 6
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
Roadmap features: Mqtt broker/subscriber support #137
Conversation
return newDevice; | ||
} | ||
|
||
private base64Decode(input: string) { |
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.
This sounds like something that could be used by other components in the future. We could consider making it public?
...devices/iot-device-detail/iot-device-detail-generic/iot-device-detail-generic.component.html
Outdated
Show resolved
Hide resolved
...devices/iot-device-detail/iot-device-detail-generic/iot-device-detail-generic.component.html
Outdated
Show resolved
Hide resolved
...t-device-detail/iot-device-details-mqtt-broker/iot-device-details-mqtt-broker.component.html
Outdated
Show resolved
Hide resolved
… it's checked in can only be unchecked by chosen another iotDevice.
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.
Only one comment, but looks good!
@@ -110,7 +109,7 @@ export class BulkMapping { | |||
receivedMessagesMetadata: undefined, | |||
metadata: undefined, | |||
apiKey: undefined, | |||
id: data.id ? data.id : undefined, |
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.
Is there a reason that we don't want the id to be set in base scenario?
Also includes a csv export of all devices in an application