Interface options

    interface options {
        allowInvalidCharacters?: boolean;
        homekitControllerNotificationsSecret?: string;
        logging?: string;
        pushRate?: number;
        refreshRate?: number;
        updateRate?: number;
    }

    Properties

    allowInvalidCharacters?: boolean
    homekitControllerNotificationsSecret?: string
    logging?: string
    pushRate?: number
    refreshRate?: number
    updateRate?: number