commit | e5342575e6ff5af61f258088902fbb65e15a4b7a | [log] [tgz] |
---|---|---|
author | Boris Zbarsky <bzbarsky@apple.com> | Mon Dec 05 12:56:51 2022 -0500 |
committer | GitHub <noreply@github.com> | Mon Dec 05 17:56:51 2022 +0000 |
tree | 6a38ed470c2e617939d44930004222567422dc81 | |
parent | d2f388fff1b6ed19a9a03488c9d2eefe3f0db020 [diff] [blame] |
Fix member naming for the MultiPressComplete event. (#23895) It's called PreviousPosition, not NewPosition. Fixes https://github.com/project-chip/connectedhomeip/issues/23872
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter index e750f57..9d6e2b3 100644 --- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter +++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -796,7 +796,7 @@ } info event MultiPressComplete = 6 { - INT8U newPosition = 0; + INT8U previousPosition = 0; INT8U totalNumberOfPressesCounted = 1; }