diff --git a/Scripts/DCS-BIOS/doc/json/F-5E-3.json b/Scripts/DCS-BIOS/doc/json/F-5E-3.json index e1883e07c..0009c6861 100644 --- a/Scripts/DCS-BIOS/doc/json/F-5E-3.json +++ b/Scripts/DCS-BIOS/doc/json/F-5E-3.json @@ -4211,7 +4211,7 @@ "HSI": { "HSI_CRS_KNOB": { "category": "HSI", - "control_type": "discrete_dial", + "control_type": "variable_step_dial", "description": "HSI Course Set Knob", "identifier": "HSI_CRS_KNOB", "inputs": [ { @@ -4220,11 +4220,22 @@ "max_value": 65535, "suggested_step": 3200 } ], - "outputs": [ ] + "outputs": [ { + "address": 30414, + "address_identifier": "F_5E_3_HSI_CRS_KNOB_A", + "address_mask_identifier": "F_5E_3_HSI_CRS_KNOB_AM", + "address_mask_shift_identifier": "F_5E_3_HSI_CRS_KNOB", + "description": "rotation of the knob (not the value being manipulated!)", + "mask": 65535, + "max_value": 65535, + "shift_by": 0, + "suffix": "", + "type": "integer" + } ] }, "HSI_HDG_KNOB": { "category": "HSI", - "control_type": "discrete_dial", + "control_type": "variable_step_dial", "description": "HSI Heading Set Knob", "identifier": "HSI_HDG_KNOB", "inputs": [ { @@ -4233,7 +4244,18 @@ "max_value": 65535, "suggested_step": 3200 } ], - "outputs": [ ] + "outputs": [ { + "address": 30412, + "address_identifier": "F_5E_3_HSI_HDG_KNOB_A", + "address_mask_identifier": "F_5E_3_HSI_HDG_KNOB_AM", + "address_mask_shift_identifier": "F_5E_3_HSI_HDG_KNOB", + "description": "rotation of the knob (not the value being manipulated!)", + "mask": 65535, + "max_value": 65535, + "shift_by": 0, + "suffix": "", + "type": "integer" + } ] } }, "IFF": { diff --git a/Scripts/DCS-BIOS/doc/json/F-5E-3.jsonp b/Scripts/DCS-BIOS/doc/json/F-5E-3.jsonp index c47c88fe2..46d27e3e4 100644 --- a/Scripts/DCS-BIOS/doc/json/F-5E-3.jsonp +++ b/Scripts/DCS-BIOS/doc/json/F-5E-3.jsonp @@ -4212,7 +4212,7 @@ docdata["F-5E-3"] = "HSI": { "HSI_CRS_KNOB": { "category": "HSI", - "control_type": "discrete_dial", + "control_type": "variable_step_dial", "description": "HSI Course Set Knob", "identifier": "HSI_CRS_KNOB", "inputs": [ { @@ -4221,11 +4221,22 @@ docdata["F-5E-3"] = "max_value": 65535, "suggested_step": 3200 } ], - "outputs": [ ] + "outputs": [ { + "address": 30414, + "address_identifier": "F_5E_3_HSI_CRS_KNOB_A", + "address_mask_identifier": "F_5E_3_HSI_CRS_KNOB_AM", + "address_mask_shift_identifier": "F_5E_3_HSI_CRS_KNOB", + "description": "rotation of the knob (not the value being manipulated!)", + "mask": 65535, + "max_value": 65535, + "shift_by": 0, + "suffix": "", + "type": "integer" + } ] }, "HSI_HDG_KNOB": { "category": "HSI", - "control_type": "discrete_dial", + "control_type": "variable_step_dial", "description": "HSI Heading Set Knob", "identifier": "HSI_HDG_KNOB", "inputs": [ { @@ -4234,7 +4245,18 @@ docdata["F-5E-3"] = "max_value": 65535, "suggested_step": 3200 } ], - "outputs": [ ] + "outputs": [ { + "address": 30412, + "address_identifier": "F_5E_3_HSI_HDG_KNOB_A", + "address_mask_identifier": "F_5E_3_HSI_HDG_KNOB_AM", + "address_mask_shift_identifier": "F_5E_3_HSI_HDG_KNOB", + "description": "rotation of the knob (not the value being manipulated!)", + "mask": 65535, + "max_value": 65535, + "shift_by": 0, + "suffix": "", + "type": "integer" + } ] } }, "IFF": {