node-switchbot
    Preparing search index...

    Interface WebhookSetupResponse

    Webhook setup response

    interface WebhookSetupResponse {
        body: any;
        message: string;
        statusCode: number;
    }
    Index

    Properties

    body: any
    message: string
    statusCode: number