@switchbot/homebridge-switchbot
Version:
The SwitchBot plugin allows you to access your SwitchBot device(s) from HomeKit.
6 lines • 359 B
TypeScript
import './types.js';
export declare function toastSuccess(message: string, title?: string): void;
export declare function toastError(message: string, title?: string): void;
export declare function toastWarning(message: string, title?: string): void;
export declare function toastInfo(message: string, title?: string): void;
//# sourceMappingURL=toast.d.ts.map