Предыдущая страница Следующая страница

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

POST http:/IP-адрес:порт/device/di/0 

с телом {"state": "сlosed"}

где 

  • порт - порт HttpListener.
  • 0/1/2/3 - id датчика.
  • state - opened или сlosed.

Пример:

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