MessageMeta
Defined in: src/model/types.ts:150
Properties
Section titled “Properties”optional hops?: number;Defined in: src/model/types.ts:151
paths?
Section titled “paths?”optional paths?: MessagePath[];Defined in: src/model/types.ts:156
Decoded route(s) the message travelled, populated when a matching mesh observation (PUSH_CODE_LOG_RX_DATA 0x88) preceded the channel-msg push.
optional rssi?: number;Defined in: src/model/types.ts:152
signatureHex?
Section titled “signatureHex?”optional signatureHex?: string;Defined in: src/model/types.ts:160
optional snr?: number;Defined in: src/model/types.ts:153
timesHeard?
Section titled “timesHeard?”optional timesHeard?: number;Defined in: src/model/types.ts:159
Number of distinct flood receptions merged into this Message row. Absent ⇒ treat as 1. Bumped on collision.