device.json 492 B

12345678910111213141516171819202122
  1. {
  2. "devices": [
  3. {
  4. "id": 0,
  5. "enable": true,
  6. "type": "DEVICE_TYPE_VZ_DS_77_LITE",
  7. "ipv4": "192.168.2.101"
  8. },
  9. {
  10. "id": 2,
  11. "enable": false,
  12. "type": "DEVICE_TYPE_VZ_DS_77_LITE",
  13. "ipv4": "192.168.1.101"
  14. },
  15. {
  16. "id": 4,
  17. "enable": false,
  18. "type": "DEVICE_TYPE_VZ_DS_77_LITE",
  19. "ipv4": "192.168.1.102"
  20. }
  21. ]
  22. }