UNPKG

knxultimate

Version:

KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.

17 lines 379 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { id: 'DPT15', basetype: { bitlength: 32, valuetype: 'basic', desc: '4-byte access control data', }, subtypes: { '000': { name: 'Entrance access', }, }, }; exports.default = config; //# sourceMappingURL=dpt15.js.map