node-red-contrib-iiot-opcua
Version:
An Industrial IoT OPC UA toolbox contribution package for Node-RED based on node-opcua.
25 lines (22 loc) • 875 B
JavaScript
/**
The BSD 3-Clause License
Copyright 2022 - DATATRONiQ GmbH (https://datatroniq.com)
Copyright (c) 2018-2022 Klaus Landsdorf (http://node-red.plus/)
All rights reserved.
node-red-contrib-iiot-opcua
*/
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
// SOURCE-MAP-REQUIRED
const debug_1 = __importDefault(require("debug"));
const internalDebugLog = (0, debug_1.default)('opcuaIIoT:inject'); // eslint-disable-line no-use-before-define
const detailDebugLog = (0, debug_1.default)('opcuaIIoT:inject:details'); // eslint-disable-line no-use-before-define
const coreInject = {
internalDebugLog,
detailDebugLog
};
exports.default = coreInject;
//# sourceMappingURL=opcua-iiot-core-inject.js.map