Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

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/
@rdohms rdohms force-pushed the feature/new-action-props branch from 76fd970 to ae318c7 Compare August 5, 2023 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants