Edit
Edit
				
					{
    "method": "hub.device.room.set",
    "id": "_ID_",
    "params": {
        "_id" : "_OBJECT_ID_",
        "roomId": "_OBJECT_ID_"
    }
}				
			
Edit
				
					{
    "api": "1.0",
    "error": null,
    "id": "_ID_",
    "result": {}
}				
			
Edit

Move parent device to another room, but leave the two child devices in their current rooms. Child devices listed should have the = .

Request:

				
					{
    "method": "hub.device.room.set",
    "id": "_ID_",
    "params": {
        "_id" : "_OBJECT_ID_",
        "roomId": "_OBJECT_ID_",
      "separateChildDevices": [ "<childDeviceWithParentRoomFalse1>", "<childDeviceWithParentRoomFalse2>" ]
    }
}