This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch chore/update-python-docs
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
discard e08c526ef chore(python-docs): update python doc assets to recent
development state
add dcc05003e Add blog post for OI4 sensor integration
add c62f1defc Merge pull request #221 from apache/blog-post-oi4
add 2f4a1e8ae chore(python-docs): update python doc assets to recent
development state
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e08c526ef)
\
N -- N -- N refs/heads/chore/update-python-docs (2f4a1e8ae)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
docs-python/dev/reference/client/client/index.html | 2 +-
docs-python/dev/reference/client/config/index.html | 2 +-
.../client/credential_provider/index.html | 2 +-
.../endpoint/api/data_lake_measure/index.html | 2 +-
.../reference/endpoint/api/data_stream/index.html | 2 +-
.../dev/reference/endpoint/api/version/index.html | 2 +-
.../dev/reference/endpoint/endpoint/index.html | 2 +-
.../dev/reference/endpoint/exceptions/index.html | 2 +-
.../function_zoo/river_function/index.html | 2 +-
.../reference/functions/broker/broker/index.html | 2 +-
.../functions/broker/broker_handler/index.html | 2 +-
.../reference/functions/broker/consumer/index.html | 2 +-
.../broker/kafka/kafka_consumer/index.html | 2 +-
.../broker/kafka/kafka_message_fetcher/index.html | 2 +-
.../broker/kafka/kafka_publisher/index.html | 2 +-
.../functions/broker/nats/nats_consumer/index.html | 2 +-
.../broker/nats/nats_publisher/index.html | 2 +-
.../functions/broker/output_collector/index.html | 2 +-
.../functions/broker/publisher/index.html | 2 +-
.../functions/function_handler/index.html | 2 +-
.../reference/functions/registration/index.html | 2 +-
.../functions/streampipes_function/index.html | 2 +-
.../functions/utils/async_iter_handler/index.html | 2 +-
.../functions/utils/data_stream_context/index.html | 2 +-
.../utils/data_stream_generator/index.html | 2 +-
.../functions/utils/function_context/index.html | 2 +-
docs-python/dev/reference/model/common/index.html | 2 +-
.../model/container/data_lake_measures/index.html | 2 +-
.../model/container/data_streams/index.html | 2 +-
.../model/container/resource_container/index.html | 2 +-
.../reference/model/container/versions/index.html | 2 +-
.../model/resource/data_lake_measure/index.html | 2 +-
.../model/resource/data_series/index.html | 2 +-
.../model/resource/data_stream/index.html | 2 +-
.../reference/model/resource/exceptions/index.html | 2 +-
.../model/resource/function_definition/index.html | 2 +-
.../model/resource/query_result/index.html | 2 +-
.../reference/model/resource/resource/index.html | 2 +-
.../reference/model/resource/version/index.html | 2 +-
docs-python/dev/sitemap.xml | 98 ++++++------
docs-python/dev/sitemap.xml.gz | Bin 725 -> 725 bytes
.../blog/2025-04-30-usage-based-maintanence.md | 3 +-
website-v2/blog/2025-06-11-oi4-adapter.md | 164 +++++++++++++++++++++
.../img/blog/2025-06-11/01-IO-Link-Sensor.png | Bin 0 -> 6332907 bytes
.../blog/2025-06-11/02-Architecture-Overview.png | Bin 0 -> 26031 bytes
.../static/img/blog/2025-06-11/03-Connect.png | Bin 0 -> 147601 bytes
.../2025-06-11/04-Configuration-OI4-adapter.png | Bin 0 -> 147350 bytes
.../static/img/blog/2025-06-11/05-Event-Schema.png | Bin 0 -> 188176 bytes
.../static/img/blog/2025-06-11/06-Linechart.png | Bin 0 -> 53706 bytes
.../blog/2025-06-11/07-Notification-Pipeline.png | Bin 0 -> 90211 bytes
50 files changed, 254 insertions(+), 89 deletions(-)
create mode 100644 website-v2/blog/2025-06-11-oi4-adapter.md
create mode 100644 website-v2/static/img/blog/2025-06-11/01-IO-Link-Sensor.png
create mode 100644
website-v2/static/img/blog/2025-06-11/02-Architecture-Overview.png
create mode 100644 website-v2/static/img/blog/2025-06-11/03-Connect.png
create mode 100644
website-v2/static/img/blog/2025-06-11/04-Configuration-OI4-adapter.png
create mode 100644 website-v2/static/img/blog/2025-06-11/05-Event-Schema.png
create mode 100644 website-v2/static/img/blog/2025-06-11/06-Linechart.png
create mode 100644
website-v2/static/img/blog/2025-06-11/07-Notification-Pipeline.png