You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still problem after update, just different error /usr/lib/node_modules/homebridge-broadlink-rm/accessories/switch.js:16 if (config.pingIPAddress) self.checkStateWithPing() ^ TypeError: self.checkStateWithPing is not a function
I tried to use pingIPAddress, this is my config:
{ "name": "Fernseher", "type": "switch", "pingIPAddress": "192.168.0.27", "data":{ "on":"2600...", "off":"2600..." }
But homebridge stopped and says:
if (config.pingIPAddress) checkStateWithPing() ^ ReferenceError: checkStateWithPing is not defined
The text was updated successfully, but these errors were encountered: