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

OTA Cluster: change supportedProtocols back to list argument #8605

Closed
holbrookt opened this issue Jul 23, 2021 · 1 comment
Closed

OTA Cluster: change supportedProtocols back to list argument #8605

holbrookt opened this issue Jul 23, 2021 · 1 comment
Labels
spec Mismatch between spec and implementation

Comments

@holbrookt
Copy link
Contributor

Problem

Lists are not yet supported in ember/IM code, and commands with list arguments are unable to be parsed without error currently. QueryImage is one such command that uses a list argument for supportedProtocols.

In the meantime, we will make this argument a single value instead of a list of values. After #8313 is merged, we should change supportedProtocols back to a list argument.

Proposed Solution

After #8313 is merged, we should change supportedProtocols back to a list argument.

@carol-apple
Copy link
Contributor

Fixed by #11336

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
spec Mismatch between spec and implementation
Projects
None yet
Development

No branches or pull requests

2 participants