UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

9 lines 302 B
import { ZGCommand, ZGCommandCode } from '../command'; export declare class ZGGetDevicesListCommand implements ZGCommand { code: ZGCommandCode.GetDeviceList; label: string; constructor(); getCode(): ZGCommandCode; getLabel(): string; } //# sourceMappingURL=get-devices-list.d.ts.map