We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For FPP, an enumeration looks like this:
enum Decision { YES, NO, MAYBE }
Telemetry already has a notion of color codes for scalars:
@ Telemetry channel 1 telemetry Channel1: U32 \ low { red 0, orange 1, yellow 2 }
There are cases where it would be very useful to color-highlight enumeration values in telemetry in the ground system.
For example:
enum AlarmLevel {NOMINAL, WARNING, CRITICAL}
An update to the telemetry channel definition to accommodate this could look like:
@ Alarm telemetry telemetry HeaterAlarm: AlarmLevel \ color { orange WARNING, red CRITICAL }
enumeration values not specified would have the default color.
There is currently no support in the XML for this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For FPP, an enumeration looks like this:
Telemetry already has a notion of color codes for scalars:
There are cases where it would be very useful to color-highlight enumeration values in telemetry in the ground system.
For example:
An update to the telemetry channel definition to accommodate this could look like:
enumeration values not specified would have the default color.
There is currently no support in the XML for this.
The text was updated successfully, but these errors were encountered: