UNPKG

@homebridge-plugins/homebridge-plugin-update-check

Version:
11 lines 401 B
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