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",