node-switchbot
    Preparing search index...

    Interface pushRequest

    Request payload for controlling a device.

    interface pushRequest {
        command: string;
        commandType: commandType;
        parameter: string;
    }
    Index

    Properties

    command: string
    commandType: commandType
    parameter: string