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

Support for Light accessory _v2 #13

Closed
lodev09 opened this issue May 27, 2021 · 0 comments
Closed

Support for Light accessory _v2 #13

lodev09 opened this issue May 27, 2021 · 0 comments

Comments

@lodev09
Copy link

lodev09 commented May 27, 2021

Please provide support for the following status codes:

[
  {
    "code": "bright_value_v2",
    "value": 1000
  },
  {
    "code": "temp_value_v2",
    "value": 1000
  },
  {
    "code": "colour_data_v2",
    "value": "{\"h\":24,\"s\":1000,\"v\":1000}"
  }
]

The new update works (aside from the issue in #12) but the light accessory I'm using returns the above unsupported codes so the homekit status only shows on/off switch.

Thanks!

@Hanh94 Hanh94 mentioned this issue May 29, 2021
@Hanh94 Hanh94 closed this as completed May 29, 2021
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

2 participants