We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfa3c2 commit cfb13dcCopy full SHA for cfb13dc
src/services/chirpstack/device-profile.service.ts
@@ -136,6 +136,7 @@ export class DeviceProfileService extends GenericChirpstackConfigurationService
136
];
137
result.deviceProfile.createdBy = +result.deviceProfile.tags[this.CREATED_BY_KEY];
138
result.deviceProfile.updatedBy = +result.deviceProfile.tags[this.UPDATED_BY_KEY];
139
+ result.deviceProfile.adrAlgorithmID = result.deviceProfile.adrAlgorithmID ? result.deviceProfile.adrAlgorithmID : "default";
140
141
result.deviceProfile.tags[this.ORG_ID_KEY] = undefined;
142
result.deviceProfile.tags[this.CREATED_BY_KEY] = undefined;
0 commit comments