Merge pull request #6128 from ArtemDzhereleiko/bug-fix/ota-autocomplete/default-type-value
[3.3.4] UI: Added default OtaUpdateType
This commit is contained in:
commit
0266a9703c
@ -49,7 +49,7 @@ export class OtaPackageAutocompleteComponent implements ControlValueAccessor, On
|
||||
|
||||
modelValue: string | EntityId | null;
|
||||
|
||||
private otaUpdateType: OtaUpdateType;
|
||||
private otaUpdateType: OtaUpdateType = OtaUpdateType.FIRMWARE;
|
||||
|
||||
get type(): OtaUpdateType {
|
||||
return this.otaUpdateType;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user