...
Expand |
---|
Code Block |
---|
{
"method": "axxonsoft.bl.config.ConfigurationService.ChangeConfig",
"data": {
"added": [
{
"uid": "hosts/Server1",
"units": [
{
"type": "DeviceIpint",
"units": [],
"properties": [
{
"id": "vendor",
"value_string": "AxxonSoft",
"properties": [
{
"id": "model",
"value_string": "Virtual",
"properties": []
}
]
},
{
"id": "display_name",
"value_string": "newOrder2",
"properties": []
},
{
"id": "blockingConfiguration",
"value_bool": false,
"properties": []
},
{
"id": "display_id",
"value_string": "199"
}
]
}
]
}
]
}
} |
|
where uid is the Server where the device is created.
...