bezmi / jvc_projector

Python library to control JVC projectors
MIT License
16 stars 10 forks source link

Fix issue where is_on() is returning False for all projector states. #12

Closed cbevard1 closed 2 years ago

cbevard1 commented 2 years ago

With python 3.8 the homebridge-jvc-projector v1.2.4 homebridge plugin would always show my projector accessory as being powered off state. I patched the jvc_projector package on my homebridge deployment with these changes to get it working correctly.

bezmi commented 2 years ago

Apologies for the delay, thanks for the fix!