Skip to content

Commit

Permalink
Remove queued presets from Thermostats
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Jun 26, 2024
1 parent dd0c49b commit 6308aee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions src/app/zap-templates/zcl/data-model/chip/thermostat-cluster.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,6 @@ limitations under the License.
<item fieldId="2" name="ScheduleTypeFeatures" type="ScheduleTypeFeaturesBitmap" min="0x0" max="0xF" default="0"/>
</struct>

<struct name="QueuedPresetStruct" apiMaturity="provisional">
<cluster code="0x0201"/>
<item fieldId="0" name="PresetHandle" type="octet_string" length="16" isNullable="true"/>
<item fieldId="1" name="TransitionTimestamp" type="epoch_s" isNullable="true"/>
</struct>

<struct name="PresetStruct" apiMaturity="provisional">
<cluster code="0x0201"/>
Expand Down Expand Up @@ -323,9 +318,6 @@ limitations under the License.
<feature bit="9" code="S" name="Setpoints" summary="Setpoints">
<optionalConform/>
</feature>
<feature bit="10" code="QPS" name="QueuedPresetsSupported" summary="QueuedPresetsSupported">
<optionalConform/>
</feature>
</features>

<!-- Attributes -->
Expand Down Expand Up @@ -469,7 +461,6 @@ limitations under the License.
<attribute code="0x0052" side="server" type="boolean" define="PRESETS_SCHEDULES_EDITABLE" writable="false" optional="true">PresetsSchedulesEditable</attribute>
<attribute code="0x0053" side="server" type="TemperatureSetpointHoldPolicyBitmap" define="TEMPERATURE_SETPOINT_HOLD_POLICY" default="0" writable="false" optional="true" min="0x0" max="0x3">TemperatureSetpointHoldPolicy</attribute>
<attribute code="0x0054" side="server" type="epoch_s" define="SETPOINT_HOLD_EXPIRY_TIMESTAMP" isNullable="true" writable="false" optional="true">SetpointHoldExpiryTimestamp</attribute>
<attribute code="0x0055" side="server" type="QueuedPresetStruct" define="QUEUED_PRESET" isNullable="true" writable="false" optional="true">QueuedPreset</attribute>

<!-- Client Commands -->

Expand Down Expand Up @@ -508,7 +499,6 @@ limitations under the License.
<command source="client" code="0x06" name="SetActivePresetRequest" optional="true">
<description>This command is used to set the active preset.</description>
<arg name="PresetHandle" type="octet_string" length="16"/>
<arg name="DelayMinutes" type="int16u" optional="true" default="0"/>
</command>
<command source="client" code="0x07" name="StartPresetsSchedulesEditRequest" optional="true">
<description>This command is used to start editing the presets and schedules.</description>
Expand All @@ -523,10 +513,6 @@ limitations under the License.
<description>This command is used to notify the server that all edits are done and should be committed.</description>
<access op="invoke" privilege="manage"/>
</command>
<command source="client" code="0x0A" name="CancelSetActivePresetRequest" optional="true">
<description>This command is sent to cancel a queued preset.</description>
<access op="invoke" privilege="manage"/>
</command>
<command source="client" code="0x0B" name="SetTemperatureSetpointHoldPolicy" optional="true">
<description>This command sets the set point hold policy.</description>
<arg name="TemperatureSetpointHoldPolicy" type="TemperatureSetpointHoldPolicyBitmap" min="0x0" max="0x3"/>
Expand Down
1 change: 0 additions & 1 deletion src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@
"FeatureMap"
],
"Air Quality": ["AirQuality", "FeatureMap"],
"Thermostat": ["QueuedPreset"],
"Electrical Energy Measurement": [
"Accuracy",
"CumulativeEnergyImported",
Expand Down

0 comments on commit 6308aee

Please sign in to comment.