Many thanks for creating this plugin !
I just received my Stream Deck, and it's amazing for DCS.
Anyway, i noticed that ExportScript adds some performance hit, fluctuating my FPS between 55-60. Instead, without the script DCS runs stable at 60 fps.
Taking a look to the configuration (at DCS-ExportScript/Config.lua), i tried modifying this parameter which defines the poll frequency:
ExportScript.Config.ExportInterval = 0.25
With the above value, DCS runs much better, fixing the FPS fluctuations.
I guess the default value (0.05) may be required for other applications, but probably is a bit high for Stream Deck.
I hope that is useful for someone.