You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<revisionrevision="2"summary="Add constraint about changing cleaning modes while the RVC Run Mode cluster is in a non-Idle mode. ChangeToModeResponse command: StatusText must be provided for InvalidInMode status. Deprecate the OnMode attribute and the related feature map bit."/>
64
64
<revisionrevision="3"summary="Remove constraint on changing cleaning modes while the RVC Run Mode cluster is in a non-Idle mode. Continue to allow InvalidInMode response for devices that do not support such mode changes."/>
65
65
<revisionrevision="4"summary="Add Vacuum then Mop cleaning mode"/>
66
+
<revisionrevision="5"summary="DirectModeChange made non-provisional"/>
66
67
</revisionHistory>
67
68
<clusterIds>
68
69
<clusterIdid="0x0055"name="RVC Clean Mode"/>
@@ -73,10 +74,7 @@ Davis, CA 95616, USA
73
74
<disallowConform/>
74
75
</feature>
75
76
<featurebit="20"code="DIRECTMODECH"name="DirectModeChange"summary="Cluster supports changing clean modes from non-Idle states">
Copy file name to clipboardExpand all lines: data_model/1.5/clusters/Mode_RVCRun.xml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,12 @@ Davis, CA 95616, USA
57
57
58
58
:xrefstyle: basic
59
59
-->
60
-
<clusterxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="types types.xsd cluster cluster.xsd"id="0x0054"name="RVC Run Mode Cluster"revision="3">
60
+
<clusterxmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="types types.xsd cluster cluster.xsd"id="0x0054"name="RVC Run Mode Cluster"revision="4">
61
61
<revisionHistory>
62
62
<revisionrevision="1"summary="Initial revision"/>
63
63
<revisionrevision="2"summary="Add constraint about switching from non-Idle to non-Idle modes. ChangeToModeResponse command: StatusText must be provided for InvalidInMode status. Deprecate the OnMode attribute and the related feature map bit. Add the Mapping mode tag."/>
64
64
<revisionrevision="3"summary="Remove constraint on changing cleaning modes while the RVC Run Mode cluster is in a non-Idle mode. Continue to allow InvalidInMode response for devices that do not support such mode changes."/>
65
+
<revisionrevision="4"summary="DirectModeChange made non-provisional"/>
65
66
</revisionHistory>
66
67
<clusterIds>
67
68
<clusterIdid="0x0054"name="RVC Run Mode"/>
@@ -72,10 +73,7 @@ Davis, CA 95616, USA
72
73
<disallowConform/>
73
74
</feature>
74
75
<featurebit="20"code="DIRECTMODECH"name="DirectModeChange"summary="Cluster supports changing run modes from non-Idle states">
0 commit comments