UNPKG

zigbee-herdsman-zigate

Version:

An open source ZigBee gateway solution with node.js.

12 lines 442 B
import { Buffalo, TsType } from '../../../buffalo'; import { BuffaloZigateOptions } from './tstype'; declare class BuffaloZnp extends Buffalo { private readListRoutingTable; private readListBindTable; private readListNeighborLqi; private readListNetwork; private readListAssocDev; read(type: string, options: BuffaloZigateOptions): TsType.Value; } export default BuffaloZnp; //# sourceMappingURL=buffaloZigate.d.ts.map