UNPKG

node-switchbot

Version:

The node-switchbot is a Node.js module which allows you to control your Switchbot Devices through Bluetooth (BLE).

12 lines 344 B
import type { deviceList } from './devicelist.js'; import type { infraredRemoteList } from './irdevicelist.js'; export interface devices { statusCode: number; message: string; body: body; } export interface body { deviceList: deviceList; infraredRemoteList: infraredRemoteList; } //# sourceMappingURL=deviceresponse.d.ts.map