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

    Type Alias ButtonConfiguration

    type ButtonConfiguration = {
        buttonID: number;
        buttonName?: string;
        buttonType: ButtonType;
    }
    Index

    Properties

    buttonID: number
    buttonName?: string
    buttonType: ButtonType