Created
October 27, 2021 15:22
-
-
Save jake-lewis/ea1775a936e73aa26109a8451a514fc1 to your computer and use it in GitHub Desktop.
Config example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 | |
} | |
], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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