Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page 매크로  현재 웹 클라이언트 사용자 가져오기 Next page

POST http:/IP-address:port/device/di/{id}

  • {id} − 센서 id (0, 1, 2, 3)
  • port − HttpListener 포트

JSON 본문:

{"state": "closed"}

where stateopened 또는 closed.

샘플 요청:

http://127.0.0.1:8080/device/di/0 
{"state": "opened"}
  • No labels