KhaosT / homebridge-camera-isight

iSight camera plugin for homebridge
51 stars 14 forks source link

Default Accessory name always used instead of config option #22

Open StewartSnow opened 6 years ago

StewartSnow commented 6 years ago

Hi, The code here - https://github.com/KhaosT/homebridge-camera-isight/blob/master/index.js#L37 always uses the default name of "iSight Camera" which causes issues if you want to name it, or have more than one within your home kit setup.

This PR - https://github.com/KhaosT/homebridge-camera-isight/pull/21 fixes it.

Cheers