MCPcopy
hub / github.com/homebridge/homebridge / triggerCommand

Method triggerCommand

src/matter/server.ts:208–210  ·  view source on GitHub ↗
(uuid: string, cluster: string, command: string, args?: Record<string, unknown>, partId?: string)

Source from the content-addressed store, hash-verified

206 }
207
208 async triggerCommand(uuid: string, cluster: string, command: string, args?: Record<string, unknown>, partId?: string): Promise<void> {
209 return this.stateManager.triggerCommand(uuid, cluster, command, args, partId)
210 }
211
212 // ============================================================================
213 // Accessory queries

Callers 1

handleTriggerCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected