IoT Core

Last Updated on : 2024-07-09 07:36:36download

IoT Core provides the fundamental device connection and device management. The secure and reliable connection between your IoT application and devices allows you to monitor and manage your IoT assets.

Home management

API name URL
Add Home POST:/v1.0/home/create-home
Search Family GET:/v1.0/homes/{home_id}
Modify Home PUT:/v1.0/homes/{home_id}
Delete Family DELETE:/v1.0/homes/{home_id}
Query the list of devices under the family GET:/v1.0/homes/{home_id}/devices
Query Home Members GET:/v1.0/homes/{home_id}/members
Add Home Member POST:/v1.0/homes/{home_id}/members
Modify family member information PUT:/v1.0/homes/{home_id}/members/{uid}
Delete Home Member DELETE:/v1.0/homes/{home_id}/members/{uid}
Add Room POST:/v1.0/homes/{home_id}/room
Query Room List GET:/v1.0/homes/{home_id}/rooms
Delete Room DELETE:/v1.0/homes/{home_id}/rooms/{room_id}
Modify the room name PUT:/v1.0/homes/{home_id}/rooms/{room_id}
Query family room equipment GET:/v1.0/homes/{home_id}/rooms/{room_id}/devices
Query user family list GET:/v1.0/users/{uid}/homes
Add a device in the room POST:/v1.0/homes/{home_id}/rooms/{room_id}/devices
Modify Room Devices PUT:/v1.0/homes/{home_id}/rooms/{room_id}/devices
Delete the device in the room under the family DELETE:/v1.0/homes/{home_id}/rooms/{room_id}/devices

User management

API name URL
Sync Users POST:/v1.0/apps/{schema}/user
Get user information GET:/v1.0/users/{uid}/infos
Get User List GET:/v2.0/apps/{schema}/users

Device control

Go to Device control

Device management

Go to [Device management](?id=Kcb5jfwbttpo