UNPKG

knxultimate

Version:

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

19 lines 420 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const config = { id: 'DPT17', basetype: { bitlength: 8, valuetype: 'basic', desc: 'scene number', }, subtypes: { '001': { use: 'G', desc: 'DPT_SceneNumber', name: 'Scene Number', }, }, }; exports.default = config; //# sourceMappingURL=dpt17.js.map