lisa-box
Version:
Home automation system L.I.S.A.
9 lines (8 loc) • 370 B
TypeScript
import { FabrixService as Service } from '@fabrix/fabrix/dist/common';
export declare class FavoritesService extends Service {
populateFavorite(userId: any, devices: any): any;
getFavorites(userId: any): any;
getFavoritesAndSyncData(userId: any): any;
putFavorite(userId: any, deviceId: any): any;
destroyFavorite(userId: any, deviceId: any): any;
}