kushagharahi / homebridge-dahua-alerts

Routes motion alerts for Dahua and Lorex camera streams to homebridge-camera-ffmpeg
27 stars 13 forks source link

If no eventTypes are specified, use VideoMotion as the default #56

Open kushagharahi opened 6 months ago

kushagharahi commented 6 months ago

Currently per #54 if the user does not add eventTypes to their config, the plugin will attempt to connect without any events in the url. This causes a 400 bad request. By default, we should specified VideoMotion if no eventType is configured. This was missed in #53