You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to have more control of the lighting inside the simulator, it would be nice to get more information out of Thorium in the Simulator#Lighting API endpoint instead of just the current color that already was translated by Thorium based on something else that happened (for example an Alert level change).
Use Cases
Status of the flight (started, ended, paused, running) so when the flight is done we do not switch off all lights, see Lighting Blackout #2570
What is the current alert level
Solution
Extend the GraphQL API on Simulator#Lighting
Alternatives
Mapping the corresponding alert level colors to scenes in luminave, but that is very confusing in the future and might also break if a browser would send something else for a certain color.
Additional context
In NERDDISCO/luminave-thorium#9 I created an issue for the alternative "alert levels", but I would love to actually use the enhanced data from Thorium to make this as flexible as possible.
Also when this gets implemented, it will be a lot easier to support the use case "Alerts" in NERDDISCO/luminave#110
The text was updated successfully, but these errors were encountered:
In order to have more control of the lighting inside the simulator, it would be nice to get more information out of Thorium in the
Simulator#Lighting
API endpoint instead of just the current color that already was translated by Thorium based on something else that happened (for example an Alert level change).Use Cases
Solution
Extend the GraphQL API on
Simulator#Lighting
Alternatives
Mapping the corresponding alert level colors to scenes in luminave, but that is very confusing in the future and might also break if a browser would send something else for a certain color.
Additional context
In NERDDISCO/luminave-thorium#9 I created an issue for the alternative "alert levels", but I would love to actually use the enhanced data from Thorium to make this as flexible as possible.
Also when this gets implemented, it will be a lot easier to support the use case "Alerts" in NERDDISCO/luminave#110
The text was updated successfully, but these errors were encountered: