-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Awaiting Delivery in HeliosChanges not yet shipped in Helios, and acts as a tag to include in the Helios changelog.Changes not yet shipped in Helios, and acts as a tag to include in the Helios changelog.
Description
Describe the Helios Issue
ADI Pitch trim knob set as potentiometer. Needs to be a Rotary Encoder
- Adjusted Control as follows:
- {
"heliosType": "DCS.Common.RotaryEncoder",
"device": "Attitude Indicator",
"name": "Attitude Indicator Pitch Trim Knob",
"description": "Current value of this potentiometer.",
"exports": [
{
"format": "%.3f",
"id": "150"
}
],
"unit": "Numeric",
"argumentValue": 0.025,
"actions": {
"increment": {
"deviceId": "32",
"actionId": "3001"
},
"decrement": {
"deviceId": "32",
"actionId": "3001"
}
}
},
Please complete the following information:
- Helios Version All
- DCS Version All
The problem happened while using
(place an 'x' between the square brackets for all that apply)
- [ x] Profile Editor
- [ x] Control Center
- Keypress Receiver
- Something else (remember to tell us what it is)
Additional context
Add any other context about the problem here. (eg this problem started happening when I ....)
Metadata
Metadata
Assignees
Labels
Awaiting Delivery in HeliosChanges not yet shipped in Helios, and acts as a tag to include in the Helios changelog.Changes not yet shipped in Helios, and acts as a tag to include in the Helios changelog.