UNPKG

@opcua/for-node-red

Version:

The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team

19 lines 971 B
"use strict"; // ----- this file has been automatically generated - do not edit Object.defineProperty(exports, "__esModule", { value: true }); exports.EnumAxisScale = void 0; /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |AxisScaleEnumeration | * | isAbstract|false | */ var EnumAxisScale; (function (EnumAxisScale) { EnumAxisScale[EnumAxisScale["Linear"] = 0] = "Linear"; EnumAxisScale[EnumAxisScale["Log"] = 1] = "Log"; EnumAxisScale[EnumAxisScale["Ln"] = 2] = "Ln"; })(EnumAxisScale || (exports.EnumAxisScale = EnumAxisScale = {})); //# sourceMappingURL=enum_axis_scale.js.map