MCPcopy
hub / github.com/Koenkk/zigbee2mqtt / MqttPublishOptions

Interface MqttPublishOptions

lib/mqtt.ts:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const NS = "z2m:mqtt";
12
13export interface MqttPublishOptions {
14 clientOptions: IClientPublishOptions;
15 baseTopic: string;
16 skipLog: boolean;
17 skipReceive: boolean;
18 meta: {isEntityState?: boolean};
19}
20
21export default class Mqtt {
22 private publishedTopics = new Set<string>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected