From 8a695d341ca5ecfb3791b984271961fa8c6637bd Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Fri, 10 Jun 2022 12:22:07 +0100 Subject: [PATCH] Add missing classCTimeout and abpRx1DrOffset on template select. Closes #27. --- ui/src/views/device-profiles/DeviceProfileForm.tsx | 2 ++ 1 file changed, 2 insertions(+) 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()],