Go to documentation repository
Contact technical support
changes.mady.by.user Anna An
Saved on 27.12.2024
POST http:/IP-address:port/device/di/{id}
JSON body본문:
{"state": "closed"}
where state − opened or 또는 closed.
Sample request샘플 요청:
http://127.0.0.1:8080/device/di/0 {"state": "opened"}
...