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
This plugin generated a warning from the characteristic 'Contact Sensor State': characteristic value expected valid finite number and received "undefined" (undefined)
Volvo XC60 2019
Location: NA
Thank you
The text was updated successfully, but these errors were encountered:
drakkhen
added a commit
to drakkhen/homebridge-volvo
that referenced
this issue
Sep 10, 2021
After a bit of tinkering, I figured out the cause of Issues trympet#18, trympet#22, and trympet#23. The OR (||)
conditional for multiple case values was not working as intended -- they only matched the first
value in each case instead of any of the values separated by ||.
Converting those to use the fall-through feature of the switch statement resolved the problems.
Hello,
I have the same problem with this warning.
This plugin generated a warning from the characteristic 'Contact Sensor State': characteristic value expected valid finite number and received "undefined" (undefined)
Volvo XC60 2019
Location: NA
Thank you
The text was updated successfully, but these errors were encountered: