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 91d299c commit 9bfa3c2Copy full SHA for 9bfa3c2
src/services/chirpstack/device-profile.service.ts
@@ -119,6 +119,7 @@ export class DeviceProfileService extends GenericChirpstackConfigurationService
119
x.internalOrganizationId = +dp.deviceProfile.internalOrganizationId;
120
x.createdBy = +dp.deviceProfile.createdBy;
121
x.updatedBy = +dp.deviceProfile.updatedBy;
122
+ x.adrAlgorithmID = x.adrAlgorithmID ? x.adrAlgorithmID : "default";
123
})
124
);
125
0 commit comments