StoreAndForward_Heartbeat: Message<"meshtastic.StoreAndForward.Heartbeat"> & {
    period: number;
    secondary: number;
}

TODO: REPLACE

Type declaration

  • period: number

    Period in seconds that the heartbeat is sent out that will be sent to the client

    from field: uint32 period = 1;

  • secondary: number

    If set, this is not the primary Store & Forward router on the mesh

    from field: uint32 secondary = 2;

from message meshtastic.StoreAndForward.Heartbeat