Skip to content

Commit

Permalink
feat: add Submodel Ref event definitions to aas mqtt (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShehriyarShariq-Fraunhofer authored Nov 26, 2024
1 parent d33b1f5 commit 10edf39
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ This feature provides hierarchical MQTT eventing for a multitude of events:
| AAS Created | aas-repository/\$repoId/shells/created | Created AAS JSON |
| AAS Updated | aas-repository/\$repoId/shells/updated | Updated AAS JSON |
| AAS Deleted | aas-repository/\$repoId/shells/deleted | Deleted AAS JSON |
| Submodel Reference Created | aas-repository/\$repoId/shells/submodels/\$submodelId/created | Created AAS JSON |
| Submodel Reference Deleted | aas-repository/\$repoId/shells/submodels/\$submodelId/deleted | Deleted AAS JSON |

![MQTT Feature](./images/mqtt-feature.png)

0 comments on commit 10edf39

Please sign in to comment.