Skip to content
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

Merged
merged 25 commits into from
Jun 2, 2023

Conversation

fcv-iteratorIt
Copy link
Contributor

@fcv-iteratorIt fcv-iteratorIt commented May 11, 2023

Also includes a csv export of all devices in an application

src/app/applications/bulk-import/bulkMapping.ts Outdated Show resolved Hide resolved
return newDevice;
}

private base64Decode(input: string) {
Copy link
Contributor

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?

src/assets/i18n/da.json Outdated Show resolved Hide resolved
src/assets/i18n/da.json Outdated Show resolved Hide resolved
src/assets/i18n/da.json Outdated Show resolved Hide resolved
src/app/shared/services/download.service.ts Show resolved Hide resolved
src/app/shared/services/rest.service.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@augusthjerrild augusthjerrild left a 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,
Copy link
Contributor

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?

@fcv-iteratorIt fcv-iteratorIt merged commit 9424f1e into stage Jun 2, 2023
2 of 3 checks passed
@fcv-iteratorIt fcv-iteratorIt deleted the feature/mqtt-broker-support branch June 2, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants