12345678910111213141516171819202122 |
- {
- "devices": [
- {
- "id": 0,
- "enable": true,
- "type": "DEVICE_TYPE_VZ_DS_77_LITE",
- "ipv4": "192.168.2.101"
- },
- {
- "id": 2,
- "enable": false,
- "type": "DEVICE_TYPE_VZ_DS_77_LITE",
- "ipv4": "192.168.1.101"
- },
- {
- "id": 4,
- "enable": false,
- "type": "DEVICE_TYPE_VZ_DS_77_LITE",
- "ipv4": "192.168.1.102"
- }
- ]
- }
|