We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/Q42/Q42.HueApi/blob/8ee5b33be17ffc0884042b24187c3050eff518af/src/Q42.HueApi/HueClient-Scenes.cs#L214
The text was updated successfully, but these errors were encountered:
The 'lightstate' portion of the URI after the second {1} should also be changed to 'state'. See 4.3 'Modify Scene' for details: https://developers.meethue.com/documentation/scenes-api#43_modify_scene
Example URI: {http://192.168.x.x/api/{user_key}/scenes/{scene_id}/lights/{light_id}/state}
Sorry, something went wrong.
Pull Request has been submitted: URI fix for ModifySceneAsync #142
Thanks.
Fixed with #PR142 and released on NuGet Q42.HueApi 3.6.3
No branches or pull requests
https://github.com/Q42/Q42.HueApi/blob/8ee5b33be17ffc0884042b24187c3050eff518af/src/Q42.HueApi/HueClient-Scenes.cs#L214
The text was updated successfully, but these errors were encountered: