You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io.github.zeroone3010.yahueapi.HueApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type io.github.zeroone3010.yahueapi.v2.domain.update.EffectType from String "prism": not one of the values accepted for Enum class: [candle, sparkle, no_effect, fire]
at [Source: (sun.net.www.protocol.http.HttpURLConnection$HttpInputStream); line: 1, column: 34983] (through reference chain: io.github.zeroone3010.yahueapi.v2.domain.ResourceRoot["data"]->java.util.ArrayList[57]->io.github.zeroone3010.yahueapi.v2.domain.LightResource["effects"]->io.github.zeroone3010.yahueapi.v2.domain.Effects["status_values"]->java.util.ArrayList[3])
at io.github.zeroone3010.yahueapi.v2.Hue.refresh(Hue.java:109)
I think, this is new possible value for Effects, is there a workaround or could you update api
thank in advance
best Regards
Brien
The text was updated successfully, but these errors were encountered:
Hello,
I've got the folowing error :
io.github.zeroone3010.yahueapi.HueApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type
io.github.zeroone3010.yahueapi.v2.domain.update.EffectType
from String "prism": not one of the values accepted for Enum class: [candle, sparkle, no_effect, fire]at [Source: (sun.net.www.protocol.http.HttpURLConnection$HttpInputStream); line: 1, column: 34983] (through reference chain: io.github.zeroone3010.yahueapi.v2.domain.ResourceRoot["data"]->java.util.ArrayList[57]->io.github.zeroone3010.yahueapi.v2.domain.LightResource["effects"]->io.github.zeroone3010.yahueapi.v2.domain.Effects["status_values"]->java.util.ArrayList[3])
at io.github.zeroone3010.yahueapi.v2.Hue.refresh(Hue.java:109)
I think, this is new possible value for Effects, is there a workaround or could you update api
thank in advance
best Regards
Brien
The text was updated successfully, but these errors were encountered: