UNPKG

@ilo-home/react-native-tuya

Version:

React Native bindings for the Tuya SDK

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>;