Asset Connector Documentation
Loading...
Searching...
No Matches
set_value_payload Namespace Reference

Classes

class  SetValuePayload
 Defines the model class of the payload for the set_value (URL /set-value) endpoint of this application using Pydantic. More...
 

Variables

dict KEY_TYPE_MAPPING
 

Variable Documentation

◆ KEY_TYPE_MAPPING

dict set_value_payload.KEY_TYPE_MAPPING
Initial value:
1= {
2 "Submodel": "SUBMODEL",
3 "SubmodelElementCollection": "SUBMODEL_ELEMENT_COLLECTION",
4 "Property": "PROPERTY",
5}

Definition at line 9 of file set_value_payload.py.