diff --git a/ui/src/views/device-profiles/DeviceProfileForm.tsx b/ui/src/views/device-profiles/DeviceProfileForm.tsx index f95fda8a..417c6efd 100644 --- a/ui/src/views/device-profiles/DeviceProfileForm.tsx +++ b/ui/src/views/device-profiles/DeviceProfileForm.tsx @@ -333,10 +333,12 @@ class DeviceProfileForm extends Component { supportsOtaa: dp.getSupportsOtaa(), supportsClassB: dp.getSupportsClassB(), supportsClassC: dp.getSupportsClassC(), + classCTimeout: dp.getClassCTimeout(), classBTimeout: dp.getClassBTimeout(), abpRx1Delay: dp.getAbpRx1Delay(), abpRx2Dr: dp.getAbpRx2Dr(), abpRx2Freq: dp.getAbpRx2Freq(), + abpRx1DrOffset: dp.getAbpRx1DrOffset(), tagsMap: [ ["firmware", dp.getFirmware()], ["vendor", dp.getVendor()],