You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2: TH reads CurrentLevel attribute from DUT
Verify that the DUT response indiicates that the CurrentLevel attribute has the value recorded in 1a, or if the MaxLevel attribute is not supported (PICS_MAXLEVEL = false) 0xFE
But SDK acturally raise the current level to 0xff, which is too large.
logs from DUT;
I (185761) chip[EM]: Received message of type 0x10 with protocolId (0, 0) and MessageCounter:1 on exchange 42936r
I (185771) chip[ZCL]: Event: move from 254
I (185781) chip[ZCL]: to 255
I (185781) chip[ZCL]: (diff +1)
I (185781) app-devicecallbacks: PostAttributeChangeCallback - Cluster ID: '0x0008', EndPoint ID: '0x01', Attribute ID: '0x0000'
Proposed Solution
limit the max level to 254
The text was updated successfully, but these errors were encountered:
Problem
The step 2 in the test plan says:
But SDK acturally raise the current level to 0xff, which is too large.
logs from DUT;
Proposed Solution
limit the max level to 254
The text was updated successfully, but these errors were encountered: