@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
21 lines • 1.43 kB
JavaScript
;
// ----- this file has been automatically generated - do not edit
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnumExceptionDeviationFormat = void 0;
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |ExceptionDeviationFormat |
* | isAbstract|false |
*/
var EnumExceptionDeviationFormat;
(function (EnumExceptionDeviationFormat) {
EnumExceptionDeviationFormat[EnumExceptionDeviationFormat["AbsoluteValue"] = 0] = "AbsoluteValue";
EnumExceptionDeviationFormat[EnumExceptionDeviationFormat["PercentOfValue"] = 1] = "PercentOfValue";
EnumExceptionDeviationFormat[EnumExceptionDeviationFormat["PercentOfRange"] = 2] = "PercentOfRange";
EnumExceptionDeviationFormat[EnumExceptionDeviationFormat["PercentOfEURange"] = 3] = "PercentOfEURange";
EnumExceptionDeviationFormat[EnumExceptionDeviationFormat["Unknown"] = 4] = "Unknown";
})(EnumExceptionDeviationFormat || (exports.EnumExceptionDeviationFormat = EnumExceptionDeviationFormat = {}));
//# sourceMappingURL=enum_exception_deviation_format.js.map