NEEOInc / neeo-sdk

NEEO Brain SDK
https://neeoinc.github.io/neeo-sdk/
MIT License
49 stars 17 forks source link

Error in readme.md #129

Closed tmrobert8 closed 6 years ago

tmrobert8 commented 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)

MichaelKohler commented 6 years ago

This was fixed in https://github.com/NEEOInc/neeo-sdk/pull/145 and will be part of the next release. Thanks!