Added README.settings
Signed-off-by: merspieler <merspieler@users.noreply.github.com>
This commit is contained in:
parent
c664642c3a
commit
b99383d18d
1 changed files with 28 additions and 0 deletions
28
README.settings
Normal file
28
README.settings
Normal 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>"
|
||||
},
|
||||
...
|
||||
]```
|
Loading…
Add table
Reference in a new issue