Skip to content

Commit

Permalink
fix: make SKU parameters readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 7, 2024
1 parent 9146b62 commit 72435b5
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,15 +229,17 @@
"minValue": 0,
"maxValue": 4294967295,
"defaultValue": 0,
"unsigned": true
"unsigned": true,
"readOnly": true
},
"dipswitch_sku_lastfour": {
"label": "SKU Number (Last 4 Bytes)",
"valueSize": 4,
"minValue": 0,
"maxValue": 4294967295,
"defaultValue": 0,
"unsigned": true
"unsigned": true,
"readOnly": true
},
"reset": {
"label": "Reset to Default",
Expand Down

0 comments on commit 72435b5

Please sign in to comment.