blob: 956d166d45e573dca181a622cb885073785785f6 [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.22. [TC-CC-7.5] Enhanced Hue 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: "Pre-Condition"
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.F01(EHUE)
disabled: true
- label: "DUT sends EnhancedMoveToHue command to TH"
PICS: CC.C.C40.Tx
verification: |
./chip-tool colorcontrol enhanced-move-to-hue 1000 3 200 0 0 1 1
Verify success response in TH(all-clusters-app) Log:
InvokeResponseMessage =
[1666946934.676799][52174:52174] CHIP:DMG: {
[1666946934.676802][52174:52174] CHIP:DMG: suppressResponse = false,
[1666946934.676805][52174:52174] CHIP:DMG: InvokeResponseIBs =
[1666946934.676809][52174:52174] CHIP:DMG: [
[1666946934.676812][52174:52174] CHIP:DMG: InvokeResponseIB =
[1666946934.676817][52174:52174] CHIP:DMG: {
[1666946934.676820][52174:52174] CHIP:DMG: CommandStatusIB =
[1666946934.676823][52174:52174] CHIP:DMG: {
[1666946934.676826][52174:52174] CHIP:DMG: CommandPathIB =
[1666946934.676830][52174:52174] CHIP:DMG: {
[1666946934.676834][52174:52174] CHIP:DMG: EndpointId = 0x1,
[1666946934.676838][52174:52174] CHIP:DMG: ClusterId = 0x300,
[1666946934.676841][52174:52174] CHIP:DMG: CommandId = 0x40,
[1666946934.676844][52174:52174] CHIP:DMG: },
[1666946934.676850][52174:52174] CHIP:DMG:
[1666946934.676854][52174:52174] CHIP:DMG: StatusIB =
[1666946934.676858][52174:52174] CHIP:DMG: {
[1666946934.676863][52174:52174] CHIP:DMG: status = 0x00 (SUCCESS),
[1666946934.676866][52174:52174] CHIP:DMG: },
[1666946934.676870][52174:52174] CHIP:DMG:
[1666946934.676873][52174:52174] CHIP:DMG: },
[1666946934.676877][52174:52174] CHIP:DMG:
[1666946934.676880][52174:52174] CHIP:DMG: },
[1666946934.676885][52174:52174] CHIP:DMG:
[1666946934.676887][52174:52174] CHIP:DMG: ],
[1666946934.676891][52174:52174] CHIP:DMG:
[1666946934.676894][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666946934.676898][52174:52174] CHIP:DMG: },
disabled: true
- label:
"DUT reads EnhancedCurrentHue attribute from TH (potentially multiple
times)"
PICS: CC.C.C40.Tx && CC.C.A4000
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
After 20s, Verify response contains a EnhancedCurrentHue value in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666943789.581293][50952:50952] CHIP:DMG: {
[1666943789.581297][50952:50952] CHIP:DMG: AttributeReportIBs =
[1666943789.581303][50952:50952] CHIP:DMG: [
[1666943789.581307][50952:50952] CHIP:DMG: AttributeReportIB =
[1666943789.581313][50952:50952] CHIP:DMG: {
[1666943789.581317][50952:50952] CHIP:DMG: AttributeDataIB =
[1666943789.581321][50952:50952] CHIP:DMG: {
[1666943789.581325][50952:50952] CHIP:DMG: DataVersion = 0xa88bfd64,
[1666943789.581330][50952:50952] CHIP:DMG: AttributePathIB =
[1666943789.581335][50952:50952] CHIP:DMG: {
[1666943789.581340][50952:50952] CHIP:DMG: Endpoint = 0x1,
[1666943789.581344][50952:50952] CHIP:DMG: Cluster = 0x300,
[1666943789.581350][50952:50952] CHIP:DMG: Attribute = 0x0000_4000,
[1666943789.581354][50952:50952] CHIP:DMG: }
[1666943789.581360][50952:50952] CHIP:DMG:
[1666943789.581366][50952:50952] CHIP:DMG: Data = 1000,
[1666943789.581370][50952:50952] CHIP:DMG: },
[1666943789.581376][50952:50952] CHIP:DMG:
[1666943789.581380][50952:50952] CHIP:DMG: },
[1666943789.581385][50952:50952] CHIP:DMG:
[1666943789.581389][50952:50952] CHIP:DMG: ],
[1666943789.581396][50952:50952] CHIP:DMG:
[1666943789.581398][50952:50952] CHIP:DMG: SuppressResponse = true,
[1666943789.581402][50952:50952] CHIP:DMG: InteractionModelRevision = 1
[1666943789.581405][50952:50952] CHIP:DMG: }
disabled: true
- label: "DUT sends EnhancedMoveHue command to TH"
PICS: CC.C.C41.Tx
verification: |
./chip-tool colorcontrol enhanced-move-hue 0 100 0 0 1 1
Verify success response in TH(all-clusters-app) Log:
InvokeResponseMessage =
[1666943815.452312][50952:50952] CHIP:DMG: {
[1666943815.452317][50952:50952] CHIP:DMG: suppressResponse = false,
[1666943815.452321][50952:50952] CHIP:DMG: InvokeResponseIBs =
[1666943815.452329][50952:50952] CHIP:DMG: [
[1666943815.452332][50952:50952] CHIP:DMG: InvokeResponseIB =
[1666943815.452340][50952:50952] CHIP:DMG: {
[1666943815.452345][50952:50952] CHIP:DMG: CommandStatusIB =
[1666943815.452350][50952:50952] CHIP:DMG: {
[1666943815.452355][50952:50952] CHIP:DMG: CommandPathIB =
[1666943815.452360][50952:50952] CHIP:DMG: {
[1666943815.452365][50952:50952] CHIP:DMG: EndpointId = 0x1,
[1666943815.452372][50952:50952] CHIP:DMG: ClusterId = 0x300,
[1666943815.452377][50952:50952] CHIP:DMG: CommandId = 0x41,
[1666943815.452383][50952:50952] CHIP:DMG: },
[1666943815.452390][50952:50952] CHIP:DMG:
[1666943815.452394][50952:50952] CHIP:DMG: StatusIB =
[1666943815.452399][50952:50952] CHIP:DMG: {
[1666943815.452404][50952:50952] CHIP:DMG: status = 0x00 (SUCCESS),
[1666943815.452409][50952:50952] CHIP:DMG: },
[1666943815.452414][50952:50952] CHIP:DMG:
[1666943815.452418][50952:50952] CHIP:DMG: },
[1666943815.452425][50952:50952] CHIP:DMG:
[1666943815.452429][50952:50952] CHIP:DMG: },
[1666943815.452436][50952:50952] CHIP:DMG:
[1666943815.452440][50952:50952] CHIP:DMG: ],
[1666943815.452448][50952:50952] CHIP:DMG:
[1666943815.452452][50952:50952] CHIP:DMG: InteractionModelRevision = 1
[1666943815.452456][50952:50952] CHIP:DMG: },
disabled: true
- label:
"DUT reads EnhancedCurrentHue attribute (potentially multiple times)"
PICS: CC.C.C41.Tx && CC.C.A4000
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
After 10 Seconds, Verify response contains a EnhancedCurrentHue value in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666947043.201089][52174:52174] CHIP:DMG: {
[1666947043.201091][52174:52174] CHIP:DMG: AttributeReportIBs =
[1666947043.201096][52174:52174] CHIP:DMG: [
[1666947043.201098][52174:52174] CHIP:DMG: AttributeReportIB =
[1666947043.201103][52174:52174] CHIP:DMG: {
[1666947043.201106][52174:52174] CHIP:DMG: AttributeDataIB =
[1666947043.201109][52174:52174] CHIP:DMG: {
[1666947043.201113][52174:52174] CHIP:DMG: DataVersion = 0x257527a5,
[1666947043.201115][52174:52174] CHIP:DMG: AttributePathIB =
[1666947043.201119][52174:52174] CHIP:DMG: {
[1666947043.201124][52174:52174] CHIP:DMG: Endpoint = 0x1,
[1666947043.201127][52174:52174] CHIP:DMG: Cluster = 0x300,
[1666947043.201131][52174:52174] CHIP:DMG: Attribute = 0x0000_4000,
[1666947043.201134][52174:52174] CHIP:DMG: }
[1666947043.201138][52174:52174] CHIP:DMG:
[1666947043.201141][52174:52174] CHIP:DMG: Data = 1000,
[1666947043.201144][52174:52174] CHIP:DMG: },
[1666947043.201148][52174:52174] CHIP:DMG:
[1666947043.201151][52174:52174] CHIP:DMG: },
[1666947043.201156][52174:52174] CHIP:DMG:
[1666947043.201158][52174:52174] CHIP:DMG: ],
[1666947043.201163][52174:52174] CHIP:DMG:
[1666947043.201166][52174:52174] CHIP:DMG: SuppressResponse = true,
[1666947043.201168][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947043.201170][52174:52174] CHIP:DMG: }
[1666947043.201172][52174:52174] CHIP:DMG:
disabled: true
- label: "DUT sends EnhancedStepHue command to TH"
PICS: CC.C.C42.Tx
verification: |
./chip-tool colorcontrol enhanced-step-hue 1 1000 200 0 0 1 1
Verify success response in TH(all-clusters-app) Log:
InvokeResponseMessage =
[1666947258.127499][52174:52174] CHIP:DMG: {
[1666947258.127504][52174:52174] CHIP:DMG: suppressResponse = false,
[1666947258.127511][52174:52174] CHIP:DMG: InvokeResponseIBs =
[1666947258.127520][52174:52174] CHIP:DMG: [
[1666947258.127524][52174:52174] CHIP:DMG: InvokeResponseIB =
[1666947258.127530][52174:52174] CHIP:DMG: {
[1666947258.127534][52174:52174] CHIP:DMG: CommandStatusIB =
[1666947258.127539][52174:52174] CHIP:DMG: {
[1666947258.127542][52174:52174] CHIP:DMG: CommandPathIB =
[1666947258.127547][52174:52174] CHIP:DMG: {
[1666947258.127552][52174:52174] CHIP:DMG: EndpointId = 0x1,
[1666947258.127556][52174:52174] CHIP:DMG: ClusterId = 0x300,
[1666947258.127564][52174:52174] CHIP:DMG: CommandId = 0x42,
[1666947258.127568][52174:52174] CHIP:DMG: },
[1666947258.127576][52174:52174] CHIP:DMG:
[1666947258.127580][52174:52174] CHIP:DMG: StatusIB =
[1666947258.127585][52174:52174] CHIP:DMG: {
[1666947258.127589][52174:52174] CHIP:DMG: status = 0x00 (SUCCESS),
[1666947258.127592][52174:52174] CHIP:DMG: },
[1666947258.127596][52174:52174] CHIP:DMG:
[1666947258.127599][52174:52174] CHIP:DMG: },
[1666947258.127605][52174:52174] CHIP:DMG:
[1666947258.127609][52174:52174] CHIP:DMG: },
[1666947258.127615][52174:52174] CHIP:DMG:
[1666947258.127618][52174:52174] CHIP:DMG: ],
[1666947258.127626][52174:52174] CHIP:DMG:
[1666947258.127630][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947258.127633][52174:52174] CHIP:DMG: },
disabled: true
- label:
"DUT reads EnhancedCurrentHue attribute from TH (potentially multiple
times)"
PICS: CC.C.C42.Tx && CC.C.A4000
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
After 20 Seconds, Verify response contains a EnhancedCurrentHue value in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666947270.561812][52174:52174] CHIP:DMG: {
[1666947270.561820][52174:52174] CHIP:DMG: AttributeReportIBs =
[1666947270.561840][52174:52174] CHIP:DMG: [
[1666947270.561851][52174:52174] CHIP:DMG: AttributeReportIB =
[1666947270.561869][52174:52174] CHIP:DMG: {
[1666947270.561881][52174:52174] CHIP:DMG: AttributeDataIB =
[1666947270.561896][52174:52174] CHIP:DMG: {
[1666947270.561908][52174:52174] CHIP:DMG: DataVersion = 0x257542b7,
[1666947270.561922][52174:52174] CHIP:DMG: AttributePathIB =
[1666947270.561936][52174:52174] CHIP:DMG: {
[1666947270.561952][52174:52174] CHIP:DMG: Endpoint = 0x1,
[1666947270.561967][52174:52174] CHIP:DMG: Cluster = 0x300,
[1666947270.561978][52174:52174] CHIP:DMG: Attribute = 0x0000_4000,
[1666947270.561991][52174:52174] CHIP:DMG: }
[1666947270.562007][52174:52174] CHIP:DMG:
[1666947270.562022][52174:52174] CHIP:DMG: Data = 2000,
[1666947270.562034][52174:52174] CHIP:DMG: },
[1666947270.562050][52174:52174] CHIP:DMG:
[1666947270.562059][52174:52174] CHIP:DMG: },
[1666947270.562076][52174:52174] CHIP:DMG:
[1666947270.562087][52174:52174] CHIP:DMG: ],
[1666947270.562105][52174:52174] CHIP:DMG:
[1666947270.562117][52174:52174] CHIP:DMG: SuppressResponse = true,
[1666947270.562129][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947270.562140][52174:52174] CHIP:DMG: }
disabled: true
- label: "DUT sends EnhancedMoveToHueAndSaturation command to TH"
PICS: CC.C.C43.Tx
verification: |
./chip-tool colorcontrol enhanced-move-to-hue-and-saturation 2500 100 200 0 0 1 1
Verify success response in TH(all-clusters-app) Log:
[InvokeResponseMessage =
[1666947366.279459][52174:52174] CHIP:DMG: {
[1666947366.279463][52174:52174] CHIP:DMG: suppressResponse = false,
[1666947366.279466][52174:52174] CHIP:DMG: InvokeResponseIBs =
[1666947366.279473][52174:52174] CHIP:DMG: [
[1666947366.279476][52174:52174] CHIP:DMG: InvokeResponseIB =
[1666947366.279483][52174:52174] CHIP:DMG: {
[1666947366.279486][52174:52174] CHIP:DMG: CommandStatusIB =
[1666947366.279490][52174:52174] CHIP:DMG: {
[1666947366.279493][52174:52174] CHIP:DMG: CommandPathIB =
[1666947366.279498][52174:52174] CHIP:DMG: {
[1666947366.279503][52174:52174] CHIP:DMG: EndpointId = 0x1,
[1666947366.279508][52174:52174] CHIP:DMG: ClusterId = 0x300,
[1666947366.279513][52174:52174] CHIP:DMG: CommandId = 0x43,
[1666947366.279518][52174:52174] CHIP:DMG: },
[1666947366.279524][52174:52174] CHIP:DMG:
[1666947366.279529][52174:52174] CHIP:DMG: StatusIB =
[1666947366.279534][52174:52174] CHIP:DMG: {
[1666947366.279539][52174:52174] CHIP:DMG: status = 0x00 (SUCCESS),
[1666947366.279543][52174:52174] CHIP:DMG: },
[1666947366.279548][52174:52174] CHIP:DMG:
[1666947366.279552][52174:52174] CHIP:DMG: },
[1666947366.279558][52174:52174] CHIP:DMG:
[1666947366.279562][52174:52174] CHIP:DMG: },
[1666947366.279568][52174:52174] CHIP:DMG:
[1666947366.279571][52174:52174] CHIP:DMG: ],
[1666947366.279577][52174:52174] CHIP:DMG:
[1666947366.279581][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947366.279584][52174:52174] CHIP:DMG: },
disabled: true
- label:
"DUT reads EnhancedCurrentHue and CurrentSaturation attributes from TH
(potentially multiple times)"
PICS: CC.C.C43.Tx && CC.C.A4000 && CC.C.A0001
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
After 20 Seconds, Verify response contains a EnhancedCurrentHue value in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666947536.315693][52174:52174] CHIP:DMG: {
[1666947536.315696][52174:52174] CHIP:DMG: AttributeReportIBs =
[1666947536.315703][52174:52174] CHIP:DMG: [
[1666947536.315707][52174:52174] CHIP:DMG: AttributeReportIB =
[1666947536.315714][52174:52174] CHIP:DMG: {
[1666947536.315718][52174:52174] CHIP:DMG: AttributeDataIB =
[1666947536.315722][52174:52174] CHIP:DMG: {
[1666947536.315727][52174:52174] CHIP:DMG: DataVersion = 0x257547d6,
[1666947536.315732][52174:52174] CHIP:DMG: AttributePathIB =
[1666947536.315738][52174:52174] CHIP:DMG: {
[1666947536.315742][52174:52174] CHIP:DMG: Endpoint = 0x1,
[1666947536.315747][52174:52174] CHIP:DMG: Cluster = 0x300,
[1666947536.315751][52174:52174] CHIP:DMG: Attribute = 0x0000_4000,
[1666947536.315755][52174:52174] CHIP:DMG: }
[1666947536.315760][52174:52174] CHIP:DMG:
[1666947536.315766][52174:52174] CHIP:DMG: Data = 2500,
[1666947536.315770][52174:52174] CHIP:DMG: },
[1666947536.315776][52174:52174] CHIP:DMG:
[1666947536.315779][52174:52174] CHIP:DMG: },
[1666947536.315785][52174:52174] CHIP:DMG:
[1666947536.315789][52174:52174] CHIP:DMG: ],
[1666947536.315795][52174:52174] CHIP:DMG:
[1666947536.315798][52174:52174] CHIP:DMG: SuppressResponse = true,
[1666947536.315803][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947536.315805][52174:52174] 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 success response in TH(all-clusters-app) Log:
[InvokeResponseMessage =
[1666947649.150999][52174:52174] CHIP:DMG: {
[1666947649.151002][52174:52174] CHIP:DMG: suppressResponse = false,
[1666947649.151005][52174:52174] CHIP:DMG: InvokeResponseIBs =
[1666947649.151011][52174:52174] CHIP:DMG: [
[1666947649.151014][52174:52174] CHIP:DMG: InvokeResponseIB =
[1666947649.151023][52174:52174] CHIP:DMG: {
[1666947649.151027][52174:52174] CHIP:DMG: CommandStatusIB =
[1666947649.151031][52174:52174] CHIP:DMG: {
[1666947649.151035][52174:52174] CHIP:DMG: CommandPathIB =
[1666947649.151041][52174:52174] CHIP:DMG: {
[1666947649.151045][52174:52174] CHIP:DMG: EndpointId = 0x1,
[1666947649.151052][52174:52174] CHIP:DMG: ClusterId = 0x300,
[1666947649.151057][52174:52174] CHIP:DMG: CommandId = 0x47,
[1666947649.151062][52174:52174] CHIP:DMG: },
[1666947649.151067][52174:52174] CHIP:DMG:
[1666947649.151071][52174:52174] CHIP:DMG: StatusIB =
[1666947649.151076][52174:52174] CHIP:DMG: {
[1666947649.151081][52174:52174] CHIP:DMG: status = 0x00 (SUCCESS),
[1666947649.151085][52174:52174] CHIP:DMG: },
[1666947649.151090][52174:52174] CHIP:DMG:
[1666947649.151095][52174:52174] CHIP:DMG: },
[1666947649.151101][52174:52174] CHIP:DMG:
[1666947649.151105][52174:52174] CHIP:DMG: },
[1666947649.151110][52174:52174] CHIP:DMG:
[1666947649.151114][52174:52174] CHIP:DMG: ],
[1666947649.151121][52174:52174] CHIP:DMG:
[1666947649.151124][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947649.151127][52174:52174] CHIP:DMG: },
disabled: true
- label:
"Over TransitionTime, DUT reads EnhancedCurrentHue attribute from TH."
PICS: CC.C.C47.Tx && CC.C.A4000
verification: |
./chip-tool colorcontrol read enhanced-current-hue 1 1
Verify response contains a EnhancedCurrentHue value in TH(all-clusters-app) Logs:
ReportDataMessage =
[1666947687.412287][52174:52174] CHIP:DMG: {
[1666947687.412291][52174:52174] CHIP:DMG: AttributeReportIBs =
[1666947687.412301][52174:52174] CHIP:DMG: [
[1666947687.412305][52174:52174] CHIP:DMG: AttributeReportIB =
[1666947687.412313][52174:52174] CHIP:DMG: {
[1666947687.412318][52174:52174] CHIP:DMG: AttributeDataIB =
[1666947687.412324][52174:52174] CHIP:DMG: {
[1666947687.412329][52174:52174] CHIP:DMG: DataVersion = 0x257547d6,
[1666947687.412335][52174:52174] CHIP:DMG: AttributePathIB =
[1666947687.412341][52174:52174] CHIP:DMG: {
[1666947687.412347][52174:52174] CHIP:DMG: Endpoint = 0x1,
[1666947687.412353][52174:52174] CHIP:DMG: Cluster = 0x300,
[1666947687.412360][52174:52174] CHIP:DMG: Attribute = 0x0000_4000,
[1666947687.412367][52174:52174] CHIP:DMG: }
[1666947687.412374][52174:52174] CHIP:DMG:
[1666947687.412380][52174:52174] CHIP:DMG: Data = 2500,
[1666947687.412386][52174:52174] CHIP:DMG: },
[1666947687.412393][52174:52174] CHIP:DMG:
[1666947687.412398][52174:52174] CHIP:DMG: },
[1666947687.412405][52174:52174] CHIP:DMG:
[1666947687.412409][52174:52174] CHIP:DMG: ],
[1666947687.412418][52174:52174] CHIP:DMG:
[1666947687.412423][52174:52174] CHIP:DMG: SuppressResponse = true,
[1666947687.412428][52174:52174] CHIP:DMG: InteractionModelRevision = 1
[1666947687.412432][52174:52174] CHIP:DMG: }
disabled: true