project-chip / project-chip/matter-test-scripts

[TC_CC_6_5] - Follow up additional testing required and spec update.

Open
#758 0 comments 0 reactions 2 assignees View on GitHub

@jtrejoespinoza-grid is already working on this.

Since Feb 24, 2026.

Dominant language
Python
Stars
19
Forks
7
Avg merge
3d 17h
Merged PRs (30d)
3

Description

Summary Title:

Improve testing for TC_CC_6_5 , also verify if spec need to be updated.

Description:

During development of TC_CC_6_5 @leorozendaal noticed that there are some inconsistencies during the checks:

Comment: https://github.com/project-chip/connectedhomeip/pull/42413/changes#r2803698075

Comment details:

Looking at the spec, the limits for these attributes are a bit weird.

What I would expect in the attribute table

ColorTempPhysicalMaxMireds: ColorTempPhysicalMinMireds to 65279
ColorTempPhysicalMireds: ColorTempPhysicalMinMireds to ColorTempPhysicalMaxMireds
CoupleColorTempToLevelMinMireds currently has range "ColorTempPhysicalMinMireds to ColorTemperatureMireds" which is weird since I expect this be a rather Fixed value (same for Min and Max) while the stated range depends on the actual CT of the light. I would think ColorTempPhysicalMinMireds to ColorTempPhysicalMaxMireds is more appropriate
(so three F seems to be missing...)
With that, the two conditions in the description of ColorTempPhysicalMinMireds and ColorTempPhysicalMaxMireds could be removed.

TLDR- this is a mess (these spec text bits, not this PR). Don't know how this came about. To be fixed (but not in this PR)

Actions

Verify what is needed to work as expected and update the spec, test and scripts that requiere it.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.