sean9keenan / homebridge-bigAssFans

A Homebridge plugin for Big Ass Fans
MIT License
28 stars 15 forks source link

Array Handling Error #17

Open davidvanvo opened 7 years ago

davidvanvo commented 7 years ago

Got the following error:

/usr/local/lib/node_modules/homebridge-bigAssFans/node_modules/BigAssFansAPI/BigAssApi.js:51
        var deviceType = msg[4].split(",",1); // Grab first part of string before ","
                               ^

TypeError: Cannot read property 'split' of undefined
    at FanMaster.<anonymous> (/usr/local/lib/node_modules/homebridge-bigAssFans/node_modules/BigAssFansAPI/BigAssApi.js:51:32)
    at FanMaster.<anonymous> (/usr/local/lib/node_modules/homebridge-bigAssFans/node_modules/BigAssFansAPI/BigAssApi.js:75:13)
    at emitTwo (events.js:106:13)
    at Socket.emit (events.js:192:7)
    at UDP.onMessage [as onmessage] (dgram.js:547:8)

...this error kills homebridge entirely.