-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TC-SWTCH-2.2] - MultiPressComplete event is not subscribed #21700
Comments
@yufengwangca Could you please take a look at this issue? |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Aug 7, 2022
Copy/paste caused the wrong function to be called. Fixes project-chip#21700
#21702 fixes. |
jmartinez-silabs
pushed a commit
that referenced
this issue
Aug 8, 2022
Copy/paste caused the wrong function to be called. Fixes #21700
isiu-apple
pushed a commit
to isiu-apple/connectedhomeip
that referenced
this issue
Sep 16, 2022
Copy/paste caused the wrong function to be called. Fixes project-chip#21700
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Currently subscription to event is happened for the initial-press, short-release and multi-press-ongoing events.But MultiPressComplete event is not actually subscribed.While using echo command to triger the MultiPressComplete event has triggered successfully.But sending the subscribe event MultiPressComplete command it shows the response alone not the actual event triggered.
Actual outcome:
[1659702279.069789][4374:4379] CHIP:DMG: ReportDataMessage =
[1659702279.069813][4374:4379] CHIP:DMG: {
[1659702279.069834][4374:4379] CHIP:DMG: SubscriptionId = 0x815ab601,
[1659702279.069856][4374:4379] CHIP:DMG: InteractionModelRevision = 1
[1659702279.069876][4374:4379] CHIP:DMG: }
[1659702279.069911][4374:4379] CHIP:DMG: MoveToState ReadClient[0xffff9c00afc0]:
Expected outcome:
[1659695330.923264][3912:3918] CHIP:TOO: Event number: 2
[1659695330.923283][3912:3918] CHIP:TOO: Priority: Info
[1659695330.923302][3912:3918] CHIP:TOO: Timestamp: 17754336
[1659695330.923326][3912:3918] CHIP:TOO: MultiPressComplete: {
[1659695330.923346][3912:3918] CHIP:TOO: PrevioiusPosition: 1
[1659695330.923366][3912:3918] CHIP:TOO: TotalNumberOfPressesCounted: 1
Commands used:
To Trigger:
echo '{"Name":"MultiPressComplete","PreviousPosition":1,"TotalNumberOfPressesCounted":1}' > /tmp/chip_all_clusters_fifo-<PID> (PID of DUT)
To subscribe:
Test plan Link:
https://github.com/CHIP-Specifications/chip-test-plans/blob/master/src/cluster/switch.adoc#322-tc-swtch-22-primary-functionality-with-server-as-dut
Readme link:
https://github.com/project-chip/connectedhomeip/tree/master/examples/all-clusters-app/linux#trigger-switch-events
Logs for reference:
TC-SWTCH-2.2 DUT.txt
TC-SWTCH-2.2 EVENTS.txt
TC-SWTCH-2.2 CTRL.txt
The text was updated successfully, but these errors were encountered: