flight-gear-copilot/README.settings
merspieler b99383d18d Added README.settings
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
2018-02-22 22:21:15 +01:00

28 lines
862 B
Text

# settings.json
Before editing the `settings.json` file, make sure to stop mycroft.
```json
[
{
"name": "<profile-name>",
"acid":
[
"<Aircraft-id> Can be found in /sim/aircraft",
...
],
flaps:
[
{
"id": "<flaps-name> can be up|down|full|number",
"min-spd": "<minimum speed for save retraction>",
"max-spd": "<maximum speed for save extention>",
"value": "<value in the prop tree>"
},
...
]
"flaps-path": "<path to current flaps-position>"
"gear-retractable": "<true|false>"
},
...
]```