diff --git a/README.settings b/README.settings new file mode 100644 index 0000000..69dba76 --- /dev/null +++ b/README.settings @@ -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>" + }, + ... +]```