Skip to content

RepeaterStatusSnapshot

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

Decoded admin-response payload surfaced from a repeater. payloadHex is always populated so raw bytes can be shown when decoding can’t make sense of them; fields is the best-effort decode (status: well-known firmware layout; telemetry: CayenneLPP).

contactKey: string;

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


fields: object[];

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

name: string;
optional unit?: string;
value: string | number;

payloadHex: string;

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


receivedAt: number;

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