You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This all worked fine and the Property was added to the AAS. But when looking in detail in the new entry it looks like the valueType is not correctly stored in the AAS because it is empty. This is my result of the
It seems that dataObjectType is unspecified and that key should not serialize as in your example. JSON de/serialization seems out of sync with spec and should be fixed.
I want to add a SubmodelElement to my AAS. I first tried your example to add the new Property RotationSpeedNEW:
PUT
http://localhost:51310/aas/ExampleMotor/submodels/OperationalData/elementsPayload:
This all worked fine and the Property was added to the AAS. But when looking in detail in the new entry it looks like the valueType is not correctly stored in the AAS because it is empty. This is my result of the
GET
http://localhost:51310/aas/ExampleMotor/submodels/OperationalData/elements/RotationSpeedNEWResult:
There you can see that valueType.dataObjectType.name is empty but in the payload of the PUT-Request it was defined as integer.
Can anyone please help me why this is happening?
The text was updated successfully, but these errors were encountered: