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 c3d40d1 commit 81582e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-buildx-dev.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Docker image dev and dev_shelly_alpine with buildx
name: Build Docker image dev and dev_shelly with buildx

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion src/matterbridgeDevice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,8 @@ export class MatterbridgeDevice extends extendPublicHandlerMethods<typeof Device
/**
* Get a default Electrical Energy Measurement Cluster Server.
*
* @param energy - The total consumption value in mW/h.
* @param {number} energy - The total consumption value in mW/h.
* @returns {ClusterServer} - The configured Electrical Energy Measurement Cluster Server.
*/
getDefaultElectricalEnergyMeasurementClusterServer(energy = null) {
return ClusterServer(
Expand Down

0 comments on commit 81582e7

Please sign in to comment.