Skip to content

PathLearnedEvent

Defined in: src/model/types.ts:350

contactKey: string;

Defined in: src/model/types.ts:351


learnedAt: number;

Defined in: src/model/types.ts:363

Wall-clock ms of the learn event.


newOutPathHashSize: PathHashSize;

Defined in: src/model/types.ts:356


newOutPathHex: string;

Defined in: src/model/types.ts:355

New out-path bytes the radio observed when the send succeeded. May be empty (e.g. a path-known send fell back to flood and the radio still hasn’t a path it trusts).


previousManual: boolean;

Defined in: src/model/types.ts:361

True iff the previous path was set manually — used to decide whether to prompt or apply silently.


previousOutPathHex: string;

Defined in: src/model/types.ts:358

Path that was on the contact immediately before the learn.