UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

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