Samfox2 / homebridge-domotiga

Supports domotiga devices on HomeBridge Platform
Apache License 2.0
6 stars 3 forks source link

Typo in MotionSensor initializing (setService) #20

Closed nordblick2 closed 7 years ago

nordblick2 commented 7 years ago

Line 760: primaryservice = accessory.getService(Service.MotionkSensor); should be primaryservice = accessory.getService(Service.MotionSensor);

Samfox2 commented 7 years ago

Fixed, thanks...