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

Switching Profiles #40

Open
tfer6 opened this issue Oct 23, 2024 · 0 comments
Open

Switching Profiles #40

tfer6 opened this issue Oct 23, 2024 · 0 comments

Comments

@tfer6
Copy link

tfer6 commented Oct 23, 2024

So I've been trying to use this plugin to switch Profiles on my SD+. I've read through the guide and the SDK Docs. Based on that you can only switch to a profile that is included with the plugin.

So I modified the manifest.json and included a .streamDeckProfile in the install file. It installs correctly, or at least I think i does, because I can see the profile in the Stream Deck Software. The next step, I think, would be to send a "switchToProfile" event

Here is the JSON I'm sending

{
    "event": "switchToProfile",
    "context": "cbfc41937432ceb5bfa957d1e8013b46",
    "device": "A07E65F8C5384232BB92C705A40D68BF",
    "payload": {
        "profile": "Security"
    }
}

The context is of a WS Proxy button that is currently displayed and the device id matches the device. I've gotten the context and the device from a received "willAppear" event from. As you can probably guess, no profile switch is made when event is sent. Nothing is received from my websocket node.

I'm able to interact with the button otherwise; change it's title, change the icon, etc.Is there something I'm missing or is the switching profile event just not built into this plugin?

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

No branches or pull requests

1 participant