softDeviceVariants

@SerialName(value = "softDeviceVariants")
val softDeviceVariants: List<SoftDeviceVariantEntry>(source)

Per-model SoftDevice variants. Kept as a separate array from devices on purpose: BootloaderOtaQuirk is an advisory warning that may safely fail open, while this map gates a destructive flash and must fail closed. One record carrying both postures would invite a future edit that relaxes the wrong one.