Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Action Properties #51

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 8, 2023

  1. Add support for SD+

    With the release of SD+ you now have control over dials and touchscreen
    on top of the usual buttons. Support adds a few new events received and
    sent and new configuration objects like Encoder and Layout.
    rdohms committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bc0a5b7 View commit details
    Browse the repository at this point in the history
  2. Fix warnings.

    fnando authored and rdohms committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    3ad0120 View commit details
    Browse the repository at this point in the history
  3. Allow more control of Controllers property

    In case of new SD+ plugins, they may be allowed on either a KeyPad or a
    Dial (via Encoder). Adding this property `keyPad` allows us to disable
    the options of installing an Action to the KeyPad, forcing it to be
    Encoder (Dial) only.
    rdohms committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    4bfc985 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #2 from rdohms/sdplus-support

    Sdplus support
    rdohms authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    658f447 View commit details
    Browse the repository at this point in the history
  2. Add new Action properties

    Elgato docs reference DisableCaching, VisibleInActionsList,
    UserTitleEnabled which were previously not available in the plugin.
    
    Source: https://developer.elgato.com/documentation/stream-deck/sdk/manifest/
    rdohms committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    ae318c7 View commit details
    Browse the repository at this point in the history