Skip to content

Commit

Permalink
Remove stale comment from Thermostat XML. (#36820)
Browse files Browse the repository at this point in the history
The relevant fields are nullable in both XML and spec, and the spec issue is
long-resolved.
  • Loading branch information
bzbarsky-apple authored Dec 12, 2024
1 parent c55e3ab commit 74ff0fb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ limitations under the License.

<struct name="WeeklyScheduleTransitionStruct">
<cluster code="0x0201"/>
<!-- See https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/6217 for HeatSetpoint and CoolSetpoint. They might end up being nullable. -->
<item fieldId="0" name="TransitionTime" type="int16u" max="1439"/>
<item fieldId="1" name="HeatSetpoint" type="temperature" isNullable="true"/>
<item fieldId="2" name="CoolSetpoint" type="temperature" isNullable="true"/>
Expand Down

0 comments on commit 74ff0fb

Please sign in to comment.