UNPKG

node-switchbot

Version:

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

13 lines 266 B
export interface bodyChange { command: string; parameter: string; commandType: string; } export interface pushResponse { statusCode: number; body: { commandId: string; }; message: string; } //# sourceMappingURL=devicepush.d.ts.map