SerialConnectionStatus: Message<"meshtastic.SerialConnectionStatus"> & {
    baud: number;
    isConnected: boolean;
}

Serial connection status

Type declaration

  • baud: number

    Serial baud rate

    from field: uint32 baud = 1;

  • isConnected: boolean

    Whether the device has an active connection or not

    from field: bool is_connected = 2;

from message meshtastic.SerialConnectionStatus