Skip to content

Instantly share code, notes, and snippets.

@jake-lewis
Created October 27, 2021 15:22
Show Gist options
  • Save jake-lewis/ea1775a936e73aa26109a8451a514fc1 to your computer and use it in GitHub Desktop.
Save jake-lewis/ea1775a936e73aa26109a8451a514fc1 to your computer and use it in GitHub Desktop.
Config example
"7": [
{
"color": "004000",
"trigger": {
"id": "FLP_LG_FULL_FLAPS_LT",
"value": 1,
"comparator": "EqualTo"
},
"priority": 2
},
{
"color": "ff8000",
"trigger": {
"id": "FLP_LG_HALF_FLAPS_LT",
"value": 1,
"comparator": "EqualTo"
},
"priority": 1
},
{
"color": "000000",
"trigger": {
"id": "FLP_LG_HALF_FLAPS_LT",
"value": 0,
"comparator": "EqualTo"
},
"priority": 0
}
],
@jake-lewis
Copy link
Author

Example config for how you might write hornet flaps, since there's no "flaps off" as far as I can tell, there's a conflict between full flaps and half flaps off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment