Samfox2 / homebridge-videodoorbell

Video-Doorbell plugin based on homebridge-camera-ffmpeg for Homebridge.
Apache License 2.0
95 stars 17 forks source link

homebridge-config-ui-x creates typo in field "videoFilter" #77

Closed aebgit closed 3 years ago

aebgit commented 3 years ago

When configuring a videoFilter via homebridge-config-ui-x, the corresponding entry in config.json is invalid. Instead of videoFilter, the key videofilter (with lowercase F) is created. As this key is case-sensitive, a videoFilter configured via homebridge-config-ui-x does not work.

BR Andreas