@dotwee/homebridge-z2m
Version:
Expose your Zigbee devices to HomeKit with ease, by integrating Zigbee2MQTT with Homebridge.
12 lines • 340 B
TypeScript
export declare class ExtendedTimer {
private readonly callback;
private interval;
private timeout;
constructor(callback: () => void, interval?: number);
get isActive(): boolean;
changeInterval(newInterval: number): void;
start(): void;
restart(): void;
stop(): void;
}
//# sourceMappingURL=timer.d.ts.map