UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge.

13 lines 379 B
export const FEATURE_FLAGS = [ { key: 'childBridgeDebugMode', description: 'Enables debug mode configuration for child bridges', range: '>=2.0.0-alpha.0', }, { key: 'matterSupport', description: 'Enables support for Matter bridges', range: '>=2.0.0-beta.71', }, ]; //# sourceMappingURL=feature-flags.registry.js.map