-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
For whatever reason, this isn't working for me in Windows. There's no issue or error, I just don't see any clients showing up.
const fs = require('fs')
const LifxClient = require('node-lifx').Client
const client = new LifxClient()
client.on(
'light-new',
light => (
light
.getLabel(
(_, label) => (
console.log(
light.address,
'\t',
label
)
)
)
)
)
client.init()I'm LAN-networked, so that might have something to do with it. The LIFX Universal Windows app sees lights and will use that port so I don't think it's something in Windows itself.
Did something change or do I need to enable some setting to get this working properly in Windows?
Metadata
Metadata
Assignees
Labels
No labels