Channel
Defined in: src/model/types.ts:53
Properties
Section titled “Properties”optional idx?: number;Defined in: src/model/types.ts:62
Slot index on the radio (0..N). Set after the protocol session learns it via RESP_CHANNEL_INFO. Required for outbound CMD_SEND_CHAN_TXT_MSG and used to dispatch incoming RESP_CHANNEL_MSG_RECV(_V3) frames to the right channel.
key: string;Defined in: src/model/types.ts:54
kind: ChannelKind;Defined in: src/model/types.ts:56
name: string;Defined in: src/model/types.ts:55
secretHex?
Section titled “secretHex?”optional secretHex?: string;Defined in: src/model/types.ts:57