Closed tmrobert8 closed 6 years ago
In the debug section on the readme.md - you have:
neeoapi .startServer({ brain: BRAIN_IP, name: 'debug-server', devices: [ driver, ] })
You need to add a port number (which is required by startServer)
This was fixed in https://github.com/NEEOInc/neeo-sdk/pull/145 and will be part of the next release. Thanks!
In the debug section on the readme.md - you have:
You need to add a port number (which is required by startServer)