UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

9 lines (8 loc) 286 B
import { Scheduler } from '../Scheduler'; import { SubscriptionLog } from './SubscriptionLog'; export declare class SubscriptionLoggable { subscriptions: SubscriptionLog[]; scheduler: Scheduler; logSubscribedFrame(): number; logUnsubscribedFrame(index: number): void; }