Maps command names to their handler functions.
Each command can have custom argument types.
Note: Uses any instead of unknown to allow handlers to specify
their own argument types without TypeScript variance errors.
Handlers can still be strongly typed in their implementations.
Matter cluster handlers interface
Maps command names to their handler functions. Each command can have custom argument types.
Note: Uses
anyinstead ofunknownto allow handlers to specify their own argument types without TypeScript variance errors. Handlers can still be strongly typed in their implementations.