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
@@ -50,68 +56,48 @@ limitations under the License.
50
56
<description>The server cluster provides an interface to occupancy sensing functionality based on one or more sensing modalities, including configuration and provision of notifications of occupancy status.</description>
51
57
<code>0x0406</code>
52
58
<define>OCCUPANCY_SENSING_CLUSTER</define>
53
-
54
59
<features>
55
-
<featureapiMaturity="provisional"bit="0"code="OTHER"name="Other"summary="Supports sensing using a modality not listed in the other bits">
56
-
<optionalConformchoice="a"more="true"/>
57
-
</feature>
58
-
<featureapiMaturity="provisional"bit="1"code="PIR"name="PassiveInfrared"summary="Supports sensing using PIR (Passive InfraRed)">
59
-
<optionalConformchoice="a"more="true"/>
60
-
</feature>
61
-
<featureapiMaturity="provisional"bit="2"code="US"name="Ultrasonic"summary="Supports sensing using UltraSound">
62
-
<optionalConformchoice="a"more="true"/>
63
-
</feature>
64
-
<featureapiMaturity="provisional"bit="3"code="PHY"name="PhysicalContact"summary="Supports sensing using a physical contact">
65
-
<optionalConformchoice="a"more="true"/>
66
-
</feature>
67
-
<featureapiMaturity="provisional"bit="4"code="AIR"name="ActiveInfrared"summary="Supports sensing using Active InfraRed measurement (e.g. time-of-flight or transflective/reflective IR sensing)">
68
-
<optionalConformchoice="a"more="true"/>
69
-
</feature>
70
-
<featureapiMaturity="provisional"bit="5"code="RAD"name="Radar"summary="Supports sensing using radar waves (microwave)">
71
-
<optionalConformchoice="a"more="true"/>
72
-
</feature>
73
-
<featureapiMaturity="provisional"bit="6"code="RFS"name="RFSensing"summary="Supports sensing based on RF signal analysis">
74
-
<optionalConformchoice="a"more="true"/>
75
-
</feature>
76
-
<featureapiMaturity="provisional"bit="7"code="VIS"name="Vision"summary="Supports sensing based on analyzing images">
77
-
<optionalConformchoice="a"more="true"/>
78
-
</feature>
60
+
<featurebit="0"code="OTHER"name="Other"summary="Supports sensing using a modality not listed in the other bits">
61
+
<optionalConformchoice="a"more="true"min="1"/>
62
+
</feature>
63
+
<featurebit="1"code="PIR"name="PassiveInfrared"summary="Supports sensing using PIR (Passive InfraRed)">
64
+
<optionalConformchoice="a"more="true"min="1"/>
65
+
</feature>
66
+
<featurebit="2"code="US"name="Ultrasonic"summary="Supports sensing using UltraSound">
67
+
<optionalConformchoice="a"more="true"min="1"/>
68
+
</feature>
69
+
<featurebit="3"code="PHY"name="PhysicalContact"summary="Supports sensing using a physical contact">
70
+
<optionalConformchoice="a"more="true"min="1"/>
71
+
</feature>
72
+
<featurebit="4"code="AIR"name="ActiveInfrared"summary="Supports sensing using Active InfraRed measurement (e.g. time-of-flight or transflective/reflective IR sensing)">
73
+
<optionalConformchoice="a"more="true"min="1"/>
74
+
</feature>
75
+
<featurebit="5"code="RAD"name="Radar"summary="Supports sensing using radar waves (microwave)">
76
+
<optionalConformchoice="a"more="true"min="1"/>
77
+
</feature>
78
+
<featurebit="6"code="RFS"name="RFSensing"summary="Supports sensing based on RF signal analysis">
79
+
<optionalConformchoice="a"more="true"min="1"/>
80
+
</feature>
81
+
<featurebit="7"code="VIS"name="Vision"summary="Supports sensing based on analyzing images">
0 commit comments