blob: b534592dcae8906a69fde1730f64256a441bf041 [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.2.17. [TC-CC-6.4] Color Temperature functionality 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: "Precondition"
verification: |
1. Commission DUT to TH
2. Set DUT OnOff to On
./chip-tool onoff on 1 1
Verify response contains a success (value 0x00) status On TH(chip-tool) Logs:
[1659710262.390398][4459:4464] CHIP:DMG: InvokeResponseMessage =
[1659710262.390424][4459:4464] CHIP:DMG: {
[1659710262.390448][4459:4464] CHIP:DMG: suppressResponse = false,
[1659710262.390472][4459:4464] CHIP:DMG: InvokeResponseIBs =
[1659710262.390503][4459:4464] CHIP:DMG: [
[1659710262.390527][4459:4464] CHIP:DMG: InvokeResponseIB =
[1659710262.390559][4459:4464] CHIP:DMG: {
[1659710262.390584][4459:4464] CHIP:DMG: CommandStatusIB =
[1659710262.390617][4459:4464] CHIP:DMG: {
[1659710262.390642][4459:4464] CHIP:DMG: CommandPathIB =
[1659710262.390681][4459:4464] CHIP:DMG: {
[1659710262.390715][4459:4464] CHIP:DMG: EndpointId = 0x1,
[1659710262.390754][4459:4464] CHIP:DMG: ClusterId = 0x6,
[1659710262.390791][4459:4464] CHIP:DMG: CommandId = 0x1,
[1659710262.390826][4459:4464] CHIP:DMG: },
[1659710262.390866][4459:4464] CHIP:DMG:
[1659710262.390896][4459:4464] CHIP:DMG: StatusIB =
[1659710262.390938][4459:4464] CHIP:DMG: {
[1659710262.390977][4459:4464] CHIP:DMG: status = 0x00 (SUCCESS),
[1659710262.391012][4459:4464] CHIP:DMG: },
[1659710262.391050][4459:4464] CHIP:DMG:
[1659710262.391078][4459:4464] CHIP:DMG: },
[1659710262.391114][4459:4464] CHIP:DMG:
[1659710262.391143][4459:4464] CHIP:DMG: },
[1659710262.391174][4459:4464] CHIP:DMG:
[1659710262.391198][4459:4464] CHIP:DMG: ],
[1659710262.391227][4459:4464] CHIP:DMG:
[1659710262.391251][4459:4464] CHIP:DMG: InteractionModelRevision = 1
[1659710262.391273][4459:4464] CHIP:DMG: },
[1659710262.391331][4459:4464] CHIP:DMG: Received Command Response Status for Endpoint=1 Cluster=0x0000_0006 Command=0x0000_0001 Status=0x0
[1659710262.391373][4459:4464] CHIP:DMG: ICR moving to [AwaitingDe]
3. DUT supports CC.C.F04(CT)
disabled: true
- label:
"* TH provides a server implementation of Color Control with
F04(CT)=true and reasonable values of ColorTempPhysicalMinMireds (e.g.
153 (6500K), ColorTempPhysicalMaxMireds (e.g. 454 (2200K)) * DUT might
read attributes like ColorTempPhysicalMinMireds,
ColorTempPhysicalMaxMireds from TH (now or in later steps) to use
those."
verification: |
./chip-tool colorcontrol read color-temp-physical-min-mireds 1 1
Verify response contains an ColorTempPhysicalMinMireds in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666938560.591915][48087:48087] CHIP:DMG: {
[1666938560.591917][48087:48087] CHIP:DMG: AttributeReportIBs =
[1666938560.591922][48087:48087] CHIP:DMG: [
[1666938560.591925][48087:48087] CHIP:DMG: AttributeReportIB =
[1666938560.591930][48087:48087] CHIP:DMG: {
[1666938560.591933][48087:48087] CHIP:DMG: AttributeDataIB =
[1666938560.591936][48087:48087] CHIP:DMG: {
[1666938560.591939][48087:48087] CHIP:DMG: DataVersion = 0x184221a8,
[1666938560.591943][48087:48087] CHIP:DMG: AttributePathIB =
[1666938560.591947][48087:48087] CHIP:DMG: {
[1666938560.591950][48087:48087] CHIP:DMG: Endpoint = 0x1,
[1666938560.591954][48087:48087] CHIP:DMG: Cluster = 0x300,
[1666938560.591959][48087:48087] CHIP:DMG: Attribute = 0x0000_400B,
[1666938560.591963][48087:48087] CHIP:DMG: }
[1666938560.591968][48087:48087] CHIP:DMG:
[1666938560.591973][48087:48087] CHIP:DMG: Data = 0,
[1666938560.591976][48087:48087] CHIP:DMG: },
[1666938560.591980][48087:48087] CHIP:DMG:
[1666938560.591983][48087:48087] CHIP:DMG: },
[1666938560.591987][48087:48087] CHIP:DMG:
[1666938560.591990][48087:48087] CHIP:DMG: ],
[1666938560.591995][48087:48087] CHIP:DMG:
[1666938560.591997][48087:48087] CHIP:DMG: SuppressResponse = true,
[1666938560.592000][48087:48087] CHIP:DMG: InteractionModelRevision = 1
[1666938560.592002][48087:48087] CHIP:DMG: }
./chip-tool colorcontrol read color-temp-physical-max-mireds 1 1
Verify response contains an ColorTempPhysicalMaxMireds in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666938672.872078][48087:48087] CHIP:DMG: {
[1666938672.872081][48087:48087] CHIP:DMG: AttributeReportIBs =
[1666938672.872088][48087:48087] CHIP:DMG: [
[1666938672.872092][48087:48087] CHIP:DMG: AttributeReportIB =
[1666938672.872097][48087:48087] CHIP:DMG: {
[1666938672.872102][48087:48087] CHIP:DMG: AttributeDataIB =
[1666938672.872107][48087:48087] CHIP:DMG: {
[1666938672.872113][48087:48087] CHIP:DMG: DataVersion = 0x184221a8,
[1666938672.872117][48087:48087] CHIP:DMG: AttributePathIB =
[1666938672.872123][48087:48087] CHIP:DMG: {
[1666938672.872127][48087:48087] CHIP:DMG: Endpoint = 0x1,
[1666938672.872132][48087:48087] CHIP:DMG: Cluster = 0x300,
[1666938672.872137][48087:48087] CHIP:DMG: Attribute = 0x0000_400C,
[1666938672.872143][48087:48087] CHIP:DMG: }
[1666938672.872148][48087:48087] CHIP:DMG:
[1666938672.872154][48087:48087] CHIP:DMG: Data = 65279,
[1666938672.872158][48087:48087] CHIP:DMG: },
[1666938672.872163][48087:48087] CHIP:DMG:
[1666938672.872167][48087:48087] CHIP:DMG: },
[1666938672.872172][48087:48087] CHIP:DMG:
[1666938672.872175][48087:48087] CHIP:DMG: ],
[1666938672.872182][48087:48087] CHIP:DMG:
[1666938672.872185][48087:48087] CHIP:DMG: SuppressResponse = true,
[1666938672.872188][48087:48087] CHIP:DMG: InteractionModelRevision = 1
[1666938672.872190][48087:48087] CHIP:DMG: }
disabled: true
- label: "DUT sends MoveToColorTemperature command to TH"
PICS: CC.C.C0a.Tx
verification: |
./chip-tool colorcontrol move-to-color-temperature 150 300 0 0 1 1
Verify response contains an ColorTemperatureMireds in TH(all-clusters-app) Logs:
InvokeRequestMessage =
[1666938707.093236][48087:48087] CHIP:DMG: {
[1666938707.093240][48087:48087] CHIP:DMG: suppressResponse = false,
[1666938707.093245][48087:48087] CHIP:DMG: timedRequest = false,
[1666938707.093249][48087:48087] CHIP:DMG: InvokeRequests =
[1666938707.093258][48087:48087] CHIP:DMG: [
[1666938707.093262][48087:48087] CHIP:DMG: CommandDataIB =
[1666938707.093267][48087:48087] CHIP:DMG: {
[1666938707.093272][48087:48087] CHIP:DMG: CommandPathIB =
[1666938707.093277][48087:48087] CHIP:DMG: {
[1666938707.093282][48087:48087] CHIP:DMG: EndpointId = 0x1,
[1666938707.093287][48087:48087] CHIP:DMG: ClusterId = 0x300,
[1666938707.093292][48087:48087] CHIP:DMG: CommandId = 0xa,
[1666938707.093296][48087:48087] CHIP:DMG: },
[1666938707.093302][48087:48087] CHIP:DMG:
[1666938707.093306][48087:48087] CHIP:DMG: CommandFields =
[1666938707.093311][48087:48087] CHIP:DMG: {
[1666938707.093318][48087:48087] CHIP:DMG: 0x0 = 150,
[1666938707.093323][48087:48087] CHIP:DMG: 0x1 = 300,
[1666938707.093328][48087:48087] CHIP:DMG: 0x2 = 0,
[1666938707.093333][48087:48087] CHIP:DMG: 0x3 = 0,
[1666938707.093338][48087:48087] CHIP:DMG: },
[1666938707.093341][48087:48087] CHIP:DMG: },
[1666938707.093349][48087:48087] CHIP:DMG:
[1666938707.093354][48087:48087] CHIP:DMG: ],
[1666938707.093361][48087:48087] CHIP:DMG:
[1666938707.093365][48087:48087] CHIP:DMG: InteractionModelRevision = 1
[1666938707.093369][48087:48087] CHIP:DMG: },
disabled: true
- label:
"DUT reads ColorTemperatureMired attribute from TH (potentially
multiple times)"
PICS: CC.C.C0a.Tx && CC.C.A0007
verification: |
./chip-tool colorcontrol read color-temperature-mireds 1 1
After 30s, Verify response contains an ColorTemperatureMireds value same as step 2a in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666947907.661931][52495:52495] CHIP:DMG: {
[1666947907.661934][52495:52495] CHIP:DMG: AttributeReportIBs =
[1666947907.661940][52495:52495] CHIP:DMG: [
[1666947907.661945][52495:52495] CHIP:DMG: AttributeReportIB =
[1666947907.661952][52495:52495] CHIP:DMG: {
[1666947907.661957][52495:52495] CHIP:DMG: AttributeDataIB =
[1666947907.661961][52495:52495] CHIP:DMG: {
[1666947907.661966][52495:52495] CHIP:DMG: DataVersion = 0x7dbacdb5,
[1666947907.661971][52495:52495] CHIP:DMG: AttributePathIB =
[1666947907.661975][52495:52495] CHIP:DMG: {
[1666947907.661980][52495:52495] CHIP:DMG: Endpoint = 0x1,
[1666947907.661985][52495:52495] CHIP:DMG: Cluster = 0x300,
[1666947907.661990][52495:52495] CHIP:DMG: Attribute = 0x0000_0007,
[1666947907.661994][52495:52495] CHIP:DMG: }
[1666947907.661999][52495:52495] CHIP:DMG:
[1666947907.662004][52495:52495] CHIP:DMG: Data = 150,
[1666947907.662009][52495:52495] CHIP:DMG: },
[1666947907.662015][52495:52495] CHIP:DMG:
[1666947907.662019][52495:52495] CHIP:DMG: },
[1666947907.662025][52495:52495] CHIP:DMG:
[1666947907.662028][52495:52495] CHIP:DMG: ],
[1666947907.662034][52495:52495] CHIP:DMG:
[1666947907.662038][52495:52495] CHIP:DMG: SuppressResponse = true,
[1666947907.662042][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666947907.662045][52495:52495] CHIP:DMG: }
disabled: true
- label: "DUT sends MoveColorTemperature command to TH"
PICS: CC.C.C4b.Tx
verification: |
./chip-tool colorcontrol move-color-temperature 1 16319 0 65279 0 0 1 1
Verify response contains an ColorTemperatureMireds in TH(all-clusters-app) Logs:
InvokeRequestMessage =
[1666947955.621548][52495:52495] CHIP:DMG: {
[1666947955.621551][52495:52495] CHIP:DMG: suppressResponse = false,
[1666947955.621555][52495:52495] CHIP:DMG: timedRequest = false,
[1666947955.621559][52495:52495] CHIP:DMG: InvokeRequests =
[1666947955.621565][52495:52495] CHIP:DMG: [
[1666947955.621568][52495:52495] CHIP:DMG: CommandDataIB =
[1666947955.621572][52495:52495] CHIP:DMG: {
[1666947955.621575][52495:52495] CHIP:DMG: CommandPathIB =
[1666947955.621578][52495:52495] CHIP:DMG: {
[1666947955.621584][52495:52495] CHIP:DMG: EndpointId = 0x1,
[1666947955.621588][52495:52495] CHIP:DMG: ClusterId = 0x300,
[1666947955.621593][52495:52495] CHIP:DMG: CommandId = 0x4b,
[1666947955.621596][52495:52495] CHIP:DMG: },
[1666947955.621601][52495:52495] CHIP:DMG:
[1666947955.621604][52495:52495] CHIP:DMG: CommandFields =
[1666947955.621608][52495:52495] CHIP:DMG: {
[1666947955.621611][52495:52495] CHIP:DMG: 0x0 = 1,
[1666947955.621615][52495:52495] CHIP:DMG: 0x1 = 16319,
[1666947955.621618][52495:52495] CHIP:DMG: 0x2 = 0,
[1666947955.621622][52495:52495] CHIP:DMG: 0x3 = 65279,
[1666947955.621627][52495:52495] CHIP:DMG: 0x4 = 0,
[1666947955.621630][52495:52495] CHIP:DMG: 0x5 = 0,
[1666947955.621637][52495:52495] CHIP:DMG: },
[1666947955.621639][52495:52495] CHIP:DMG: },
[1666947955.621645][52495:52495] CHIP:DMG:
[1666947955.621648][52495:52495] CHIP:DMG: ],
[1666947955.621653][52495:52495] CHIP:DMG:
[1666947955.621656][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666947955.621658][52495:52495] CHIP:DMG: },
disabled: true
- label:
"DUT reads ColorTemperatureMired attribute from TH (potentially
multiple times)"
PICS: CC.C.C4b.Tx && CC.C.A0007
verification: |
./chip-tool colorcontrol read color-temperature-mireds 1 1
After 10 Seconds, Verify response contains an ColorTemperatureMireds value same as step 3a in TH(all-clusters-app) Logs:
[ReportDataMessage =
[1666947999.628386][52495:52495] CHIP:DMG: {
[1666947999.628389][52495:52495] CHIP:DMG: AttributeReportIBs =
[1666947999.628394][52495:52495] CHIP:DMG: [
[1666947999.628397][52495:52495] CHIP:DMG: AttributeReportIB =
[1666947999.628402][52495:52495] CHIP:DMG: {
[1666947999.628405][52495:52495] CHIP:DMG: AttributeDataIB =
[1666947999.628408][52495:52495] CHIP:DMG: {
[1666947999.628413][52495:52495] CHIP:DMG: DataVersion = 0x7dbace04,
[1666947999.628419][52495:52495] CHIP:DMG: AttributePathIB =
[1666947999.628423][52495:52495] CHIP:DMG: {
[1666947999.628427][52495:52495] CHIP:DMG: Endpoint = 0x1,
[1666947999.628430][52495:52495] CHIP:DMG: Cluster = 0x300,
[1666947999.628433][52495:52495] CHIP:DMG: Attribute = 0x0000_0007,
[1666947999.628437][52495:52495] CHIP:DMG: }
[1666947999.628441][52495:52495] CHIP:DMG:
[1666947999.628445][52495:52495] CHIP:DMG: Data = 65279,
[1666947999.628447][52495:52495] CHIP:DMG: },
[1666947999.628452][52495:52495] CHIP:DMG:
[1666947999.628454][52495:52495] CHIP:DMG: },
[1666947999.628459][52495:52495] CHIP:DMG:
[1666947999.628462][52495:52495] CHIP:DMG: ],
[1666947999.628466][52495:52495] CHIP:DMG:
[1666947999.628470][52495:52495] CHIP:DMG: SuppressResponse = true,
[1666947999.628473][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666947999.628475][52495:52495] CHIP:DMG: }
disabled: true
- label: "DUT sends StepColorTemperature command to TH"
PICS: CC.C.C4c.Tx
verification: |
./chip-tool colorcontrol step-color-temperature 1 32639 200 0 65279 0 0 1 1
Verify the all fields are within their allowed bounds in CommandFields on TH(all-clusters-app) Logs:
InvokeRequestMessage =
[1666948023.234384][52495:52495] CHIP:DMG: {
[1666948023.234387][52495:52495] CHIP:DMG: suppressResponse = false,
[1666948023.234391][52495:52495] CHIP:DMG: timedRequest = false,
[1666948023.234393][52495:52495] CHIP:DMG: InvokeRequests =
[1666948023.234398][52495:52495] CHIP:DMG: [
[1666948023.234401][52495:52495] CHIP:DMG: CommandDataIB =
[1666948023.234405][52495:52495] CHIP:DMG: {
[1666948023.234408][52495:52495] CHIP:DMG: CommandPathIB =
[1666948023.234412][52495:52495] CHIP:DMG: {
[1666948023.234415][52495:52495] CHIP:DMG: EndpointId = 0x1,
[1666948023.234420][52495:52495] CHIP:DMG: ClusterId = 0x300,
[1666948023.234424][52495:52495] CHIP:DMG: CommandId = 0x4c,
[1666948023.234427][52495:52495] CHIP:DMG: },
[1666948023.234431][52495:52495] CHIP:DMG:
[1666948023.234434][52495:52495] CHIP:DMG: CommandFields =
[1666948023.234438][52495:52495] CHIP:DMG: {
[1666948023.234442][52495:52495] CHIP:DMG: 0x0 = 1,
[1666948023.234446][52495:52495] CHIP:DMG: 0x1 = 32639,
[1666948023.234450][52495:52495] CHIP:DMG: 0x2 = 200,
[1666948023.234457][52495:52495] CHIP:DMG: 0x3 = 0,
[1666948023.234460][52495:52495] CHIP:DMG: 0x4 = 65279,
[1666948023.234463][52495:52495] CHIP:DMG: 0x5 = 0,
[1666948023.234467][52495:52495] CHIP:DMG: 0x6 = 0,
[1666948023.234471][52495:52495] CHIP:DMG: },
[1666948023.234474][52495:52495] CHIP:DMG: },
[1666948023.234482][52495:52495] CHIP:DMG:
[1666948023.234484][52495:52495] CHIP:DMG: ],
[1666948023.234490][52495:52495] CHIP:DMG:
[1666948023.234493][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666948023.234496][52495:52495] CHIP:DMG: },
disabled: true
- label:
"DUT reads ColorTemperatureMired attribute from TH (potentially
multiple times)"
PICS: CC.C.C4c.Tx & CC.C.A0007
verification: |
./chip-tool colorcontrol read color-temperature-mireds 1 1
After 20 Seconds, Verify response contains an ColorTemperatureMireds value same as step 4a in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666948066.695666][52495:52495] CHIP:DMG: {
[1666948066.695669][52495:52495] CHIP:DMG: AttributeReportIBs =
[1666948066.695676][52495:52495] CHIP:DMG: [
[1666948066.695680][52495:52495] CHIP:DMG: AttributeReportIB =
[1666948066.695689][52495:52495] CHIP:DMG: {
[1666948066.695692][52495:52495] CHIP:DMG: AttributeDataIB =
[1666948066.695696][52495:52495] CHIP:DMG: {
[1666948066.695700][52495:52495] CHIP:DMG: DataVersion = 0x7dbacf95,
[1666948066.695703][52495:52495] CHIP:DMG: AttributePathIB =
[1666948066.695707][52495:52495] CHIP:DMG: {
[1666948066.695712][52495:52495] CHIP:DMG: Endpoint = 0x1,
[1666948066.695716][52495:52495] CHIP:DMG: Cluster = 0x300,
[1666948066.695722][52495:52495] CHIP:DMG: Attribute = 0x0000_0007,
[1666948066.695725][52495:52495] CHIP:DMG: }
[1666948066.695730][52495:52495] CHIP:DMG:
[1666948066.695734][52495:52495] CHIP:DMG: Data = 65279,
[1666948066.695736][52495:52495] CHIP:DMG: },
[1666948066.695741][52495:52495] CHIP:DMG:
[1666948066.695744][52495:52495] CHIP:DMG: },
[1666948066.695748][52495:52495] CHIP:DMG:
[1666948066.695751][52495:52495] CHIP:DMG: ],
[1666948066.695756][52495:52495] CHIP:DMG:
[1666948066.695760][52495:52495] CHIP:DMG: SuppressResponse = true,
[1666948066.695763][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666948066.695766][52495:52495] CHIP:DMG: }
disabled: true
- label: "DUT sends StopMoveStep command to TH."
PICS: CC.C.C47.Tx
verification: |
./chip-tool colorcontrol stop-move-step 0 0 1 1
Verify the all fields are within their allowed bounds in CommandFields on TH(all-clusters-app) Logs:
InvokeRequestMessage =
[1666948096.448918][52495:52495] CHIP:DMG: {
[1666948096.448922][52495:52495] CHIP:DMG: suppressResponse = false,
[1666948096.448927][52495:52495] CHIP:DMG: timedRequest = false,
[1666948096.448931][52495:52495] CHIP:DMG: InvokeRequests =
[1666948096.448939][52495:52495] CHIP:DMG: [
[1666948096.448942][52495:52495] CHIP:DMG: CommandDataIB =
[1666948096.448948][52495:52495] CHIP:DMG: {
[1666948096.448953][52495:52495] CHIP:DMG: CommandPathIB =
[1666948096.448958][52495:52495] CHIP:DMG: {
[1666948096.448964][52495:52495] CHIP:DMG: EndpointId = 0x1,
[1666948096.448969][52495:52495] CHIP:DMG: ClusterId = 0x300,
[1666948096.448976][52495:52495] CHIP:DMG: CommandId = 0x47,
[1666948096.448980][52495:52495] CHIP:DMG: },
[1666948096.448986][52495:52495] CHIP:DMG:
[1666948096.448991][52495:52495] CHIP:DMG: CommandFields =
[1666948096.448997][52495:52495] CHIP:DMG: {
[1666948096.449002][52495:52495] CHIP:DMG: 0x0 = 0,
[1666948096.449007][52495:52495] CHIP:DMG: 0x1 = 0,
[1666948096.449013][52495:52495] CHIP:DMG: },
[1666948096.449017][52495:52495] CHIP:DMG: },
[1666948096.449024][52495:52495] CHIP:DMG:
[1666948096.449028][52495:52495] CHIP:DMG: ],
[1666948096.449035][52495:52495] CHIP:DMG:
[1666948096.449039][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666948096.449043][52495:52495] CHIP:DMG: },
disabled: true
- label:
"DUT reads ColorTemperatureMired attribute from TH (potentially
multiple times)"
PICS: CC.C.C47.Tx && CC.C.A0007
verification: |
./chip-tool colorcontrol read color-temperature-mireds 1 1
Verify response contains an ColorTemperatureMireds value same as step 5a in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666948158.878426][52495:52495] CHIP:DMG: {
[1666948158.878428][52495:52495] CHIP:DMG: AttributeReportIBs =
[1666948158.878434][52495:52495] CHIP:DMG: [
[1666948158.878437][52495:52495] CHIP:DMG: AttributeReportIB =
[1666948158.878442][52495:52495] CHIP:DMG: {
[1666948158.878445][52495:52495] CHIP:DMG: AttributeDataIB =
[1666948158.878448][52495:52495] CHIP:DMG: {
[1666948158.878452][52495:52495] CHIP:DMG: DataVersion = 0x7dbacf95,
[1666948158.878455][52495:52495] CHIP:DMG: AttributePathIB =
[1666948158.878458][52495:52495] CHIP:DMG: {
[1666948158.878462][52495:52495] CHIP:DMG: Endpoint = 0x1,
[1666948158.878465][52495:52495] CHIP:DMG: Cluster = 0x300,
[1666948158.878470][52495:52495] CHIP:DMG: Attribute = 0x0000_0007,
[1666948158.878473][52495:52495] CHIP:DMG: }
[1666948158.878478][52495:52495] CHIP:DMG:
[1666948158.878482][52495:52495] CHIP:DMG: Data = 65279,
[1666948158.878485][52495:52495] CHIP:DMG: },
[1666948158.878489][52495:52495] CHIP:DMG:
[1666948158.878492][52495:52495] CHIP:DMG: },
[1666948158.878497][52495:52495] CHIP:DMG:
[1666948158.878499][52495:52495] CHIP:DMG: ],
[1666948158.878505][52495:52495] CHIP:DMG:
[1666948158.878508][52495:52495] CHIP:DMG: SuppressResponse = true,
[1666948158.878511][52495:52495] CHIP:DMG: InteractionModelRevision = 1
[1666948158.878514][52495:52495] CHIP:DMG: }
disabled: true