UNPKG

zigbee-herdsman-converters

Version:

Collection of device converters to be used with zigbee-herdsman

19 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const definitions = [ { fingerprint: [{ type: 'Router', manufacturerID: 4126, endpoints: [ { ID: 230, profileID: 49413, deviceID: 1, inputClusters: [], outputClusters: [] }, { ID: 232, profileID: 49413, deviceID: 1, inputClusters: [], outputClusters: [] }, ] }], model: 'XBee', description: 'Router', vendor: 'Digi', fromZigbee: [], toZigbee: [], exposes: [], }, ]; exports.default = definitions; module.exports = definitions; //# sourceMappingURL=digi.js.map