michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

Relative rotary response only contains last event, no id etc. #306

Closed wouterdevinck closed 1 year ago

wouterdevinck commented 1 year ago

I am guessing this should Task<HueResponse<RelativeRotaryResource>> rather than Task<HueResponse<RelativeRotary>>:

https://github.com/michielpost/Q42.HueApi/blob/9ad76ed95dc1e4d5507a5befad80ae12c5cd8c50/src/HueApi/BaseHueApi.cs#L161-L162

michielpost commented 1 year ago

Thanks for the bug report. It's fixed in version 1.0.1, now on NuGet.

wouterdevinck commented 1 year ago

Awesome, thanks!