UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

9 lines 395 B
/// <reference types="node" /> import { Struct } from "../struct"; /** * Creates a zigbee-herdsman `hasConfigured` struct. * * @param data Data to initialize structure with. */ export declare const hasConfigured: (data?: Buffer) => import("../struct").BuiltStruct<Struct & Record<"hasConfigured", number> & Record<"isConfigured", () => Boolean>>; //# sourceMappingURL=has-configured.d.ts.map