Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Jul 25, 2024
1 parent 7230643 commit 6c8533d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-electron/generator/helper-zcl.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,10 @@ async function zcl_struct_items_by_struct_name(name, options) {

/**
* Block helper iterating over all struct items given the struct name and
* cluster name.
* cluster name. The items iterated will be those that correspond to that
* struct name being used within the given cluster. That means the struct name
* must be either a global struct (in which case the cluster name is just
* ignored), or a struct associated with the given cluster.
*
* @param name
* @param clusterName
Expand Down

0 comments on commit 6c8533d

Please sign in to comment.