UNPKG

@kaarot_kalel_90/react-native-tuya

Version:

React Native bindings for the Tuya SDK 6.11 (Device Panel included)

10 lines (9 loc) 309 B
export declare type GetRoomDeviceListParams = { homeId?: number; roomId: number; }; export declare type GetRoomDeviceListResponse = { deviceList: {}[]; groupList: {}[]; }; export declare function getRoomDeviceList(params: GetRoomDeviceListParams): Promise<GetRoomDeviceListResponse>;