node-switchbot
    Preparing search index...

    Interface APICommandRequest

    Command request to OpenAPI

    interface APICommandRequest {
        command: string;
        commandType?: string;
        parameter?: any;
    }
    Index

    Properties

    command: string
    commandType?: string
    parameter?: any