Yango Smart Home operating protocol

Yango Smart Home provides skill developers with the REST interaction protocol. This is one of the most popular protocols based on the HTTP REST API.

Method Resource Description
HEAD /v1.0/ Checking the provider's Endpoint URL availability
POST /v1.0/user/unlink Notification of unlinked accounts
GET /v1.0/user/devices Information about user devices
POST /v1.0/user/devices/query Information about the states of user devices
POST /v1.0/user/devices/action Change device state
Method Resource Description
HEAD /v1.0/ Checking the provider's Endpoint URL availability
POST /v1.0/user/unlink Notification of unlinked accounts
GET /v1.0/user/devices Information about user devices
POST /v1.0/user/devices/query Information about the states of user devices
POST /v1.0/user/devices/action Change device state