Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

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

{id} - sensor id (0, 1, 2, 3).

Informacja

port - port dla HttpListener.

JSON body:

{"state": "closed"}

gdzie state - opened lub closed.

Przykładowe zapytanie:

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