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

Conversation

rdohms
Copy link

@rdohms rdohms commented Apr 21, 2023

PR Checklist

PR Structure

  • This PR has reasonably narrow scope (if not, break it down into smaller
    PRs).
  • This PR avoids mixing refactoring changes with feature changes (split into
    two PRs otherwise).
  • This PR's title starts is concise and descriptive.

Thoroughness

  • This PR adds tests for the most critical parts of the new functionality or
    fixes.
  • I've updated any docs, .md files, etc… affected by this change.

What

Adds support for DisableCaching, VisibleInActionsList, UserTitleEnabled in Action

Why

Elgado docs mentions a few new Action Manifest properties not supported by the Action object now.

Known limitations

I will wait for the SD+ PR to be merged and rebase this one to eliminate the extra commits.

rdohms and others added 3 commits April 8, 2023 13:38
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.
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 rdohms changed the title Feature/new action props Add new Action Properties Apr 22, 2023
rdohms and others added 2 commits August 5, 2023 16:10
Elgato docs reference DisableCaching, VisibleInActionsList,
UserTitleEnabled which were previously not available in the plugin.

Source: https://developer.elgato.com/documentation/stream-deck/sdk/manifest/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants