homebridge-tsvesync
Version:
Homebridge plugin for VeSync devices including Levoit air purifiers, humidifiers, and Etekcity smart outlets
10 lines • 371 B
TypeScript
/// <reference types="jest" />
export declare const TEST_CONFIG: {
username: string | undefined;
password: string | undefined;
apiUrl: string | undefined;
};
export declare const canRunIntegrationTests: () => boolean;
export declare const skipWithoutCredentials: () => jest.It;
export declare const resetApiUrl: () => void;
//# sourceMappingURL=setup.d.ts.map