Skip to content

Commit

Permalink
Fixes #31690 Moved provisional DRLC cluster into Energy Management do…
Browse files Browse the repository at this point in the history
…main so it shows in ZAP in the correct place. (#31692)
  • Loading branch information
jamesharrow authored Feb 2, 2024
1 parent 1fd56a8 commit 1441d62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/zap-templates/zcl/data-model/chip/drlc-cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<configurator>
<domain name="Energy"/>
<domain name="Energy Management"/>

<bitmap name="Feature" type="bitmap32">
<cluster code="0x0096"/>
Expand Down Expand Up @@ -177,7 +177,7 @@ limitations under the License.

<cluster apiMaturity="provisional">
<name>Demand Response Load Control</name>
<domain>Energy</domain>
<domain>Energy Management</domain>
<description>This cluster provides an interface to the functionality of Smart Energy Demand Response and Load Control.</description>
<code>0x0096</code>
<define>DEMAND_RESPONSE_LOAD_CONTROL_CLUSTER</define>
Expand Down

0 comments on commit 1441d62

Please sign in to comment.