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

Interface Bind

lib/types/types.d.ts:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 type CoordinatorVersion = ZHAdapterTypes.CoordinatorVersion;
40 type NetworkParameters = ZHAdapterTypes.NetworkParameters;
41 interface Bind {
42 cluster: ZHCluster;
43 target: zh.Endpoint | zh.Group;
44 }
45 }
46
47 namespace eventdata {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected