UNPKG

node-switchbot

Version:

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

10 lines 232 B
export interface infraredRemoteList { device: irdevice[]; } export interface irdevice { deviceId?: string; deviceName: string; remoteType: string; hubDeviceId: string; } //# sourceMappingURL=irdevicelist.d.ts.map