@homebridge/hap-nodejs
    Preparing search index...

    Type Alias SupportedConfiguration

    type SupportedConfiguration = {
        hardwareImplemented: boolean;
        maximumTargets: number;
        supportedButtonConfiguration: SupportedButtonConfiguration[];
        ticksPerSecond: number;
    }
    Index

    Properties

    hardwareImplemented: boolean
    maximumTargets: number
    supportedButtonConfiguration: SupportedButtonConfiguration[]
    ticksPerSecond: number