PowerMetrics: Message<"meshtastic.PowerMetrics"> & {
    ch1Current?: number;
    ch1Voltage?: number;
    ch2Current?: number;
    ch2Voltage?: number;
    ch3Current?: number;
    ch3Voltage?: number;
}

Power Metrics (voltage / current / etc)

Type declaration

  • Optionalch1Current?: number

    Current (Ch1)

    from field: optional float ch1_current = 2;

  • Optionalch1Voltage?: number

    Voltage (Ch1)

    from field: optional float ch1_voltage = 1;

  • Optionalch2Current?: number

    Current (Ch2)

    from field: optional float ch2_current = 4;

  • Optionalch2Voltage?: number

    Voltage (Ch2)

    from field: optional float ch2_voltage = 3;

  • Optionalch3Current?: number

    Current (Ch3)

    from field: optional float ch3_current = 6;

  • Optionalch3Voltage?: number

    Voltage (Ch3)

    from field: optional float ch3_voltage = 5;

from message meshtastic.PowerMetrics