ModuleConfig_StoreForwardConfig: Message<"meshtastic.ModuleConfig.StoreForwardConfig"> & {
    enabled: boolean;
    heartbeat: boolean;
    historyReturnMax: number;
    historyReturnWindow: number;
    isServer: boolean;
    records: number;
}

Store and Forward Module Config

Type declaration

  • enabled: boolean

    Enable the Store and Forward Module

    from field: bool enabled = 1;

  • heartbeat: boolean

    TODO: REPLACE

    from field: bool heartbeat = 2;

  • historyReturnMax: number

    TODO: REPLACE

    from field: uint32 history_return_max = 4;

  • historyReturnWindow: number

    TODO: REPLACE

    from field: uint32 history_return_window = 5;

  • isServer: boolean

    Set to true to let this node act as a server that stores received messages and resends them upon request.

    from field: bool is_server = 6;

  • records: number

    TODO: REPLACE

    from field: uint32 records = 3;

from message meshtastic.ModuleConfig.StoreForwardConfig