Events raised by the RPV service

interface UartEvents {
    receiveCommand: {
        command: string;
        value?: number;
    };
}

Properties

Properties

receiveCommand: {
    command: string;
    value?: number;
}

Command received event