Added README.settings

Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
merspieler 2018-02-22 22:21:15 +01:00
parent c664642c3a
commit b99383d18d

28
README.settings Normal file
View file

@ -0,0 +1,28 @@
# 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>"
},
...
]```