GeekyEggo / SharpDeck

A .NET wrapper for the official Elgato Stream Deck SDK.
MIT License
25 stars 9 forks source link

Improve support for settings to `StreamDeckAction` #2

Closed GeekyEggo closed 5 years ago

GeekyEggo commented 5 years ago

ActionPayload currently supports loading the settings, however this uses JObject; it is possible to convert the settings using the helper method T GetSettings<T>(), however it may be beneficial if there were settings and methods directly within the action.

Considerations