node-switchbot
    Preparing search index...

    Interface pushResponse

    Response from a device control (push) request.

    interface pushResponse {
        body: pushResponseBody;
        message: string;
        statusCode: number;
    }
    Index

    Properties

    message: string
    statusCode: number