homebridge-midea-platform 1.2.6-beta.5 → 1.2.6-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/homebridge-ui/server.js +1 -1
- package/package.json +1 -1
package/homebridge-ui/server.js
CHANGED
|
@@ -253,7 +253,7 @@ class UiServer extends HomebridgePluginUiServer {
|
|
|
253
253
|
msg: 'Start device discovery',
|
|
254
254
|
});
|
|
255
255
|
// If IP addresses provided then probe them directly
|
|
256
|
-
for (const
|
|
256
|
+
for (const ip of ipAddrs) {
|
|
257
257
|
discover.discoverDeviceByIP(ip);
|
|
258
258
|
}
|
|
259
259
|
// And then send broadcast to network(s)
|
package/package.json
CHANGED