UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

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