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

Fix multiple devices not working in SA342 #690

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Scripts/DCS-BIOS/doc/doc_assets/SA342.jsonp
Original file line number Diff line number Diff line change
Expand Up @@ -7829,7 +7829,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Brightness Decrease",
"description": "Tablet Brightness Decrease (no output)",
"identifier": "TABLET_BRIGHT_DEC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7859,7 +7859,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Brightness Increase",
"description": "Tablet Brightness Increase (no output)",
"identifier": "TABLET_BRIGHT_INC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7889,7 +7889,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Power",
"description": "Tablet Power (no output)",
"identifier": "TABLET_PW",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7918,7 +7918,7 @@ docdata["SA342"] =
"TABLET_SCREEN": {
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Screen",
"description": "Tablet Screen (no output)",
"identifier": "TABLET_SCREEN",
"inputs": [ {
"description": "switch to previous or next state",
Expand All @@ -7943,7 +7943,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Deploy/Stow Tablet",
"description": "Deploy/Stow Tablet (no output)",
"identifier": "TABLET_SHOW",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7973,7 +7973,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Zoom Decrease",
"description": "Tablet Zoom Decrease (no output)",
"identifier": "TABLET_ZOOM_DEC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -8003,7 +8003,7 @@ docdata["SA342"] =
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Zoom Increase",
"description": "Tablet Zoom Increase (no output)",
"identifier": "TABLET_ZOOM_INC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down
14 changes: 7 additions & 7 deletions Scripts/DCS-BIOS/doc/json/SA342.json
Original file line number Diff line number Diff line change
Expand Up @@ -7828,7 +7828,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Brightness Decrease",
"description": "Tablet Brightness Decrease (no output)",
"identifier": "TABLET_BRIGHT_DEC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7858,7 +7858,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Brightness Increase",
"description": "Tablet Brightness Increase (no output)",
"identifier": "TABLET_BRIGHT_INC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7888,7 +7888,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Power",
"description": "Tablet Power (no output)",
"identifier": "TABLET_PW",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7917,7 +7917,7 @@
"TABLET_SCREEN": {
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Screen",
"description": "Tablet Screen (no output)",
"identifier": "TABLET_SCREEN",
"inputs": [ {
"description": "switch to previous or next state",
Expand All @@ -7942,7 +7942,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Deploy/Stow Tablet",
"description": "Deploy/Stow Tablet (no output)",
"identifier": "TABLET_SHOW",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -7972,7 +7972,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Zoom Decrease",
"description": "Tablet Zoom Decrease (no output)",
"identifier": "TABLET_ZOOM_DEC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down Expand Up @@ -8002,7 +8002,7 @@
"api_variant": "momentary_last_position",
"category": "Tablet",
"control_type": "selector",
"description": "Tablet Zoom Increase",
"description": "Tablet Zoom Increase (no output)",
"identifier": "TABLET_ZOOM_INC",
"inputs": [ {
"description": "switch to previous or next state",
Expand Down
Loading
Loading