Skip to content
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

[Feature] Add Fabric Bridge RPC service to Fabric Bridge #33602

Closed
yufengwangca opened this issue May 25, 2024 · 0 comments · Fixed by #33603
Closed

[Feature] Add Fabric Bridge RPC service to Fabric Bridge #33602

yufengwangca opened this issue May 25, 2024 · 0 comments · Fixed by #33603

Comments

@yufengwangca
Copy link
Contributor

Feature description

...
syntax = "proto3";

import 'pw_protobuf_protos/common.proto';

package chip.rpc;

// Define the message for a synchronized end device with necessary fields
message SynchronizedDevice {
uint64 node_id = 1;
}

service FabricBridge {
rpc AddSynchronizedDevice(SynchronizedDevice) returns (pw.protobuf.Empty){}
}

Platform

other

Platform Version(s)

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging a pull request may close this issue.

1 participant