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 individual outlets not working #21

Open
guyluz11 opened this issue Apr 12, 2023 · 0 comments
Open

Switching individual outlets not working #21

guyluz11 opened this issue Apr 12, 2023 · 0 comments

Comments

@guyluz11
Copy link
Contributor

I have a switche with multiple buttons and I want to turn them on/off individually.

Called the function setDevicePowerState(...) and specified a channel but no matter the channel I specify it always change just the first outlet.

I have tried channels 0 - 4 and getting the same result

setDevicePowerState(
            deviceId: 'MyDeviceId',
            state: 'on',
            channel: 2,
          );
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