Homebridge Shortcuts Buttons
    Preparing search index...

    Interface HSBXCallbackUrlRequestValidatorDescriptor

    interface HSBXCallbackUrlRequestValidatorDescriptor {
        condition: () => boolean;
        errorCode: number;
        errorMessage: string;
    }

    Implemented by

    Index

    Properties

    condition: () => boolean
    errorCode: number
    errorMessage: string