|
@@ -313,7 +313,7 @@ class GatewayFamilyRoomView(View):
|
|
|
|
|
|
device_room['gateways'] = gateways
|
|
|
device_room['cameras'] = cameras
|
|
|
- device_room['sort'] = sort
|
|
|
+ device_room['sort'] = list(sort)
|
|
|
return response.json(0, device_room)
|
|
|
except Exception as e:
|
|
|
return response.json(500, repr(e))
|