29 lines
862 B
Text
29 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>"
|
||
|
},
|
||
|
...
|
||
|
]```
|