Skip to content

Commit

Permalink
Fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Luligu committed Sep 17, 2024
1 parent 81582e7 commit 8264ce3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/matterbridgeDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ export class MatterbridgeDevice extends extendPublicHandlerMethods<typeof Device
/**
* Get a default Power Topology Cluster Server.
*
* @returns {ClusterServer} - The configured Power Topology Cluster Server.
*/
getDefaultPowerTopologyClusterServer() {
return ClusterServer(PowerTopologyCluster.with(PowerTopology.Feature.TreeTopology), {}, {}, {});
Expand Down

0 comments on commit 8264ce3

Please sign in to comment.