VSCode-Logger API - v1.7.3
    Preparing search index...

    Interface DeviceCommand

    Represents a named SSH command configured for a device.

    interface DeviceCommand {
        command: string;
        name: string;
    }
    Index

    Properties

    Properties

    command: string
    name: string