UNPKG

homebridge-apc-ups-alert

Version:

Provide information (and alerts) for apcupsd connected Uninterruptible Power Supplies

12 lines 340 B
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