DeckController

The DeckController is a high-level object that allows you to control Stream Decks. It builds on top of the Stream Deck class of the python-elgato-streamdeck library.
It manages the backgrounds, videos, labels and gives plugins and StreamController itself a nice interface.

Under normal conditions you should not need to use this object directly because all important methods are make available through the ActionBase. However, if you want to write an action with more deeply integration like for example changing the background, you will need to call methods on DeckController directly.