Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: extend auto-unsigned rule to exclusive predefined options #6338

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions packages/config/config/devices/0x000c/hs-fls100-g2.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"label": "Load Control Mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -55,7 +54,6 @@
"description": "Select which sensors control the load when parameter 5 is set to 1",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -82,7 +80,6 @@
"label": "PIR Sensitivity",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
7 changes: 0 additions & 7 deletions packages/config/config/devices/0x0014/wd500z.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"label": "Ignore Start Level",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -54,7 +53,6 @@
"description": "When enabled, the LED indicator will turn on when the light is turned off",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -72,7 +70,6 @@
"label": "Invert Switch",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -90,7 +87,6 @@
"label": "Shade Control Group 2",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -108,7 +104,6 @@
"label": "Shade Control Group 3",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -126,7 +121,6 @@
"label": "LED Indicator",
"valueSize": 1,
"defaultValue": 2,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -148,7 +142,6 @@
"label": "Load Sense",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/config/config/devices/0x001a/rf9501.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -91,7 +90,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -110,7 +108,6 @@
"description": "Keep associated accessory switches in sync",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/config/config/devices/0x001a/rf9536-n.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -98,7 +97,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -128,7 +126,6 @@
"description": "Turn on or off rapid start feature",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/config/config/devices/0x001a/rf9537.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -98,7 +97,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -128,7 +126,6 @@
"description": "Turn on or off rapid start feature",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
4 changes: 0 additions & 4 deletions packages/config/config/devices/0x001a/rf9540-n_0.0_1.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -106,7 +105,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -136,7 +134,6 @@
"description": "Turn on or off rapid start feature",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -155,7 +152,6 @@
"description": "Keep associated accessory switches in sync",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
4 changes: 0 additions & 4 deletions packages/config/config/devices/0x001a/rf9540-n_1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -102,7 +101,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -132,7 +130,6 @@
"description": "Turn on or off rapid start feature",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -151,7 +148,6 @@
"description": "Keep associated accessory switches in sync",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
2 changes: 0 additions & 2 deletions packages/config/config/devices/0x001a/rf9542.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
"description": "Power Up State of the switch",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -98,7 +97,6 @@
"description": "Enables this switch to participate in panic mode",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x001a/rf9640.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"label": "Power Up State",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x001a/rf96apm.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"description": "1: remember (0: do not remember)",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
4 changes: 0 additions & 4 deletions packages/config/config/devices/0x001a/rftr9605-t.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"description": "1 = off 2 = on 3 = last state",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -69,7 +68,6 @@
"label": "Panic Mode",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -88,7 +86,6 @@
"description": "Light intensity of indicator led",
"valueSize": 1,
"defaultValue": 3,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -107,7 +104,6 @@
"description": "Light intensity of indicator led",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
1 change: 0 additions & 1 deletion packages/config/config/devices/0x002c/z-flexnet_dongl.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"valueSize": 2,
"unit": "hours",
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
3 changes: 0 additions & 3 deletions packages/config/config/devices/0x0039/39336_39443_zw3104.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"description": "LED status when device on or off.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -60,7 +59,6 @@
"description": "Number of steps or levels",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -136,7 +134,6 @@
"label": "Enable/disable switch mode",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"label": "LED Indicator",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
2 changes: 0 additions & 2 deletions packages/config/config/devices/0x0039/39339_39346_zw3107.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"description": "LED status when device on or off.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -60,7 +59,6 @@
"description": "Dim up/down the light to the specified level quickly or slowly.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"description": "LED status when device on or off.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
2 changes: 0 additions & 2 deletions packages/config/config/devices/0x0039/39348_39455_zw4005.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"label": "LED Indicator",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down Expand Up @@ -76,7 +75,6 @@
"label": "Alternate Exclusion",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
2 changes: 0 additions & 2 deletions packages/config/config/devices/0x0039/39348_39455_zw4008.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"description": "LED status when device on or off.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -64,7 +63,6 @@
"description": "Change the default exclusion behavior",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"description": "Invert LED light",
"valueSize": 1,
"defaultValue": 1,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
2 changes: 0 additions & 2 deletions packages/config/config/devices/0x0039/39351_39458_zw3005.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"description": "LED status when device on or off.",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand All @@ -60,7 +59,6 @@
"description": "If the switch is accidentally installed upside down with “On” at the bottom and “Off” at the top, the default On/Off rocker settings can be reversed by changing parameter 4’s value to “1”",
"valueSize": 1,
"defaultValue": 0,
"unsigned": true,
"allowManualEntry": false,
"options": [
{
Expand Down
Loading