Skip to content

Commit

Permalink
Merge branch 'implement-remaining-mqttsubmodelrepo-methods' of https:…
Browse files Browse the repository at this point in the history
…//github.com/ShehriyarShariq-Fraunhofer/basyx-java-server-sdk into implement-remaining-mqttsubmodelrepo-methods
  • Loading branch information
ShehriyarShariq-Fraunhofer committed Dec 3, 2024
2 parents 9a58739 + cb277b6 commit 7d51750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ This feature provides hierarchical MQTT eventing for a multitude of events:
| SubmodelElement Deleted | sm-repository/$repoId/submodels/$submodelIdBase64URLEncoded/submodelElements/$idShortPath/deleted | Deleted SubmodelElement JSON |
| SubmodelElements Patched | sm-repository/$repoId/submodels/$submodelIdBase64URLEncoded/submodelElements/patched | Patched SubmodelElements JSON |
| FileValue Updated | sm-repository/$repoId/submodels/$submodelIdBase64URLEncoded/submodelElements/$idShortPath/attachment/updated | Updated SubmodelElement JSON |
| FileValue Deleted | sm-repository/$repoId/submodels/$submodelIdBase64URLEncoded/submodelElements/$idShortPath/attachment/deleted | Deleted SubmodelElement JSON |
| FileValue Deleted | sm-repository/$repoId/submodels/$submodelIdBase64URLEncoded/submodelElements/$idShortPath/attachment/deleted | Deleted SubmodelElement JSON |

Per default, the SubmodelElement topic payloads include the SubmodelElement's value. If this is not desired, the SubmodelElement can be annotated with a Qualifier of type *emptyValueUpdateEvent* and value *true*

0 comments on commit 7d51750

Please sign in to comment.