(uuid: string, cluster: string, command: string, args?: Record<string, unknown>, partId?: string)
| 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 |
no outgoing calls
no test coverage detected