Skip to content

Release v2.0-rc6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 17:08
b9530e0

This release contains classes to simplify multi-action plugins:

  • ESDAction: subclasses represent a single kind of action/button, instances represent a specific button on a streamdeck
  • ESDActionWithExternalState: convenience subclass for actions whose state can be effected by things other than the streamdeck, e.g. other applications or hardware events
  • ESDPlugin: an ESDBasePlugin subclass for ESDAction-based plugins.