From fda714db4e58d185dc85c9ba9035c82ea0c6f578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:59:10 +0100 Subject: [PATCH] Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website-v2 (#159) * Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /website-v2 Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/webpack/webpack-dev-middleware/releases) - [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4) --- updated-dependencies: - dependency-name: webpack-dev-middleware dependency-type: indirect ... Signed-off-by: dependabot[bot] * fix OI4 adapter documentation --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bossenti --- docs/pe/org.apache.streampipes.connect.iiot.adapters.oi4.md | 2 +- website-v2/package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pe/org.apache.streampipes.connect.iiot.adapters.oi4.md b/docs/pe/org.apache.streampipes.connect.iiot.adapters.oi4.md index 2852ac34e..6cb2a02fb 100644 --- a/docs/pe/org.apache.streampipes.connect.iiot.adapters.oi4.md +++ b/docs/pe/org.apache.streampipes.connect.iiot.adapters.oi4.md @@ -62,7 +62,7 @@ Choose between unauthenticated access or input your credentials for authenticate You should provide information about the sensor you want to connect to. This can be achieved in two ways: -a) **By Type**: Specify the type of sensor you want to connect to, e.g., `'VVB001'`.
+a) **By Type**: Specify the type of sensor you want to connect to, e.g., `'VVB001'`. <\br> b) **By IODD**: Simply upload the IODD description of the respective sensor. Please note: This feature is not yet available! If you're interested in this feature, please notify us through the mailing list or GitHub discussions and share your use case with us. ### Selected Sensors diff --git a/website-v2/package-lock.json b/website-v2/package-lock.json index 2a62bad60..221eebb68 100644 --- a/website-v2/package-lock.json +++ b/website-v2/package-lock.json @@ -12383,9 +12383,9 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "version": "5.3.4", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", + "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.3",