Skip to content

Commit

Permalink
fix: auto-remove unnecessary use of unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 26, 2023
1 parent 6b66c18 commit 828b730
Show file tree
Hide file tree
Showing 272 changed files with 746 additions and 1,970 deletions.
6 changes: 2 additions & 4 deletions packages/config/config/devices/0x0005/pe653.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@
"unit": "RPM",
"minValue": 400,
"maxValue": 3450,
"defaultValue": 750,
"unsigned": true
"defaultValue": 750
},
{
"#": "33",
Expand Down Expand Up @@ -307,8 +306,7 @@
"unit": "minutes",
"minValue": 0,
"maxValue": 30,
"defaultValue": 0,
"unsigned": true
"defaultValue": 0
},
{
"#": "4",
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x000c/hs-fls100.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"minValue": 0,
"maxValue": 255,
"defaultValue": 50,
"unsigned": true,
"options": [
{
"label": "Never turn on floodlight",
Expand Down
3 changes: 1 addition & 2 deletions packages/config/config/devices/0x000c/hs-fs100_flex.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 20,
"defaultValue": 0,
"unsigned": true
"defaultValue": 0
}
],
"metadata": {
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x000c/hs-ms100.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"minValue": 0,
"maxValue": 8,
"defaultValue": 8,
"unsigned": true,
"options": [
{
"label": "Disable",
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x000c/hs-wx300.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
"minValue": 0,
"maxValue": 1,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "3 wire mode (Neutral, Line & Load)",
Expand Down
31 changes: 10 additions & 21 deletions packages/config/config/devices/0x001a/rf9640.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 127,
"defaultValue": 10,
"unsigned": true
"defaultValue": 10
},
{
"#": "2",
Expand All @@ -32,8 +31,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 127,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "3",
Expand All @@ -42,8 +40,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 127,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "5",
Expand Down Expand Up @@ -79,8 +76,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 127,
"defaultValue": 3,
"unsigned": true
"defaultValue": 3
},
{
"#": "8",
Expand All @@ -95,7 +91,6 @@
"minValue": 0,
"maxValue": 0,
"defaultValue": 0,
"unsigned": true,
"options": [
{
"label": "Reset",
Expand All @@ -109,53 +104,47 @@
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "12",
"label": "Maximum Dim Level",
"valueSize": 1,
"minValue": 1,
"maxValue": 99,
"defaultValue": 99,
"unsigned": true
"defaultValue": 99
},
{
"#": "13",
"label": "LED Brightness: Blue (On)",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 3,
"unsigned": true
"defaultValue": 3
},
{
"#": "14",
"label": "LED Brightness: Blue (Off)",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 2,
"unsigned": true
"defaultValue": 2
},
{
"#": "15",
"label": "LED Brightness: Amber (On)",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 3,
"unsigned": true
"defaultValue": 3
},
{
"#": "16",
"label": "LED Brightness: Amber (Off)",
"valueSize": 1,
"minValue": 0,
"maxValue": 4,
"defaultValue": 0,
"unsigned": true
"defaultValue": 0
}
],
"metadata": {
Expand Down
12 changes: 4 additions & 8 deletions packages/config/config/devices/0x001a/rf96pirbms.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 99,
"unsigned": true
"defaultValue": 99
},
{
"#": "3",
Expand All @@ -31,8 +30,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 10,
"defaultValue": 6,
"unsigned": true
"defaultValue": 6
},
{
"#": "4",
Expand All @@ -51,8 +49,7 @@
"unit": "%",
"minValue": 0,
"maxValue": 20,
"defaultValue": 20,
"unsigned": true
"defaultValue": 20
},
{
"#": "6",
Expand All @@ -61,8 +58,7 @@
"unit": "seconds",
"minValue": 0,
"maxValue": 15,
"defaultValue": 15,
"unsigned": true
"defaultValue": 15
}
],
"metadata": {
Expand Down
9 changes: 3 additions & 6 deletions packages/config/config/devices/0x001a/rftr9605-t.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 10,
"defaultValue": 10,
"unsigned": true
"defaultValue": 10
},
{
"#": "2",
Expand All @@ -31,8 +30,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "3",
Expand All @@ -41,8 +39,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "5",
Expand Down
39 changes: 13 additions & 26 deletions packages/config/config/devices/0x002c/z-flexnet_dongl.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 1,
"defaultValue": 1,
"unsigned": true
"defaultValue": 1
},
{
"#": "2",
Expand Down Expand Up @@ -52,8 +51,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "4",
Expand All @@ -62,8 +60,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "5",
Expand All @@ -72,8 +69,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "6",
Expand All @@ -82,8 +78,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "7",
Expand All @@ -92,8 +87,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "8",
Expand All @@ -102,8 +96,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 100,
"defaultValue": 100,
"unsigned": true
"defaultValue": 100
},
{
"#": "9",
Expand All @@ -112,8 +105,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "10",
Expand All @@ -122,8 +114,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 29,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "11",
Expand All @@ -132,8 +123,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "12",
Expand All @@ -142,8 +132,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "13",
Expand All @@ -152,8 +141,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "14",
Expand All @@ -162,8 +150,7 @@
"valueSize": 1,
"minValue": 0,
"maxValue": 99,
"defaultValue": 29,
"unsigned": true
"defaultValue": 29
},
{
"#": "15",
Expand Down
Loading

0 comments on commit 828b730

Please sign in to comment.