shelly-sdk
Version:
Shelly SDK for Node.js with Types definition
11 lines • 400 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../../index");
describe('Scan Network Test', () => {
test('Scan Network', async () => {
jest.setTimeout(30000);
const devices = await index_1.Shelly.scanNetwork('192.168.1.0/24');
expect(devices.length).toBe(254);
});
});
//# sourceMappingURL=scanNetwork.test.js.map