-
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
add invoke element in java controller #25470
Merged
yunhanw-google
merged 2 commits into
project-chip:master
from
yunhanw-google:feature/InvokeRequest
Mar 4, 2023
Merged
add invoke element in java controller #25470
yunhanw-google
merged 2 commits into
project-chip:master
from
yunhanw-google:feature/InvokeRequest
Mar 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 3, 2023 22:57
6f8461e
to
bc2088a
Compare
g-coppock
approved these changes
Mar 3, 2023
src/controller/java/src/chip/devicecontroller/model/AttributeWriteRequest.java
Outdated
Show resolved
Hide resolved
src/controller/java/src/chip/devicecontroller/model/InvokeRequest.java
Outdated
Show resolved
Hide resolved
PR #25470: Size comparison from 105b98b to bc2088a Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
LGTM, provided kevin's left comments are addressed |
yufengwangca
approved these changes
Mar 4, 2023
PR #25470: Size comparison from 105b98b to 4d1dc14 Increases (2 builds for nrfconnect, qpg)
Full report (9 builds for cc32xx, linux, mbed, nrfconnect, qpg)
|
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 4, 2023 03:16
4d1dc14
to
3c8904f
Compare
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 4, 2023 03:18
3c8904f
to
1023101
Compare
pullapprove
bot
requested review from
amitnj,
anush-apple,
arkq,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harsha-rajendran,
hawk248,
jelderton and
jepenven-silabs
March 4, 2023 03:19
pullapprove
bot
requested review from
msandstedt,
nivi-apple,
pjzander-signify,
saurabhst,
selissia,
sharadb-amazon,
tecimovic,
vijs,
vivien-apple,
woody-apple and
xylophone21
March 4, 2023 03:19
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 4, 2023 03:34
1023101
to
3d68ea6
Compare
PR #25470: Size comparison from aa99d09 to 3d68ea6 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
2 times, most recently
from
March 4, 2023 05:37
a152600
to
fd370e1
Compare
PR #25470: Size comparison from aa99d09 to fd370e1 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
yunhanw-google
changed the title
add invoke request in java controoler
add invoke element in java controoler
Mar 4, 2023
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 4, 2023 08:05
fd370e1
to
d9f0805
Compare
rename the invoke request to invoke element since this class would be used in request and response.
yunhanw-google
force-pushed
the
feature/InvokeRequest
branch
from
March 4, 2023 08:06
d9f0805
to
c5d0427
Compare
PR #25470: Size comparison from aa99d09 to c5d0427 Full report (1 build for cc32xx)
|
cliffamzn
reviewed
Mar 4, 2023
cliffamzn
approved these changes
Mar 4, 2023
yunhanw-google
changed the title
add invoke element in java controoler
add invoke element in java controller
Mar 4, 2023
lecndav
pushed a commit
to lecndav/connectedhomeip
that referenced
this pull request
Mar 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#24931
--Add invoke element in java controller