blob: a499d9a57e3ab2448a91220aaee524e5e0a535bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"ports": [
{
"id": "",
"portType": ${prop.lan.portType},
"portNumber": ${prop.lan.portNumber},
"deviceId": ${prop.lan.deviceId},
"portSwitch": ${prop.lan.portSwitch},
"linkInfo": {
"linkType": "Ethernet",
"cellular": null,
"atm": null,
"ethernet": {
"negotiationMode": "manual",
"media": "copper",
"duplex": "half",
"speed": 10
}
}
}
]
}
|