Hello, I hope that this is the right forum to ask in and it's not been answered elsewhere. I'm looking to export game state information from Star Citizen, like I can do with Elite Dangerous. I'm in the process of creating some DIY hardware to provide myself with a more sim pit like experience, so buttons, toggle switches, sliders and dials and what not. I've already had some success using a Arduino Micro as a joystick controller, I can raise and lower the landing gear, toggle VTOL mode and use a potentiometer as an axis to control mining laser power, all as if they were part of my joystick. But what I want to do is be able to show state information and to take it into account when activated. For example, the momentary button's I'm using are back lit, I would like the button for the landing gear to be illuminated when the gear is down, and not when the gear is up. Another is a toggle switch for lights, up for on, down for off. But if I toggle it up and turn the lights off, but the lights turn off becuase I've cycled the power state of the ship, or used the keyboard shortcut and the lights are now off, and toggle the switch down, instead of leaving them off, it will turn them on. But if the device knew the lights were already off, it could just do nothing. I'm not looking for an API where I can alter game states, just to read them so my custom hardware can display it to me correctly and help my immersion into the game world. Does anyone have an information as to how to do this, or if it's even possible? Many thanks and happy new year to you all.