Add examples for REFERENCE and APPEND only#47
Add examples for REFERENCE and APPEND only#47Martin187187 merged 19 commits intoadmin-shell-io:IDTA-01004-3-1_Workingfrom
Conversation
| $and( | ||
| REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running", | ||
| $or( | ||
| $sm#semanticId $eq "SemanticID-Nameplate", |
There was a problem hiding this comment.
semanticId examples do not fit to "not-running", should be operational data
| $and( | ||
| REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running", | ||
| $or( | ||
| $sm#semanticId $eq "SemanticID-Nameplate", |
There was a problem hiding this comment.
| $sm#semanticId $eq "SemanticID-Nameplate", | |
| $sm#semanticId $eq "SemanticID-OperationalData", |
| REFERENCE($sme("SubmodelID-OperationalData").machineState#value) $eq "not-running", | ||
| $or( | ||
| $sm#semanticId $eq "SemanticID-Nameplate", | ||
| $sm#semanticId $eq "SemanticID-TechnicalData" |
There was a problem hiding this comment.
| $sm#semanticId $eq "SemanticID-TechnicalData" | |
| $sm#semanticId $eq "SemanticID-PerformanceData" |
| @@ -0,0 +1,12 @@ | |||
| ACCESSRULE: | |||
Check warning
Code scanning / QDJVMC
Typo Warning documentation
...ation/IDTA-01004/modules/ROOT/partials/examples/allow-read-list-semanticids-machinestate.bnf
Fixed
Show fixed
Hide fixed
BirgitBoss
left a comment
There was a problem hiding this comment.
examples are fine, only changelog update is missing
| } | ||
| ], | ||
| "RIGHTS": [ | ||
| "READ" |
There was a problem hiding this comment.
This PR has APPEND in the title, but no new examples use the "APPEND" keyword. Does this example should example use APPEND? There is no APPEND Right yet.
There was a problem hiding this comment.
based on information of previous disucussions: no keyword APPEND is planned. But I assume this example want CREATE instead of READ
|
closes #29 |
|
tries to solve (title) #37, but does not! |
|
now closes #37 aswell. |
3339b3f
into
admin-shell-io:IDTA-01004-3-1_Working
No description provided.