jfarmer08 / homebridge-wyze-smart-home

Wyze Smart Home plugin for Homebridge.
MIT License
103 stars 17 forks source link

WyzeAccessory.js - improve device compatibility #96

Closed traviswparker closed 1 year ago

traviswparker commented 1 year ago

Improving compatibility with Wyze devices by removing some productModel checks. Plug may have new productModel strings but they are compatible with WLPP1 so check removed. OutdoorPlug case is duplicated, one with model check and one without, so deleted case with check. Removed model check from Camera case to enable Pan and Pro models, Outdoor v1/v2, etc... Accessory toggles privacy mode vs. power on some cameras (Pan v3 for example) but should be functional.

jfarmer08 commented 1 year ago

Since all camers dont act the same, its better not to remove this function. It might be improved.