Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Industry Core KIT] doc: added new unique id push notification illustration #1057

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ The solution is based on notification assets in the EDC (which is the same appro

> :raised_hand: It is important to understand that the receiver creates EDC asset and policies, and thus, the sender of the Unique ID push notification must check during the EDC negotiation process if the conditions the receiver offers are acceptable for the sender.

Currently there are two types of Unique ID Push Notifications available: "Connect to Parent" and "Connect to Child".
Currently there are two types of Unique ID Push Notifications available: "Connect to Parent" and "Connect to Child":

![Unique ID Push Notifications](../assets/unique_id_push_notifications.svg)
johannsvarela marked this conversation as resolved.
Show resolved Hide resolved

##### Connect to Parent

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs-kits/kits/Industry Core Kit/page_changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ import Notice from './part_notice.mdx'

All notable changes to this Kit will be documented in this file.

## [1.2.0] - 2024-10-XX

Compatible for **release 24.08**.

### Added

- **Development View:**
- **Digital Twins | Unique ID Push:**
- Added a new illustration to describe the unique id push notifications in a visual way

## [1.1.0] - 2024-07-11

Compatible for **release 24.08**.
Expand Down
Loading