UNPKG

homebridge

Version:
13 lines 446 B
/** * Cluster State Map * * Maps Matter cluster names to their typed state interfaces. * Provides IDE autocomplete and type safety for plugin developers when * working with cluster attributes via api.matter?.updateAccessoryState() * and api.matter?.getAccessoryState(). * * State interfaces are defined in clusterTypes.ts and derived from * @matter/main/clusters where possible. */ export {}; //# sourceMappingURL=clusterStateMap.js.map