jimmywarting / wemo-client

JavaScript client library for controlling and subscribing to Wemo Devices
MIT License
132 stars 40 forks source link

Subnet specification #66

Open Elycin opened 5 years ago

Elycin commented 5 years ago

Hi there,

This library is really neat but I believe I have come across a small problem specific to my use case.
I run a container that runs a script using your library that is on an entirely different subnet (192.168.2.0/24) than my wireless devices (192.168.3.0/24). Is there any way I could potentially tell the script to check the other subnet, or provide some kind of IP to the Insight?

Regards, Ely Haughie