Interface LocalHelloCommand

Initial hello handshake sent by the phone/external client.

interface LocalHelloCommand {
    type: "hello";
}

Properties

Properties

type: "hello"