You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
510 B
22 lines
510 B
{
|
|
"defaultSamples": false,
|
|
"defaultRf": false,
|
|
"clientConfigs": [
|
|
{
|
|
"ipAddress": "192.168.13.12",
|
|
"clientName": "TestClient1",
|
|
"enableSamples": true,
|
|
"enableRf": false,
|
|
"isEnabled": true,
|
|
"description": "测试客户端1 - 启用samples"
|
|
},
|
|
{
|
|
"ipAddress": "192.168.13.13",
|
|
"clientName": "TestClient2",
|
|
"enableSamples": false,
|
|
"enableRf": true,
|
|
"isEnabled": true,
|
|
"description": "测试客户端2 - 启用rf"
|
|
}
|
|
]
|
|
}
|