@homebridge-plugins/homebridge-plugin-update-check
Version:
A Homebridge plugin for checking for updates to Homebridge and plugins
11 lines • 401 B
TypeScript
import type { PlatformIdentifier, PlatformName } from 'homebridge';
export interface PluginUpdatePlatformConfig {
platform: PlatformName | PlatformIdentifier;
forceNcu?: boolean;
sensorType?: string;
checkHomebridgeUpdates?: boolean;
checkHomebridgeUIUpdates?: boolean;
checkPluginUpdates?: boolean;
checkDockerUpdates?: boolean;
}
//# sourceMappingURL=configTypes.d.ts.map