@nagisa~/node-red-systemair-save
Version:
Node-RED nodes to interact with SystemAIR’s SAVE line of products
9 lines • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RegisterType = void 0;
var RegisterType;
(function (RegisterType) {
RegisterType[RegisterType["RO"] = 0] = "RO";
RegisterType[RegisterType["RW"] = 1] = "RW";
})(RegisterType || (exports.RegisterType = RegisterType = {}));
//# sourceMappingURL=systemair_types.js.map