Skip to content

Commit 1441d62

Browse files
authored
Fixes project-chip#31690 Moved provisional DRLC cluster into Energy Management domain so it shows in ZAP in the correct place. (project-chip#31692)
1 parent 1fd56a8 commit 1441d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/zap-templates/zcl/data-model/chip/drlc-cluster.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717
<configurator>
18-
<domain name="Energy"/>
18+
<domain name="Energy Management"/>
1919

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

178178
<cluster apiMaturity="provisional">
179179
<name>Demand Response Load Control</name>
180-
<domain>Energy</domain>
180+
<domain>Energy Management</domain>
181181
<description>This cluster provides an interface to the functionality of Smart Energy Demand Response and Load Control.</description>
182182
<code>0x0096</code>
183183
<define>DEMAND_RESPONSE_LOAD_CONTROL_CLUSTER</define>

0 commit comments

Comments
 (0)