UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

13 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* v8 ignore start */ class Frame { toBuffer() { return Buffer.alloc(0); } static fromBuffer(_buffer) { return new Frame(); } } exports.default = Frame; //# sourceMappingURL=frame.js.map