blob: 423ab6d27bfbfb73e8703c09245e8a6c67185c23 [file] [log] [blame]
# Copyright (c) 2021 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Auto-generated scripts for harness use only, please review before automation. The endpoints and cluster names are currently set to default
name: 3.1.3. [TC-CC-2.2] Attributes with client as DUT
PICS:
- CC.C
config:
nodeId: 0x12344321
cluster: "Basic Information"
endpoint: 0
tests:
- label: "Note"
verification: |
For DUT as client test cases, Chip-tool command used below are an example to verify the functionality. For certification test, we expect DUT should have a capability or way to run the equivalent command.
Commission TH(all-clusters-app) to TH(chip-tool) using below command
TH(all-clusters-app) : sudo ./chip-all-clusters-app --trace_decode 1
TH(chip-tool) : ./chip-tool pairing onnetwork 1 20202021 --trace_decode 1
disabled: true
- label: "Commission TH to DUT"
verification: |
disabled: true
- label: "DUT reads from the TH the (0x0000) CurrentHue attribute"
PICS: CC.C.A0000
verification: |
./chip-tool colorcontrol read current-hue 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862430.291431][25129:25129] CHIP:DMG: {
[1666862430.291434][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862430.291439][25129:25129] CHIP:DMG: [
[1666862430.291442][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862430.291446][25129:25129] CHIP:DMG: {
[1666862430.291450][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862430.291453][25129:25129] CHIP:DMG: {
[1666862430.291459][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862430.291462][25129:25129] CHIP:DMG: AttributePathIB =
[1666862430.291467][25129:25129] CHIP:DMG: {
[1666862430.291472][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862430.291477][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862430.291483][25129:25129] CHIP:DMG: Attribute = 0x0000_0000,
[1666862430.291487][25129:25129] CHIP:DMG: }
[1666862430.291494][25129:25129] CHIP:DMG:
[1666862430.291499][25129:25129] CHIP:DMG: Data = 0,
[1666862430.291503][25129:25129] CHIP:DMG: },
[1666862430.291509][25129:25129] CHIP:DMG:
[1666862430.291513][25129:25129] CHIP:DMG: },
[1666862430.291518][25129:25129] CHIP:DMG:
[1666862430.291520][25129:25129] CHIP:DMG: ],
[1666862430.291526][25129:25129] CHIP:DMG:
[1666862430.291530][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862430.291534][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862430.291537][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0001) CurrentSaturation attribute"
PICS: CC.C.A0001
verification: |
./chip-tool colorcontrol read current-saturation 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862500.428470][25129:25129] CHIP:DMG: {
[1666862500.428473][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862500.428478][25129:25129] CHIP:DMG: [
[1666862500.428481][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862500.428485][25129:25129] CHIP:DMG: {
[1666862500.428488][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862500.428492][25129:25129] CHIP:DMG: {
[1666862500.428495][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862500.428498][25129:25129] CHIP:DMG: AttributePathIB =
[1666862500.428501][25129:25129] CHIP:DMG: {
[1666862500.428505][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862500.428509][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862500.428513][25129:25129] CHIP:DMG: Attribute = 0x0000_0001,
[1666862500.428516][25129:25129] CHIP:DMG: }
[1666862500.428520][25129:25129] CHIP:DMG:
[1666862500.428524][25129:25129] CHIP:DMG: Data = 0,
[1666862500.428526][25129:25129] CHIP:DMG: },
[1666862500.428531][25129:25129] CHIP:DMG:
[1666862500.428535][25129:25129] CHIP:DMG: },
[1666862500.428539][25129:25129] CHIP:DMG:
[1666862500.428541][25129:25129] CHIP:DMG: ],
[1666862500.428546][25129:25129] CHIP:DMG:
[1666862500.428549][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862500.428552][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862500.428556][25129:25129] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0002) RemainingTime attribute"
PICS: CC.C.A0002
verification: |
./chip-tool colorcontrol read remaining-time 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862536.301497][25129:25129] CHIP:DMG: {
[1666862536.301500][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862536.301505][25129:25129] CHIP:DMG: [
[1666862536.301508][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862536.301513][25129:25129] CHIP:DMG: {
[1666862536.301516][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862536.301520][25129:25129] CHIP:DMG: {
[1666862536.301524][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862536.301528][25129:25129] CHIP:DMG: AttributePathIB =
[1666862536.301532][25129:25129] CHIP:DMG: {
[1666862536.301537][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862536.301540][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862536.301545][25129:25129] CHIP:DMG: Attribute = 0x0000_0002,
[1666862536.301548][25129:25129] CHIP:DMG: }
[1666862536.301553][25129:25129] CHIP:DMG:
[1666862536.301557][25129:25129] CHIP:DMG: Data = 0,
[1666862536.301560][25129:25129] CHIP:DMG: },
[1666862536.301565][25129:25129] CHIP:DMG:
[1666862536.301567][25129:25129] CHIP:DMG: },
[1666862536.301571][25129:25129] CHIP:DMG:
[1666862536.301574][25129:25129] CHIP:DMG: ],
[1666862536.301579][25129:25129] CHIP:DMG:
[1666862536.301582][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862536.301586][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862536.301588][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0003) CurrentX attribute"
PICS: CC.C.A0003
verification: |
./chip-tool colorcontrol read current-x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
[ReportDataMessage =
[1666862572.154251][25129:25129] CHIP:DMG: {
[1666862572.154254][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862572.154261][25129:25129] CHIP:DMG: [
[1666862572.154266][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862572.154273][25129:25129] CHIP:DMG: {
[1666862572.154276][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862572.154282][25129:25129] CHIP:DMG: {
[1666862572.154286][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862572.154291][25129:25129] CHIP:DMG: AttributePathIB =
[1666862572.154295][25129:25129] CHIP:DMG: {
[1666862572.154300][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862572.154305][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862572.154310][25129:25129] CHIP:DMG: Attribute = 0x0000_0003,
[1666862572.154315][25129:25129] CHIP:DMG: }
[1666862572.154321][25129:25129] CHIP:DMG:
[1666862572.154326][25129:25129] CHIP:DMG: Data = 24939,
[1666862572.154330][25129:25129] CHIP:DMG: },
[1666862572.154336][25129:25129] CHIP:DMG:
[1666862572.154341][25129:25129] CHIP:DMG: },
[1666862572.154347][25129:25129] CHIP:DMG:
[1666862572.154351][25129:25129] CHIP:DMG: ],
[1666862572.154358][25129:25129] CHIP:DMG:
[1666862572.154363][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862572.154368][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862572.154371][25129:25129] CHIP:DMG: }
[1666862572.154375][25129:25129] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x0004) CurrentY attribute"
PICS: CC.C.A0004
verification: |
./chip-tool colorcontrol read current-y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862605.149051][25129:25129] CHIP:DMG: {
[1666862605.149054][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862605.149059][25129:25129] CHIP:DMG: [
[1666862605.149061][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862605.149066][25129:25129] CHIP:DMG: {
[1666862605.149069][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862605.149073][25129:25129] CHIP:DMG: {
[1666862605.149078][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862605.149083][25129:25129] CHIP:DMG: AttributePathIB =
[1666862605.149089][25129:25129] CHIP:DMG: {
[1666862605.149093][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862605.149096][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862605.149100][25129:25129] CHIP:DMG: Attribute = 0x0000_0004,
[1666862605.149105][25129:25129] CHIP:DMG: }
[1666862605.149110][25129:25129] CHIP:DMG:
[1666862605.149114][25129:25129] CHIP:DMG: Data = 24701,
[1666862605.149117][25129:25129] CHIP:DMG: },
[1666862605.149122][25129:25129] CHIP:DMG:
[1666862605.149126][25129:25129] CHIP:DMG: },
[1666862605.149133][25129:25129] CHIP:DMG:
[1666862605.149136][25129:25129] CHIP:DMG: ],
[1666862605.149143][25129:25129] CHIP:DMG:
[1666862605.149147][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862605.149152][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862605.149155][25129:25129] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0005) DriftCompensation
attribute"
PICS: CC.C.A0005
verification: |
./chip-tool colorcontrol read drift-compensation 1 1
Verify response contains an enum8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862633.459394][25129:25129] CHIP:DMG: {
[1666862633.459398][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862633.459403][25129:25129] CHIP:DMG: [
[1666862633.459406][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862633.459410][25129:25129] CHIP:DMG: {
[1666862633.459414][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862633.459418][25129:25129] CHIP:DMG: {
[1666862633.459421][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862633.459424][25129:25129] CHIP:DMG: AttributePathIB =
[1666862633.459427][25129:25129] CHIP:DMG: {
[1666862633.459431][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862633.459436][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862633.459440][25129:25129] CHIP:DMG: Attribute = 0x0000_0005,
[1666862633.459443][25129:25129] CHIP:DMG: }
[1666862633.459448][25129:25129] CHIP:DMG:
[1666862633.459452][25129:25129] CHIP:DMG: Data = 0,
[1666862633.459454][25129:25129] CHIP:DMG: },
[1666862633.459459][25129:25129] CHIP:DMG:
[1666862633.459462][25129:25129] CHIP:DMG: },
[1666862633.459466][25129:25129] CHIP:DMG:
[1666862633.459468][25129:25129] CHIP:DMG: ],
[1666862633.459473][25129:25129] CHIP:DMG:
[1666862633.459477][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862633.459480][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862633.459483][25129:25129] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0006) CompensationText
attribute"
PICS: CC.C.A0006
verification: |
./chip-tool colorcontrol read compensation-text 1 1
Verify response contains a string in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862660.413111][25129:25129] CHIP:DMG: {
[1666862660.413114][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862660.413121][25129:25129] CHIP:DMG: [
[1666862660.413125][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862660.413132][25129:25129] CHIP:DMG: {
[1666862660.413135][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862660.413140][25129:25129] CHIP:DMG: {
[1666862660.413146][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862660.413151][25129:25129] CHIP:DMG: AttributePathIB =
[1666862660.413156][25129:25129] CHIP:DMG: {
[1666862660.413160][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862660.413165][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862660.413171][25129:25129] CHIP:DMG: Attribute = 0x0000_0006,
[1666862660.413175][25129:25129] CHIP:DMG: }
[1666862660.413180][25129:25129] CHIP:DMG:
[1666862660.413187][25129:25129] CHIP:DMG: Data = "" (0 chars),
[1666862660.413191][25129:25129] CHIP:DMG: },
[1666862660.413196][25129:25129] CHIP:DMG:
[1666862660.413199][25129:25129] CHIP:DMG: },
[1666862660.413205][25129:25129] CHIP:DMG:
[1666862660.413207][25129:25129] CHIP:DMG: ],
[1666862660.413214][25129:25129] CHIP:DMG:
[1666862660.413219][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862660.413223][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862660.413226][25129:25129] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x0007) ColorTemperatureMireds attribute"
PICS: CC.C.A0007
verification: |
./chip-tool colorcontrol read color-temperature-mireds 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862691.348062][25129:25129] CHIP:DMG: {
[1666862691.348064][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862691.348069][25129:25129] CHIP:DMG: [
[1666862691.348073][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862691.348078][25129:25129] CHIP:DMG: {
[1666862691.348081][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862691.348085][25129:25129] CHIP:DMG: {
[1666862691.348088][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862691.348092][25129:25129] CHIP:DMG: AttributePathIB =
[1666862691.348096][25129:25129] CHIP:DMG: {
[1666862691.348099][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862691.348104][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862691.348109][25129:25129] CHIP:DMG: Attribute = 0x0000_0007,
[1666862691.348112][25129:25129] CHIP:DMG: }
[1666862691.348116][25129:25129] CHIP:DMG:
[1666862691.348121][25129:25129] CHIP:DMG: Data = 0,
[1666862691.348124][25129:25129] CHIP:DMG: },
[1666862691.348128][25129:25129] CHIP:DMG:
[1666862691.348131][25129:25129] CHIP:DMG: },
[1666862691.348135][25129:25129] CHIP:DMG:
[1666862691.348138][25129:25129] CHIP:DMG: ],
[1666862691.348142][25129:25129] CHIP:DMG:
[1666862691.348146][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862691.348149][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862691.348152][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0008) ColorMode attribute"
PICS: CC.C.A0008
verification: |
./chip-tool colorcontrol read color-mode 1 1
Verify response contains an enum8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862714.451872][25129:25129] CHIP:DMG: {
[1666862714.451875][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862714.451880][25129:25129] CHIP:DMG: [
[1666862714.451883][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862714.451889][25129:25129] CHIP:DMG: {
[1666862714.451892][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862714.451897][25129:25129] CHIP:DMG: {
[1666862714.451900][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862714.451904][25129:25129] CHIP:DMG: AttributePathIB =
[1666862714.451908][25129:25129] CHIP:DMG: {
[1666862714.451911][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862714.451915][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862714.451919][25129:25129] CHIP:DMG: Attribute = 0x0000_0008,
[1666862714.451922][25129:25129] CHIP:DMG: }
[1666862714.451926][25129:25129] CHIP:DMG:
[1666862714.451931][25129:25129] CHIP:DMG: Data = 2,
[1666862714.451935][25129:25129] CHIP:DMG: },
[1666862714.451939][25129:25129] CHIP:DMG:
[1666862714.451942][25129:25129] CHIP:DMG: },
[1666862714.451948][25129:25129] CHIP:DMG:
[1666862714.451950][25129:25129] CHIP:DMG: ],
[1666862714.451955][25129:25129] CHIP:DMG:
[1666862714.451959][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862714.451961][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862714.451964][25129:25129] CHIP:DMG: }
[1666862714.451966][25129:25129] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x000f) Options attribute"
PICS: CC.C.A000f
verification: |
./chip-tool colorcontrol read options 1 1
Verify response contains an bitmap8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862742.001653][25129:25129] CHIP:DMG: {
[1666862742.001655][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862742.001664][25129:25129] CHIP:DMG: [
[1666862742.001672][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862742.001678][25129:25129] CHIP:DMG: {
[1666862742.001681][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862742.001684][25129:25129] CHIP:DMG: {
[1666862742.001687][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862742.001691][25129:25129] CHIP:DMG: AttributePathIB =
[1666862742.001694][25129:25129] CHIP:DMG: {
[1666862742.001698][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862742.001702][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862742.001706][25129:25129] CHIP:DMG: Attribute = 0x0000_000F,
[1666862742.001710][25129:25129] CHIP:DMG: }
[1666862742.001714][25129:25129] CHIP:DMG:
[1666862742.001718][25129:25129] CHIP:DMG: Data = 0,
[1666862742.001722][25129:25129] CHIP:DMG: },
[1666862742.001727][25129:25129] CHIP:DMG:
[1666862742.001731][25129:25129] CHIP:DMG: },
[1666862742.001736][25129:25129] CHIP:DMG:
[1666862742.001738][25129:25129] CHIP:DMG: ],
[1666862742.001743][25129:25129] CHIP:DMG:
[1666862742.001747][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862742.001750][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862742.001752][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x4000) EnhancedCurrentHue attribute"
PICS: CC.C.A4000
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862783.156918][25129:25129] CHIP:DMG: {
[1666862783.156921][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862783.156926][25129:25129] CHIP:DMG: [
[1666862783.156929][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862783.156934][25129:25129] CHIP:DMG: {
[1666862783.156937][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862783.156942][25129:25129] CHIP:DMG: {
[1666862783.156945][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862783.156951][25129:25129] CHIP:DMG: AttributePathIB =
[1666862783.156955][25129:25129] CHIP:DMG: {
[1666862783.156959][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862783.156963][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862783.156969][25129:25129] CHIP:DMG: Attribute = 0x0000_4000,
[1666862783.156972][25129:25129] CHIP:DMG: }
[1666862783.156977][25129:25129] CHIP:DMG:
[1666862783.156981][25129:25129] CHIP:DMG: Data = 0,
[1666862783.156984][25129:25129] CHIP:DMG: },
[1666862783.156989][25129:25129] CHIP:DMG:
[1666862783.156992][25129:25129] CHIP:DMG: },
[1666862783.156996][25129:25129] CHIP:DMG:
[1666862783.156999][25129:25129] CHIP:DMG: ],
[1666862783.157003][25129:25129] CHIP:DMG:
[1666862783.157007][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862783.157009][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862783.157012][25129:25129] CHIP:DMG: }
[1666862783.157014][25129:25129] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x4001) EnhancedColorMode attribute"
PICS: CC.C.A4001
verification: |
./chip-tool colorcontrol read enhanced-color-mode 1 1
Verify response contains an enum8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862808.027159][25129:25129] CHIP:DMG: {
[1666862808.027162][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862808.027169][25129:25129] CHIP:DMG: [
[1666862808.027173][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862808.027180][25129:25129] CHIP:DMG: {
[1666862808.027184][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862808.027190][25129:25129] CHIP:DMG: {
[1666862808.027194][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862808.027199][25129:25129] CHIP:DMG: AttributePathIB =
[1666862808.027204][25129:25129] CHIP:DMG: {
[1666862808.027208][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862808.027214][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862808.027219][25129:25129] CHIP:DMG: Attribute = 0x0000_4001,
[1666862808.027223][25129:25129] CHIP:DMG: }
[1666862808.027235][25129:25129] CHIP:DMG:
[1666862808.027240][25129:25129] CHIP:DMG: Data = 2,
[1666862808.027242][25129:25129] CHIP:DMG: },
[1666862808.027247][25129:25129] CHIP:DMG:
[1666862808.027251][25129:25129] CHIP:DMG: },
[1666862808.027257][25129:25129] CHIP:DMG:
[1666862808.027260][25129:25129] CHIP:DMG: ],
[1666862808.027264][25129:25129] CHIP:DMG:
[1666862808.027268][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862808.027271][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862808.027274][25129:25129] CHIP:DMG: }
[1666862808.027276][25129:25129] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x4002) ColorLoopActive attribute"
PICS: CC.C.A4002
verification: |
./chip-tool colorcontrol read color-loop-active 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862834.193580][25129:25129] CHIP:DMG: {
[1666862834.193582][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862834.193586][25129:25129] CHIP:DMG: [
[1666862834.193589][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862834.193595][25129:25129] CHIP:DMG: {
[1666862834.193598][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862834.193601][25129:25129] CHIP:DMG: {
[1666862834.193605][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862834.193608][25129:25129] CHIP:DMG: AttributePathIB =
[1666862834.193611][25129:25129] CHIP:DMG: {
[1666862834.193615][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862834.193618][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862834.193623][25129:25129] CHIP:DMG: Attribute = 0x0000_4002,
[1666862834.193626][25129:25129] CHIP:DMG: }
[1666862834.193630][25129:25129] CHIP:DMG:
[1666862834.193634][25129:25129] CHIP:DMG: Data = 0,
[1666862834.193637][25129:25129] CHIP:DMG: },
[1666862834.193641][25129:25129] CHIP:DMG:
[1666862834.193644][25129:25129] CHIP:DMG: },
[1666862834.193649][25129:25129] CHIP:DMG:
[1666862834.193651][25129:25129] CHIP:DMG: ],
[1666862834.193656][25129:25129] CHIP:DMG:
[1666862834.193659][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862834.193662][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862834.193664][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x4003) ColorLoopDirection attribute"
PICS: CC.C.A4003
verification: |
./chip-tool colorcontrol read color-loop-direction 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862856.253192][25129:25129] CHIP:DMG: {
[1666862856.253194][25129:25129] CHIP:DMG: AttributeReportIBs =
[1666862856.253199][25129:25129] CHIP:DMG: [
[1666862856.253202][25129:25129] CHIP:DMG: AttributeReportIB =
[1666862856.253207][25129:25129] CHIP:DMG: {
[1666862856.253210][25129:25129] CHIP:DMG: AttributeDataIB =
[1666862856.253213][25129:25129] CHIP:DMG: {
[1666862856.253216][25129:25129] CHIP:DMG: DataVersion = 0xeff75486,
[1666862856.253219][25129:25129] CHIP:DMG: AttributePathIB =
[1666862856.253222][25129:25129] CHIP:DMG: {
[1666862856.253226][25129:25129] CHIP:DMG: Endpoint = 0x1,
[1666862856.253230][25129:25129] CHIP:DMG: Cluster = 0x300,
[1666862856.253233][25129:25129] CHIP:DMG: Attribute = 0x0000_4003,
[1666862856.253237][25129:25129] CHIP:DMG: }
[1666862856.253241][25129:25129] CHIP:DMG:
[1666862856.253246][25129:25129] CHIP:DMG: Data = 0,
[1666862856.253249][25129:25129] CHIP:DMG: },
[1666862856.253252][25129:25129] CHIP:DMG:
[1666862856.253255][25129:25129] CHIP:DMG: },
[1666862856.253259][25129:25129] CHIP:DMG:
[1666862856.253262][25129:25129] CHIP:DMG: ],
[1666862856.253267][25129:25129] CHIP:DMG:
[1666862856.253270][25129:25129] CHIP:DMG: SuppressResponse = true,
[1666862856.253273][25129:25129] CHIP:DMG: InteractionModelRevision = 1
[1666862856.253276][25129:25129] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x4004) ColorLoopTime attribute"
PICS: CC.C.A4004
verification: |
./chip-tool colorcontrol read color-loop-time 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862943.614989][25380:25380] CHIP:DMG: {
[1666862943.614992][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666862943.614997][25380:25380] CHIP:DMG: [
[1666862943.615000][25380:25380] CHIP:DMG: AttributeReportIB =
[1666862943.615004][25380:25380] CHIP:DMG: {
[1666862943.615007][25380:25380] CHIP:DMG: AttributeDataIB =
[1666862943.615011][25380:25380] CHIP:DMG: {
[1666862943.615014][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666862943.615017][25380:25380] CHIP:DMG: AttributePathIB =
[1666862943.615021][25380:25380] CHIP:DMG: {
[1666862943.615024][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666862943.615028][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666862943.615031][25380:25380] CHIP:DMG: Attribute = 0x0000_4004,
[1666862943.615035][25380:25380] CHIP:DMG: }
[1666862943.615039][25380:25380] CHIP:DMG:
[1666862943.615043][25380:25380] CHIP:DMG: Data = 25,
[1666862943.615046][25380:25380] CHIP:DMG: },
[1666862943.615051][25380:25380] CHIP:DMG:
[1666862943.615054][25380:25380] CHIP:DMG: },
[1666862943.615058][25380:25380] CHIP:DMG:
[1666862943.615061][25380:25380] CHIP:DMG: ],
[1666862943.615065][25380:25380] CHIP:DMG:
[1666862943.615067][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666862943.615071][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666862943.615073][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x4005) ColorLoopStartEnhancedHue
attribute"
PICS: CC.C.A4005
verification: |
./chip-tool colorcontrol read color-loop-start-enhanced-hue 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862967.033733][25380:25380] CHIP:DMG: {
[1666862967.033735][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666862967.033741][25380:25380] CHIP:DMG: [
[1666862967.033743][25380:25380] CHIP:DMG: AttributeReportIB =
[1666862967.033749][25380:25380] CHIP:DMG: {
[1666862967.033752][25380:25380] CHIP:DMG: AttributeDataIB =
[1666862967.033756][25380:25380] CHIP:DMG: {
[1666862967.033760][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666862967.033762][25380:25380] CHIP:DMG: AttributePathIB =
[1666862967.033766][25380:25380] CHIP:DMG: {
[1666862967.033770][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666862967.033774][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666862967.033777][25380:25380] CHIP:DMG: Attribute = 0x0000_4005,
[1666862967.033781][25380:25380] CHIP:DMG: }
[1666862967.033785][25380:25380] CHIP:DMG:
[1666862967.033789][25380:25380] CHIP:DMG: Data = 8960,
[1666862967.033793][25380:25380] CHIP:DMG: },
[1666862967.033798][25380:25380] CHIP:DMG:
[1666862967.033802][25380:25380] CHIP:DMG: },
[1666862967.033807][25380:25380] CHIP:DMG:
[1666862967.033809][25380:25380] CHIP:DMG: ],
[1666862967.033815][25380:25380] CHIP:DMG:
[1666862967.033819][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666862967.033822][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666862967.033825][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x4006) ColorLoopStoredEnhancedHue
attribute"
PICS: CC.C.A4006
verification: |
./chip-tool colorcontrol read color-loop-stored-enhanced-hue 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666862998.392537][25380:25380] CHIP:DMG: {
[1666862998.392540][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666862998.392547][25380:25380] CHIP:DMG: [
[1666862998.392551][25380:25380] CHIP:DMG: AttributeReportIB =
[1666862998.392559][25380:25380] CHIP:DMG: {
[1666862998.392564][25380:25380] CHIP:DMG: AttributeDataIB =
[1666862998.392570][25380:25380] CHIP:DMG: {
[1666862998.392574][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666862998.392579][25380:25380] CHIP:DMG: AttributePathIB =
[1666862998.392583][25380:25380] CHIP:DMG: {
[1666862998.392588][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666862998.392592][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666862998.392598][25380:25380] CHIP:DMG: Attribute = 0x0000_4006,
[1666862998.392603][25380:25380] CHIP:DMG: }
[1666862998.392608][25380:25380] CHIP:DMG:
[1666862998.392613][25380:25380] CHIP:DMG: Data = 0,
[1666862998.392617][25380:25380] CHIP:DMG: },
[1666862998.392623][25380:25380] CHIP:DMG:
[1666862998.392627][25380:25380] CHIP:DMG: },
[1666862998.392635][25380:25380] CHIP:DMG:
[1666862998.392638][25380:25380] CHIP:DMG: ],
[1666862998.392645][25380:25380] CHIP:DMG:
[1666862998.392650][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666862998.392654][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666862998.392657][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x400a) ColorCapabilities attribute"
PICS: CC.C.A400a
verification: |
./chip-tool colorcontrol read color-capabilities 1 1
Verify response contains an map16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863021.121978][25380:25380] CHIP:DMG: {
[1666863021.121981][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863021.121986][25380:25380] CHIP:DMG: [
[1666863021.121988][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863021.121993][25380:25380] CHIP:DMG: {
[1666863021.121996][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863021.121999][25380:25380] CHIP:DMG: {
[1666863021.122003][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863021.122006][25380:25380] CHIP:DMG: AttributePathIB =
[1666863021.122010][25380:25380] CHIP:DMG: {
[1666863021.122014][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863021.122019][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863021.122025][25380:25380] CHIP:DMG: Attribute = 0x0000_400A,
[1666863021.122030][25380:25380] CHIP:DMG: }
[1666863021.122036][25380:25380] CHIP:DMG:
[1666863021.122041][25380:25380] CHIP:DMG: Data = 31,
[1666863021.122045][25380:25380] CHIP:DMG: },
[1666863021.122051][25380:25380] CHIP:DMG:
[1666863021.122055][25380:25380] CHIP:DMG: },
[1666863021.122061][25380:25380] CHIP:DMG:
[1666863021.122064][25380:25380] CHIP:DMG: ],
[1666863021.122070][25380:25380] CHIP:DMG:
[1666863021.122074][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863021.122078][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863021.122081][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x400b) ColorTempPhysicalMinMireds
attribute"
PICS: CC.C.A400b
verification: |
./chip-tool colorcontrol read color-temp-physical-min-mireds 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863050.109374][25380:25380] CHIP:DMG: {
[1666863050.109377][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863050.109382][25380:25380] CHIP:DMG: [
[1666863050.109385][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863050.109390][25380:25380] CHIP:DMG: {
[1666863050.109393][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863050.109397][25380:25380] CHIP:DMG: {
[1666863050.109400][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863050.109407][25380:25380] CHIP:DMG: AttributePathIB =
[1666863050.109411][25380:25380] CHIP:DMG: {
[1666863050.109414][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863050.109418][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863050.109422][25380:25380] CHIP:DMG: Attribute = 0x0000_400B,
[1666863050.109427][25380:25380] CHIP:DMG: }
[1666863050.109431][25380:25380] CHIP:DMG:
[1666863050.109435][25380:25380] CHIP:DMG: Data = 0,
[1666863050.109437][25380:25380] CHIP:DMG: },
[1666863050.109444][25380:25380] CHIP:DMG:
[1666863050.109447][25380:25380] CHIP:DMG: },
[1666863050.109452][25380:25380] CHIP:DMG:
[1666863050.109455][25380:25380] CHIP:DMG: ],
[1666863050.109461][25380:25380] CHIP:DMG:
[1666863050.109464][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863050.109467][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863050.109470][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x400c) ColorTempPhysicalMaxMireds
attribute"
PICS: CC.C.A400c
verification: |
./chip-tool colorcontrol read color-temp-physical-max-mireds 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863073.981375][25380:25380] CHIP:DMG: {
[1666863073.981386][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863073.981405][25380:25380] CHIP:DMG: [
[1666863073.981415][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863073.981434][25380:25380] CHIP:DMG: {
[1666863073.981447][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863073.981460][25380:25380] CHIP:DMG: {
[1666863073.981473][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863073.981483][25380:25380] CHIP:DMG: AttributePathIB =
[1666863073.981494][25380:25380] CHIP:DMG: {
[1666863073.981514][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863073.981527][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863073.981540][25380:25380] CHIP:DMG: Attribute = 0x0000_400C,
[1666863073.981552][25380:25380] CHIP:DMG: }
[1666863073.981567][25380:25380] CHIP:DMG:
[1666863073.981582][25380:25380] CHIP:DMG: Data = 65279,
[1666863073.981593][25380:25380] CHIP:DMG: },
[1666863073.981614][25380:25380] CHIP:DMG:
[1666863073.981627][25380:25380] CHIP:DMG: },
[1666863073.981641][25380:25380] CHIP:DMG:
[1666863073.981651][25380:25380] CHIP:DMG: ],
[1666863073.981699][25380:25380] CHIP:DMG:
[1666863073.981716][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863073.981727][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863073.981737][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x400d) CoupleColorTempToLevelMinMireds
attribute"
PICS: CC.C.A400d
verification: |
./chip-tool colorcontrol read couple-color-temp-to-level-min-mireds 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863103.493447][25380:25380] CHIP:DMG: {
[1666863103.493449][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863103.493454][25380:25380] CHIP:DMG: [
[1666863103.493457][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863103.493461][25380:25380] CHIP:DMG: {
[1666863103.493464][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863103.493468][25380:25380] CHIP:DMG: {
[1666863103.493471][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863103.493475][25380:25380] CHIP:DMG: AttributePathIB =
[1666863103.493479][25380:25380] CHIP:DMG: {
[1666863103.493482][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863103.493485][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863103.493491][25380:25380] CHIP:DMG: Attribute = 0x0000_400D,
[1666863103.493494][25380:25380] CHIP:DMG: }
[1666863103.493498][25380:25380] CHIP:DMG:
[1666863103.493502][25380:25380] CHIP:DMG: Data = 0,
[1666863103.493504][25380:25380] CHIP:DMG: },
[1666863103.493509][25380:25380] CHIP:DMG:
[1666863103.493512][25380:25380] CHIP:DMG: },
[1666863103.493517][25380:25380] CHIP:DMG:
[1666863103.493519][25380:25380] CHIP:DMG: ],
[1666863103.493524][25380:25380] CHIP:DMG:
[1666863103.493527][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863103.493530][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863103.493532][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the (0x4010) StartUpColorTemperatureMireds
attribute"
PICS: CC.C.A4010
verification: |
./chip-tool colorcontrol read start-up-color-temperature-mireds 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863132.719434][25380:25380] CHIP:DMG: {
[1666863132.719437][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863132.719442][25380:25380] CHIP:DMG: [
[1666863132.719445][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863132.719449][25380:25380] CHIP:DMG: {
[1666863132.719453][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863132.719457][25380:25380] CHIP:DMG: {
[1666863132.719460][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863132.719463][25380:25380] CHIP:DMG: AttributePathIB =
[1666863132.719466][25380:25380] CHIP:DMG: {
[1666863132.719469][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863132.719473][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863132.719477][25380:25380] CHIP:DMG: Attribute = 0x0000_4010,
[1666863132.719480][25380:25380] CHIP:DMG: }
[1666863132.719484][25380:25380] CHIP:DMG:
[1666863132.719488][25380:25380] CHIP:DMG: Data = 0,
[1666863132.719492][25380:25380] CHIP:DMG: },
[1666863132.719496][25380:25380] CHIP:DMG:
[1666863132.719499][25380:25380] CHIP:DMG: },
[1666863132.719503][25380:25380] CHIP:DMG:
[1666863132.719506][25380:25380] CHIP:DMG: ],
[1666863132.719511][25380:25380] CHIP:DMG:
[1666863132.719514][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863132.719518][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863132.719520][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0010) NumberOfPrimaries attribute"
PICS: CC.C.A0010
verification: |
./chip-tool colorcontrol read number-of-primaries 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863157.673552][25380:25380] CHIP:DMG: {
[1666863157.673554][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863157.673559][25380:25380] CHIP:DMG: [
[1666863157.673562][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863157.673567][25380:25380] CHIP:DMG: {
[1666863157.673570][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863157.673573][25380:25380] CHIP:DMG: {
[1666863157.673576][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863157.673579][25380:25380] CHIP:DMG: AttributePathIB =
[1666863157.673582][25380:25380] CHIP:DMG: {
[1666863157.673586][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863157.673589][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863157.673593][25380:25380] CHIP:DMG: Attribute = 0x0000_0010,
[1666863157.673596][25380:25380] CHIP:DMG: }
[1666863157.673600][25380:25380] CHIP:DMG:
[1666863157.673604][25380:25380] CHIP:DMG: Data = 0,
[1666863157.673608][25380:25380] CHIP:DMG: },
[1666863157.673613][25380:25380] CHIP:DMG:
[1666863157.673616][25380:25380] CHIP:DMG: },
[1666863157.673621][25380:25380] CHIP:DMG:
[1666863157.673624][25380:25380] CHIP:DMG: ],
[1666863157.673629][25380:25380] CHIP:DMG:
[1666863157.673632][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863157.673635][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863157.673637][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0011) Primary1X attribute"
PICS: CC.C.A0011
verification: |
./chip-tool colorcontrol read primary1x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
[ReportDataMessage =
[1666863188.044156][25380:25380] CHIP:DMG: {
[1666863188.044159][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863188.044166][25380:25380] CHIP:DMG: [
[1666863188.044171][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863188.044177][25380:25380] CHIP:DMG: {
[1666863188.044181][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863188.044186][25380:25380] CHIP:DMG: {
[1666863188.044191][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863188.044195][25380:25380] CHIP:DMG: AttributePathIB =
[1666863188.044201][25380:25380] CHIP:DMG: {
[1666863188.044206][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863188.044210][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863188.044215][25380:25380] CHIP:DMG: Attribute = 0x0000_0011,
[1666863188.044219][25380:25380] CHIP:DMG: }
[1666863188.044225][25380:25380] CHIP:DMG:
[1666863188.044229][25380:25380] CHIP:DMG: Data = 0,
[1666863188.044233][25380:25380] CHIP:DMG: },
[1666863188.044239][25380:25380] CHIP:DMG:
[1666863188.044242][25380:25380] CHIP:DMG: },
[1666863188.044249][25380:25380] CHIP:DMG:
[1666863188.044253][25380:25380] CHIP:DMG: ],
[1666863188.044260][25380:25380] CHIP:DMG:
[1666863188.044264][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863188.044268][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863188.044272][25380:25380] CHIP:DMG: }
[1666863188.044276][25380:25380] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x0012) Primary1Y attribute"
PICS: CC.C.A0012
verification: |
./chip-tool colorcontrol read primary1y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863261.341318][25380:25380] CHIP:DMG: {
[1666863261.341321][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863261.341326][25380:25380] CHIP:DMG: [
[1666863261.341329][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863261.341335][25380:25380] CHIP:DMG: {
[1666863261.341337][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863261.341341][25380:25380] CHIP:DMG: {
[1666863261.341345][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863261.341348][25380:25380] CHIP:DMG: AttributePathIB =
[1666863261.341351][25380:25380] CHIP:DMG: {
[1666863261.341354][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863261.341358][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863261.341362][25380:25380] CHIP:DMG: Attribute = 0x0000_0012,
[1666863261.341365][25380:25380] CHIP:DMG: }
[1666863261.341368][25380:25380] CHIP:DMG:
[1666863261.341373][25380:25380] CHIP:DMG: Data = 0,
[1666863261.341376][25380:25380] CHIP:DMG: },
[1666863261.341379][25380:25380] CHIP:DMG:
[1666863261.341382][25380:25380] CHIP:DMG: },
[1666863261.341387][25380:25380] CHIP:DMG:
[1666863261.341393][25380:25380] CHIP:DMG: ],
[1666863261.341397][25380:25380] CHIP:DMG:
[1666863261.341401][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863261.341403][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863261.341405][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0013) Primary1Intensity attribute"
PICS: CC.C.A0013
verification: |
./chip-tool colorcontrol read primary1intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863288.450234][25380:25380] CHIP:DMG: {
[1666863288.450236][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863288.450241][25380:25380] CHIP:DMG: [
[1666863288.450243][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863288.450247][25380:25380] CHIP:DMG: {
[1666863288.450250][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863288.450254][25380:25380] CHIP:DMG: {
[1666863288.450257][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863288.450260][25380:25380] CHIP:DMG: AttributePathIB =
[1666863288.450264][25380:25380] CHIP:DMG: {
[1666863288.450267][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863288.450271][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863288.450274][25380:25380] CHIP:DMG: Attribute = 0x0000_0013,
[1666863288.450277][25380:25380] CHIP:DMG: }
[1666863288.450281][25380:25380] CHIP:DMG:
[1666863288.450286][25380:25380] CHIP:DMG: Data = 0,
[1666863288.450289][25380:25380] CHIP:DMG: },
[1666863288.450295][25380:25380] CHIP:DMG:
[1666863288.450297][25380:25380] CHIP:DMG: },
[1666863288.450302][25380:25380] CHIP:DMG:
[1666863288.450305][25380:25380] CHIP:DMG: ],
[1666863288.450309][25380:25380] CHIP:DMG:
[1666863288.450313][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863288.450316][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863288.450319][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0015) Primary2X attribute"
PICS: CC.C.A0015
verification: |
./chip-tool colorcontrol read primary2x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863327.752049][25380:25380] CHIP:DMG: {
[1666863327.752059][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863327.752076][25380:25380] CHIP:DMG: [
[1666863327.752087][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863327.752104][25380:25380] CHIP:DMG: {
[1666863327.752118][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863327.752131][25380:25380] CHIP:DMG: {
[1666863327.752144][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863327.752159][25380:25380] CHIP:DMG: AttributePathIB =
[1666863327.752173][25380:25380] CHIP:DMG: {
[1666863327.752184][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863327.752199][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863327.752214][25380:25380] CHIP:DMG: Attribute = 0x0000_0015,
[1666863327.752226][25380:25380] CHIP:DMG: }
[1666863327.752241][25380:25380] CHIP:DMG:
[1666863327.752263][25380:25380] CHIP:DMG: Data = 0,
[1666863327.752275][25380:25380] CHIP:DMG: },
[1666863327.752294][25380:25380] CHIP:DMG:
[1666863327.752304][25380:25380] CHIP:DMG: },
[1666863327.752321][25380:25380] CHIP:DMG:
[1666863327.752331][25380:25380] CHIP:DMG: ],
[1666863327.752350][25380:25380] CHIP:DMG:
[1666863327.752367][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863327.752381][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863327.752391][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0016) Primary2Y attribute"
PICS: CC.C.A0016
verification: |
./chip-tool colorcontrol read primary2y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863355.607138][25380:25380] CHIP:DMG: {
[1666863355.607140][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863355.607146][25380:25380] CHIP:DMG: [
[1666863355.607148][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863355.607153][25380:25380] CHIP:DMG: {
[1666863355.607156][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863355.607159][25380:25380] CHIP:DMG: {
[1666863355.607163][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863355.607165][25380:25380] CHIP:DMG: AttributePathIB =
[1666863355.607169][25380:25380] CHIP:DMG: {
[1666863355.607173][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863355.607178][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863355.607181][25380:25380] CHIP:DMG: Attribute = 0x0000_0016,
[1666863355.607188][25380:25380] CHIP:DMG: }
[1666863355.607192][25380:25380] CHIP:DMG:
[1666863355.607196][25380:25380] CHIP:DMG: Data = 0,
[1666863355.607199][25380:25380] CHIP:DMG: },
[1666863355.607203][25380:25380] CHIP:DMG:
[1666863355.607206][25380:25380] CHIP:DMG: },
[1666863355.607210][25380:25380] CHIP:DMG:
[1666863355.607213][25380:25380] CHIP:DMG: ],
[1666863355.607218][25380:25380] CHIP:DMG:
[1666863355.607221][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863355.607224][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863355.607226][25380:25380] CHIP:DMG: }
[1666863355.607229][25380:25380] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x0017) Primary2Intensity attribute"
PICS: CC.C.A0017
verification: |
./chip-tool colorcontrol read primary2intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863381.231124][25380:25380] CHIP:DMG: {
[1666863381.231127][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863381.231132][25380:25380] CHIP:DMG: [
[1666863381.231134][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863381.231139][25380:25380] CHIP:DMG: {
[1666863381.231142][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863381.231146][25380:25380] CHIP:DMG: {
[1666863381.231150][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863381.231156][25380:25380] CHIP:DMG: AttributePathIB =
[1666863381.231160][25380:25380] CHIP:DMG: {
[1666863381.231165][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863381.231170][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863381.231176][25380:25380] CHIP:DMG: Attribute = 0x0000_0017,
[1666863381.231180][25380:25380] CHIP:DMG: }
[1666863381.231186][25380:25380] CHIP:DMG:
[1666863381.231191][25380:25380] CHIP:DMG: Data = 0,
[1666863381.231196][25380:25380] CHIP:DMG: },
[1666863381.231204][25380:25380] CHIP:DMG:
[1666863381.231208][25380:25380] CHIP:DMG: },
[1666863381.231213][25380:25380] CHIP:DMG:
[1666863381.231217][25380:25380] CHIP:DMG: ],
[1666863381.231224][25380:25380] CHIP:DMG:
[1666863381.231228][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863381.231232][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863381.231235][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0019) Primary3X attribute"
PICS: CC.C.A0019
verification: |
./chip-tool colorcontrol read primary3x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863405.983475][25380:25380] CHIP:DMG: {
[1666863405.983477][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863405.983483][25380:25380] CHIP:DMG: [
[1666863405.983485][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863405.983491][25380:25380] CHIP:DMG: {
[1666863405.983494][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863405.983498][25380:25380] CHIP:DMG: {
[1666863405.983502][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863405.983505][25380:25380] CHIP:DMG: AttributePathIB =
[1666863405.983510][25380:25380] CHIP:DMG: {
[1666863405.983513][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863405.983517][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863405.983523][25380:25380] CHIP:DMG: Attribute = 0x0000_0019,
[1666863405.983526][25380:25380] CHIP:DMG: }
[1666863405.983534][25380:25380] CHIP:DMG:
[1666863405.983540][25380:25380] CHIP:DMG: Data = 0,
[1666863405.983544][25380:25380] CHIP:DMG: },
[1666863405.983548][25380:25380] CHIP:DMG:
[1666863405.983551][25380:25380] CHIP:DMG: },
[1666863405.983555][25380:25380] CHIP:DMG:
[1666863405.983558][25380:25380] CHIP:DMG: ],
[1666863405.983565][25380:25380] CHIP:DMG:
[1666863405.983568][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863405.983572][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863405.983575][25380:25380] CHIP:DMG: }
[1666863405.983577][25380:25380] CHIP:DMG:
disabled: true
- label: "DUT reads from the TH the (0x001a) Primary3Y attribute"
PICS: CC.C.A001a
verification: |
./chip-tool colorcontrol read primary3y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863435.469111][25380:25380] CHIP:DMG: {
[1666863435.469114][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863435.469119][25380:25380] CHIP:DMG: [
[1666863435.469122][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863435.469126][25380:25380] CHIP:DMG: {
[1666863435.469130][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863435.469133][25380:25380] CHIP:DMG: {
[1666863435.469137][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863435.469140][25380:25380] CHIP:DMG: AttributePathIB =
[1666863435.469143][25380:25380] CHIP:DMG: {
[1666863435.469147][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863435.469151][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863435.469154][25380:25380] CHIP:DMG: Attribute = 0x0000_001A,
[1666863435.469158][25380:25380] CHIP:DMG: }
[1666863435.469162][25380:25380] CHIP:DMG:
[1666863435.469166][25380:25380] CHIP:DMG: Data = 0,
[1666863435.469168][25380:25380] CHIP:DMG: },
[1666863435.469173][25380:25380] CHIP:DMG:
[1666863435.469175][25380:25380] CHIP:DMG: },
[1666863435.469180][25380:25380] CHIP:DMG:
[1666863435.469182][25380:25380] CHIP:DMG: ],
[1666863435.469188][25380:25380] CHIP:DMG:
[1666863435.469191][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863435.469193][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863435.469196][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x001b) Primary3Intensity attribute"
PICS: CC.C.A001b
verification: |
./chip-tool colorcontrol read primary3intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863464.087690][25380:25380] CHIP:DMG: {
[1666863464.087693][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863464.087698][25380:25380] CHIP:DMG: [
[1666863464.087700][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863464.087706][25380:25380] CHIP:DMG: {
[1666863464.087709][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863464.087712][25380:25380] CHIP:DMG: {
[1666863464.087715][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863464.087719][25380:25380] CHIP:DMG: AttributePathIB =
[1666863464.087723][25380:25380] CHIP:DMG: {
[1666863464.087727][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863464.087731][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863464.087735][25380:25380] CHIP:DMG: Attribute = 0x0000_001B,
[1666863464.087738][25380:25380] CHIP:DMG: }
[1666863464.087743][25380:25380] CHIP:DMG:
[1666863464.087746][25380:25380] CHIP:DMG: Data = 0,
[1666863464.087749][25380:25380] CHIP:DMG: },
[1666863464.087754][25380:25380] CHIP:DMG:
[1666863464.087757][25380:25380] CHIP:DMG: },
[1666863464.087762][25380:25380] CHIP:DMG:
[1666863464.087764][25380:25380] CHIP:DMG: ],
[1666863464.087769][25380:25380] CHIP:DMG:
[1666863464.087772][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863464.087775][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863464.087778][25380:25380] CHIP:DMG: }
[1666863464.087781][25380:25380] CHIP:DMG:
CHIP:DMG: },
disabled: true
- label: "DUT reads from the TH the (0x0020) Primary4X attribute"
PICS: CC.C.A0020
verification: |
./chip-tool colorcontrol read primary4x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863490.271640][25380:25380] CHIP:DMG: {
[1666863490.271643][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863490.271648][25380:25380] CHIP:DMG: [
[1666863490.271651][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863490.271656][25380:25380] CHIP:DMG: {
[1666863490.271659][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863490.271663][25380:25380] CHIP:DMG: {
[1666863490.271667][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863490.271670][25380:25380] CHIP:DMG: AttributePathIB =
[1666863490.271673][25380:25380] CHIP:DMG: {
[1666863490.271677][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863490.271680][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863490.271684][25380:25380] CHIP:DMG: Attribute = 0x0000_0020,
[1666863490.271690][25380:25380] CHIP:DMG: }
[1666863490.271694][25380:25380] CHIP:DMG:
[1666863490.271698][25380:25380] CHIP:DMG: Data = 0,
[1666863490.271702][25380:25380] CHIP:DMG: },
[1666863490.271707][25380:25380] CHIP:DMG:
[1666863490.271710][25380:25380] CHIP:DMG: },
[1666863490.271715][25380:25380] CHIP:DMG:
[1666863490.271718][25380:25380] CHIP:DMG: ],
[1666863490.271723][25380:25380] CHIP:DMG:
[1666863490.271726][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863490.271729][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863490.271732][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0021) Primary4Y attribute"
PICS: CC.C.A0021
verification: |
./chip-tool colorcontrol read primary4y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863522.473914][25380:25380] CHIP:DMG: {
[1666863522.473917][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863522.473923][25380:25380] CHIP:DMG: [
[1666863522.473925][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863522.473930][25380:25380] CHIP:DMG: {
[1666863522.473933][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863522.473938][25380:25380] CHIP:DMG: {
[1666863522.473941][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863522.473944][25380:25380] CHIP:DMG: AttributePathIB =
[1666863522.473949][25380:25380] CHIP:DMG: {
[1666863522.473952][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863522.473957][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863522.473961][25380:25380] CHIP:DMG: Attribute = 0x0000_0021,
[1666863522.473964][25380:25380] CHIP:DMG: }
[1666863522.473968][25380:25380] CHIP:DMG:
[1666863522.473972][25380:25380] CHIP:DMG: Data = 0,
[1666863522.473975][25380:25380] CHIP:DMG: },
[1666863522.473979][25380:25380] CHIP:DMG:
[1666863522.473982][25380:25380] CHIP:DMG: },
[1666863522.473987][25380:25380] CHIP:DMG:
[1666863522.473989][25380:25380] CHIP:DMG: ],
[1666863522.473994][25380:25380] CHIP:DMG:
[1666863522.473997][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863522.473999][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863522.474001][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0022) Primary4Intensity attribute"
PICS: CC.C.A0022
verification: |
./chip-tool colorcontrol read primary4intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863555.278546][25380:25380] CHIP:DMG: {
[1666863555.278548][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863555.278552][25380:25380] CHIP:DMG: [
[1666863555.278555][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863555.278559][25380:25380] CHIP:DMG: {
[1666863555.278563][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863555.278565][25380:25380] CHIP:DMG: {
[1666863555.278568][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863555.278571][25380:25380] CHIP:DMG: AttributePathIB =
[1666863555.278575][25380:25380] CHIP:DMG: {
[1666863555.278579][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863555.278583][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863555.278586][25380:25380] CHIP:DMG: Attribute = 0x0000_0022,
[1666863555.278592][25380:25380] CHIP:DMG: }
[1666863555.278596][25380:25380] CHIP:DMG:
[1666863555.278600][25380:25380] CHIP:DMG: Data = 0,
[1666863555.278603][25380:25380] CHIP:DMG: },
[1666863555.278607][25380:25380] CHIP:DMG:
[1666863555.278610][25380:25380] CHIP:DMG: },
[1666863555.278615][25380:25380] CHIP:DMG:
[1666863555.278618][25380:25380] CHIP:DMG: ],
[1666863555.278622][25380:25380] CHIP:DMG:
[1666863555.278625][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863555.278629][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863555.278632][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0024) Primary5X attribute"
PICS: CC.C.A0024
verification: |
./chip-tool colorcontrol read primary5x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863587.103204][25380:25380] CHIP:DMG: {
[1666863587.103207][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863587.103211][25380:25380] CHIP:DMG: [
[1666863587.103214][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863587.103219][25380:25380] CHIP:DMG: {
[1666863587.103222][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863587.103225][25380:25380] CHIP:DMG: {
[1666863587.103228][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863587.103231][25380:25380] CHIP:DMG: AttributePathIB =
[1666863587.103235][25380:25380] CHIP:DMG: {
[1666863587.103239][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863587.103245][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863587.103249][25380:25380] CHIP:DMG: Attribute = 0x0000_0024,
[1666863587.103254][25380:25380] CHIP:DMG: }
[1666863587.103258][25380:25380] CHIP:DMG:
[1666863587.103262][25380:25380] CHIP:DMG: Data = 0,
[1666863587.103266][25380:25380] CHIP:DMG: },
[1666863587.103271][25380:25380] CHIP:DMG:
[1666863587.103273][25380:25380] CHIP:DMG: },
[1666863587.103278][25380:25380] CHIP:DMG:
[1666863587.103281][25380:25380] CHIP:DMG: ],
[1666863587.103286][25380:25380] CHIP:DMG:
[1666863587.103289][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863587.103292][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863587.103295][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0025) Primary5Y attribute"
PICS: CC.C.A0025
verification: |
./chip-tool colorcontrol read primary5y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863613.004010][25380:25380] CHIP:DMG: {
[1666863613.004014][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863613.004021][25380:25380] CHIP:DMG: [
[1666863613.004025][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863613.004033][25380:25380] CHIP:DMG: {
[1666863613.004036][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863613.004042][25380:25380] CHIP:DMG: {
[1666863613.004047][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863613.004052][25380:25380] CHIP:DMG: AttributePathIB =
[1666863613.004058][25380:25380] CHIP:DMG: {
[1666863613.004062][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863613.004067][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863613.004072][25380:25380] CHIP:DMG: Attribute = 0x0000_0025,
[1666863613.004076][25380:25380] CHIP:DMG: }
[1666863613.004081][25380:25380] CHIP:DMG:
[1666863613.004086][25380:25380] CHIP:DMG: Data = 0,
[1666863613.004093][25380:25380] CHIP:DMG: },
[1666863613.004099][25380:25380] CHIP:DMG:
[1666863613.004104][25380:25380] CHIP:DMG: },
[1666863613.004110][25380:25380] CHIP:DMG:
[1666863613.004113][25380:25380] CHIP:DMG: ],
[1666863613.004119][25380:25380] CHIP:DMG:
[1666863613.004124][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863613.004129][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863613.004132][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0026) Primary5Intensity attribute"
PICS: CC.C.A0026
verification: |
./chip-tool colorcontrol read primary5intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863640.702107][25380:25380] CHIP:DMG: {
[1666863640.702111][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863640.702118][25380:25380] CHIP:DMG: [
[1666863640.702122][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863640.702129][25380:25380] CHIP:DMG: {
[1666863640.702134][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863640.702139][25380:25380] CHIP:DMG: {
[1666863640.702144][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863640.702148][25380:25380] CHIP:DMG: AttributePathIB =
[1666863640.702153][25380:25380] CHIP:DMG: {
[1666863640.702159][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863640.702165][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863640.702170][25380:25380] CHIP:DMG: Attribute = 0x0000_0026,
[1666863640.702175][25380:25380] CHIP:DMG: }
[1666863640.702181][25380:25380] CHIP:DMG:
[1666863640.702186][25380:25380] CHIP:DMG: Data = 0,
[1666863640.702191][25380:25380] CHIP:DMG: },
[1666863640.702199][25380:25380] CHIP:DMG:
[1666863640.702203][25380:25380] CHIP:DMG: },
[1666863640.702210][25380:25380] CHIP:DMG:
[1666863640.702213][25380:25380] CHIP:DMG: ],
[1666863640.702220][25380:25380] CHIP:DMG:
[1666863640.702224][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863640.702229][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863640.702232][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0028) Primary6X attribute"
PICS: CC.C.A0028
verification: |
./chip-tool colorcontrol read primary6x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863670.226471][25380:25380] CHIP:DMG: {
[1666863670.226474][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863670.226479][25380:25380] CHIP:DMG: [
[1666863670.226482][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863670.226488][25380:25380] CHIP:DMG: {
[1666863670.226491][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863670.226494][25380:25380] CHIP:DMG: {
[1666863670.226498][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863670.226501][25380:25380] CHIP:DMG: AttributePathIB =
[1666863670.226506][25380:25380] CHIP:DMG: {
[1666863670.226509][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863670.226514][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863670.226518][25380:25380] CHIP:DMG: Attribute = 0x0000_0028,
[1666863670.226524][25380:25380] CHIP:DMG: }
[1666863670.226529][25380:25380] CHIP:DMG:
[1666863670.226533][25380:25380] CHIP:DMG: Data = 0,
[1666863670.226536][25380:25380] CHIP:DMG: },
[1666863670.226543][25380:25380] CHIP:DMG:
[1666863670.226546][25380:25380] CHIP:DMG: },
[1666863670.226551][25380:25380] CHIP:DMG:
[1666863670.226554][25380:25380] CHIP:DMG: ],
[1666863670.226559][25380:25380] CHIP:DMG:
[1666863670.226562][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863670.226566][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863670.226568][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x0029) Primary6Y attribute"
PICS: CC.C.A0029
verification: |
./chip-tool colorcontrol read primary6y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863704.984668][25380:25380] CHIP:DMG: {
[1666863704.984671][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863704.984676][25380:25380] CHIP:DMG: [
[1666863704.984679][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863704.984684][25380:25380] CHIP:DMG: {
[1666863704.984687][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863704.984691][25380:25380] CHIP:DMG: {
[1666863704.984695][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863704.984701][25380:25380] CHIP:DMG: AttributePathIB =
[1666863704.984704][25380:25380] CHIP:DMG: {
[1666863704.984709][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863704.984712][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863704.984718][25380:25380] CHIP:DMG: Attribute = 0x0000_0029,
[1666863704.984721][25380:25380] CHIP:DMG: }
[1666863704.984725][25380:25380] CHIP:DMG:
[1666863704.984729][25380:25380] CHIP:DMG: Data = 0,
[1666863704.984732][25380:25380] CHIP:DMG: },
[1666863704.984737][25380:25380] CHIP:DMG:
[1666863704.984740][25380:25380] CHIP:DMG: },
[1666863704.984744][25380:25380] CHIP:DMG:
[1666863704.984746][25380:25380] CHIP:DMG: ],
[1666863704.984751][25380:25380] CHIP:DMG:
[1666863704.984754][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863704.984757][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863704.984760][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the (0x002a) Primary6Intensity attribute"
PICS: CC.C.A002a
verification: |
./chip-tool colorcontrol read primary6intensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863735.953001][25380:25380] CHIP:DMG: {
[1666863735.953004][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863735.953010][25380:25380] CHIP:DMG: [
[1666863735.953012][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863735.953017][25380:25380] CHIP:DMG: {
[1666863735.953020][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863735.953023][25380:25380] CHIP:DMG: {
[1666863735.953026][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863735.953030][25380:25380] CHIP:DMG: AttributePathIB =
[1666863735.953034][25380:25380] CHIP:DMG: {
[1666863735.953037][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863735.953041][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863735.953044][25380:25380] CHIP:DMG: Attribute = 0x0000_002A,
[1666863735.953048][25380:25380] CHIP:DMG: }
[1666863735.953053][25380:25380] CHIP:DMG:
[1666863735.953057][25380:25380] CHIP:DMG: Data = 0,
[1666863735.953061][25380:25380] CHIP:DMG: },
[1666863735.953066][25380:25380] CHIP:DMG:
[1666863735.953069][25380:25380] CHIP:DMG: },
[1666863735.953073][25380:25380] CHIP:DMG:
[1666863735.953076][25380:25380] CHIP:DMG: ],
[1666863735.953081][25380:25380] CHIP:DMG:
[1666863735.953084][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863735.953089][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863735.953091][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the Optional (0x0030) WhitePointX attribute"
PICS: CC.C.A0030
verification: |
./chip-tool colorcontrol read white-point-x 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863776.073728][25380:25380] CHIP:DMG: {
[1666863776.073730][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863776.073736][25380:25380] CHIP:DMG: [
[1666863776.073739][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863776.073743][25380:25380] CHIP:DMG: {
[1666863776.073746][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863776.073750][25380:25380] CHIP:DMG: {
[1666863776.073753][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863776.073757][25380:25380] CHIP:DMG: AttributePathIB =
[1666863776.073760][25380:25380] CHIP:DMG: {
[1666863776.073764][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863776.073767][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863776.073771][25380:25380] CHIP:DMG: Attribute = 0x0000_0030,
[1666863776.073774][25380:25380] CHIP:DMG: }
[1666863776.073778][25380:25380] CHIP:DMG:
[1666863776.073782][25380:25380] CHIP:DMG: Data = 0,
[1666863776.073785][25380:25380] CHIP:DMG: },
[1666863776.073790][25380:25380] CHIP:DMG:
[1666863776.073792][25380:25380] CHIP:DMG: },
[1666863776.073797][25380:25380] CHIP:DMG:
[1666863776.073799][25380:25380] CHIP:DMG: ],
[1666863776.073804][25380:25380] CHIP:DMG:
[1666863776.073807][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863776.073809][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863776.073812][25380:25380] CHIP:DMG: }
disabled: true
- label: "DUT reads from the TH the Optional (0x0031) WhitePointY attribute"
PICS: CC.C.A0031
verification: |
./chip-tool colorcontrol read white-point-y 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863799.002352][25380:25380] CHIP:DMG: {
[1666863799.002358][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863799.002369][25380:25380] CHIP:DMG: [
[1666863799.002375][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863799.002392][25380:25380] CHIP:DMG: {
[1666863799.002399][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863799.002410][25380:25380] CHIP:DMG: {
[1666863799.002418][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863799.002424][25380:25380] CHIP:DMG: AttributePathIB =
[1666863799.002431][25380:25380] CHIP:DMG: {
[1666863799.002440][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863799.002448][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863799.002455][25380:25380] CHIP:DMG: Attribute = 0x0000_0031,
[1666863799.002464][25380:25380] CHIP:DMG: }
[1666863799.002474][25380:25380] CHIP:DMG:
[1666863799.002485][25380:25380] CHIP:DMG: Data = 0,
[1666863799.002491][25380:25380] CHIP:DMG: },
[1666863799.002501][25380:25380] CHIP:DMG:
[1666863799.002508][25380:25380] CHIP:DMG: },
[1666863799.002516][25380:25380] CHIP:DMG:
[1666863799.002523][25380:25380] CHIP:DMG: ],
[1666863799.002537][25380:25380] CHIP:DMG:
[1666863799.002544][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863799.002551][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863799.002558][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0032) ColorPointRX attribute"
PICS: CC.C.A0032
verification: |
./chip-tool colorcontrol read color-point-rx 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863840.749291][25380:25380] CHIP:DMG: {
[1666863840.749294][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863840.749299][25380:25380] CHIP:DMG: [
[1666863840.749301][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863840.749306][25380:25380] CHIP:DMG: {
[1666863840.749309][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863840.749312][25380:25380] CHIP:DMG: {
[1666863840.749315][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863840.749319][25380:25380] CHIP:DMG: AttributePathIB =
[1666863840.749323][25380:25380] CHIP:DMG: {
[1666863840.749327][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863840.749331][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863840.749335][25380:25380] CHIP:DMG: Attribute = 0x0000_0032,
[1666863840.749338][25380:25380] CHIP:DMG: }
[1666863840.749342][25380:25380] CHIP:DMG:
[1666863840.749346][25380:25380] CHIP:DMG: Data = 0,
[1666863840.749349][25380:25380] CHIP:DMG: },
[1666863840.749354][25380:25380] CHIP:DMG:
[1666863840.749357][25380:25380] CHIP:DMG: },
[1666863840.749361][25380:25380] CHIP:DMG:
[1666863840.749364][25380:25380] CHIP:DMG: ],
[1666863840.749369][25380:25380] CHIP:DMG:
[1666863840.749372][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863840.749375][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863840.749378][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0033) ColorPointRY attribute"
PICS: CC.C.A0033
verification: |
./chip-tool colorcontrol read color-point-ry 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863871.297604][25380:25380] CHIP:DMG: {
[1666863871.297607][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863871.297612][25380:25380] CHIP:DMG: [
[1666863871.297615][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863871.297621][25380:25380] CHIP:DMG: {
[1666863871.297624][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863871.297628][25380:25380] CHIP:DMG: {
[1666863871.297631][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863871.297635][25380:25380] CHIP:DMG: AttributePathIB =
[1666863871.297638][25380:25380] CHIP:DMG: {
[1666863871.297642][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863871.297645][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863871.297650][25380:25380] CHIP:DMG: Attribute = 0x0000_0033,
[1666863871.297653][25380:25380] CHIP:DMG: }
[1666863871.297657][25380:25380] CHIP:DMG:
[1666863871.297661][25380:25380] CHIP:DMG: Data = 0,
[1666863871.297664][25380:25380] CHIP:DMG: },
[1666863871.297676][25380:25380] CHIP:DMG:
[1666863871.297680][25380:25380] CHIP:DMG: },
[1666863871.297685][25380:25380] CHIP:DMG:
[1666863871.297687][25380:25380] CHIP:DMG: ],
[1666863871.297692][25380:25380] CHIP:DMG:
[1666863871.297695][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863871.297697][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863871.297700][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0034) ColorPointRIntensity
attribute"
PICS: CC.C.A0034
verification: |
./chip-tool colorcontrol read color-point-rintensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863905.049383][25380:25380] CHIP:DMG: {
[1666863905.049386][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863905.049391][25380:25380] CHIP:DMG: [
[1666863905.049393][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863905.049399][25380:25380] CHIP:DMG: {
[1666863905.049401][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863905.049405][25380:25380] CHIP:DMG: {
[1666863905.049409][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863905.049413][25380:25380] CHIP:DMG: AttributePathIB =
[1666863905.049416][25380:25380] CHIP:DMG: {
[1666863905.049421][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863905.049424][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863905.049428][25380:25380] CHIP:DMG: Attribute = 0x0000_0034,
[1666863905.049431][25380:25380] CHIP:DMG: }
[1666863905.049436][25380:25380] CHIP:DMG:
[1666863905.049439][25380:25380] CHIP:DMG: Data = 0,
[1666863905.049442][25380:25380] CHIP:DMG: },
[1666863905.049447][25380:25380] CHIP:DMG:
[1666863905.049450][25380:25380] CHIP:DMG: },
[1666863905.049454][25380:25380] CHIP:DMG:
[1666863905.049458][25380:25380] CHIP:DMG: ],
[1666863905.049463][25380:25380] CHIP:DMG:
[1666863905.049466][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863905.049469][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863905.049471][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0036) ColorPointGX attribute"
PICS: CC.C.A0036
verification: |
./chip-tool colorcontrol read color-point-gx 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863936.141298][25380:25380] CHIP:DMG: {
[1666863936.141302][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863936.141309][25380:25380] CHIP:DMG: [
[1666863936.141312][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863936.141320][25380:25380] CHIP:DMG: {
[1666863936.141325][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863936.141330][25380:25380] CHIP:DMG: {
[1666863936.141334][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863936.141339][25380:25380] CHIP:DMG: AttributePathIB =
[1666863936.141344][25380:25380] CHIP:DMG: {
[1666863936.141349][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863936.141354][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863936.141359][25380:25380] CHIP:DMG: Attribute = 0x0000_0036,
[1666863936.141364][25380:25380] CHIP:DMG: }
[1666863936.141369][25380:25380] CHIP:DMG:
[1666863936.141375][25380:25380] CHIP:DMG: Data = 0,
[1666863936.141379][25380:25380] CHIP:DMG: },
[1666863936.141386][25380:25380] CHIP:DMG:
[1666863936.141391][25380:25380] CHIP:DMG: },
[1666863936.141397][25380:25380] CHIP:DMG:
[1666863936.141401][25380:25380] CHIP:DMG: ],
[1666863936.141408][25380:25380] CHIP:DMG:
[1666863936.141412][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863936.141417][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863936.141420][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0037) ColorPointGY attribute"
PICS: CC.C.A0037
verification: |
./chip-tool colorcontrol read color-point-gy 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863962.602460][25380:25380] CHIP:DMG: {
[1666863962.602464][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863962.602471][25380:25380] CHIP:DMG: [
[1666863962.602475][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863962.602481][25380:25380] CHIP:DMG: {
[1666863962.602486][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863962.602491][25380:25380] CHIP:DMG: {
[1666863962.602496][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863962.602501][25380:25380] CHIP:DMG: AttributePathIB =
[1666863962.602506][25380:25380] CHIP:DMG: {
[1666863962.602511][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863962.602516][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863962.602521][25380:25380] CHIP:DMG: Attribute = 0x0000_0037,
[1666863962.602527][25380:25380] CHIP:DMG: }
[1666863962.602533][25380:25380] CHIP:DMG:
[1666863962.602539][25380:25380] CHIP:DMG: Data = 0,
[1666863962.602543][25380:25380] CHIP:DMG: },
[1666863962.602549][25380:25380] CHIP:DMG:
[1666863962.602553][25380:25380] CHIP:DMG: },
[1666863962.602559][25380:25380] CHIP:DMG:
[1666863962.602563][25380:25380] CHIP:DMG: ],
[1666863962.602571][25380:25380] CHIP:DMG:
[1666863962.602574][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863962.602579][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863962.602582][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x0038) ColorPointGIntensity
attribute"
PICS: CC.C.A0038
verification: |
./chip-tool colorcontrol read color-point-gintensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666863996.208062][25380:25380] CHIP:DMG: {
[1666863996.208066][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666863996.208073][25380:25380] CHIP:DMG: [
[1666863996.208076][25380:25380] CHIP:DMG: AttributeReportIB =
[1666863996.208085][25380:25380] CHIP:DMG: {
[1666863996.208089][25380:25380] CHIP:DMG: AttributeDataIB =
[1666863996.208094][25380:25380] CHIP:DMG: {
[1666863996.208098][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666863996.208103][25380:25380] CHIP:DMG: AttributePathIB =
[1666863996.208108][25380:25380] CHIP:DMG: {
[1666863996.208114][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666863996.208119][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666863996.208127][25380:25380] CHIP:DMG: Attribute = 0x0000_0038,
[1666863996.208132][25380:25380] CHIP:DMG: }
[1666863996.208138][25380:25380] CHIP:DMG:
[1666863996.208144][25380:25380] CHIP:DMG: Data = 0,
[1666863996.208149][25380:25380] CHIP:DMG: },
[1666863996.208155][25380:25380] CHIP:DMG:
[1666863996.208161][25380:25380] CHIP:DMG: },
[1666863996.208167][25380:25380] CHIP:DMG:
[1666863996.208170][25380:25380] CHIP:DMG: ],
[1666863996.208177][25380:25380] CHIP:DMG:
[1666863996.208182][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666863996.208186][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666863996.208190][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x003a) ColorPointBX attribute"
PICS: CC.C.A003a
verification: |
./chip-tool colorcontrol read color-point-bx 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666864024.766979][25380:25380] CHIP:DMG: {
[1666864024.766982][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666864024.766987][25380:25380] CHIP:DMG: [
[1666864024.766990][25380:25380] CHIP:DMG: AttributeReportIB =
[1666864024.766995][25380:25380] CHIP:DMG: {
[1666864024.766998][25380:25380] CHIP:DMG: AttributeDataIB =
[1666864024.767001][25380:25380] CHIP:DMG: {
[1666864024.767006][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666864024.767010][25380:25380] CHIP:DMG: AttributePathIB =
[1666864024.767015][25380:25380] CHIP:DMG: {
[1666864024.767020][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666864024.767025][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666864024.767032][25380:25380] CHIP:DMG: Attribute = 0x0000_003A,
[1666864024.767037][25380:25380] CHIP:DMG: }
[1666864024.767043][25380:25380] CHIP:DMG:
[1666864024.767048][25380:25380] CHIP:DMG: Data = 0,
[1666864024.767053][25380:25380] CHIP:DMG: },
[1666864024.767059][25380:25380] CHIP:DMG:
[1666864024.767062][25380:25380] CHIP:DMG: },
[1666864024.767069][25380:25380] CHIP:DMG:
[1666864024.767071][25380:25380] CHIP:DMG: ],
[1666864024.767078][25380:25380] CHIP:DMG:
[1666864024.767081][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666864024.767086][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666864024.767088][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x003b) ColorPointBY attribute"
PICS: CC.C.A003b
verification: |
./chip-tool colorcontrol read color-point-by 1 1
Verify response contains an uint16 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666864059.275756][25380:25380] CHIP:DMG: {
[1666864059.275759][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666864059.275765][25380:25380] CHIP:DMG: [
[1666864059.275767][25380:25380] CHIP:DMG: AttributeReportIB =
[1666864059.275771][25380:25380] CHIP:DMG: {
[1666864059.275774][25380:25380] CHIP:DMG: AttributeDataIB =
[1666864059.275778][25380:25380] CHIP:DMG: {
[1666864059.275780][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666864059.275784][25380:25380] CHIP:DMG: AttributePathIB =
[1666864059.275787][25380:25380] CHIP:DMG: {
[1666864059.275791][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666864059.275794][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666864059.275800][25380:25380] CHIP:DMG: Attribute = 0x0000_003B,
[1666864059.275806][25380:25380] CHIP:DMG: }
[1666864059.275811][25380:25380] CHIP:DMG:
[1666864059.275816][25380:25380] CHIP:DMG: Data = 0,
[1666864059.275820][25380:25380] CHIP:DMG: },
[1666864059.275826][25380:25380] CHIP:DMG:
[1666864059.275830][25380:25380] CHIP:DMG: },
[1666864059.275836][25380:25380] CHIP:DMG:
[1666864059.275838][25380:25380] CHIP:DMG: ],
[1666864059.275844][25380:25380] CHIP:DMG:
[1666864059.275847][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666864059.275850][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666864059.275854][25380:25380] CHIP:DMG: }
disabled: true
- label:
"DUT reads from the TH the Optional (0x003c) ColorPointBIntensity
attribute"
PICS: CC.C.A003c
verification: |
./chip-tool colorcontrol read color-point-bintensity 1 1
Verify response contains an uint8 in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666864090.690549][25380:25380] CHIP:DMG: {
[1666864090.690552][25380:25380] CHIP:DMG: AttributeReportIBs =
[1666864090.690557][25380:25380] CHIP:DMG: [
[1666864090.690559][25380:25380] CHIP:DMG: AttributeReportIB =
[1666864090.690564][25380:25380] CHIP:DMG: {
[1666864090.690567][25380:25380] CHIP:DMG: AttributeDataIB =
[1666864090.690571][25380:25380] CHIP:DMG: {
[1666864090.690575][25380:25380] CHIP:DMG: DataVersion = 0x6851d6f7,
[1666864090.690578][25380:25380] CHIP:DMG: AttributePathIB =
[1666864090.690582][25380:25380] CHIP:DMG: {
[1666864090.690587][25380:25380] CHIP:DMG: Endpoint = 0x1,
[1666864090.690590][25380:25380] CHIP:DMG: Cluster = 0x300,
[1666864090.690594][25380:25380] CHIP:DMG: Attribute = 0x0000_003C,
[1666864090.690597][25380:25380] CHIP:DMG: }
[1666864090.690602][25380:25380] CHIP:DMG:
[1666864090.690605][25380:25380] CHIP:DMG: Data = 0,
[1666864090.690611][25380:25380] CHIP:DMG: },
[1666864090.690615][25380:25380] CHIP:DMG:
[1666864090.690619][25380:25380] CHIP:DMG: },
[1666864090.690623][25380:25380] CHIP:DMG:
[1666864090.690627][25380:25380] CHIP:DMG: ],
[1666864090.690632][25380:25380] CHIP:DMG:
[1666864090.690635][25380:25380] CHIP:DMG: SuppressResponse = true,
[1666864090.690638][25380:25380] CHIP:DMG: InteractionModelRevision = 1
[1666864090.690640][25380:25380] CHIP:DMG: }
disabled: true