Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Urgent fix in uTwin package Definition #114

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions uprotocol/core/utwin/v2/utwin.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
*/
syntax = "proto3";

package uprotocol.core.utwin.v1;
package uprotocol.core.utwin.v2;

import "uprotocol_options.proto";
import "ustatus.proto";
import "uri.proto";
import "umessage.proto";

option java_package = "org.eclipse.uprotocol.core.utwin.v1";
option java_package = "org.eclipse.uprotocol.core.utwin.v2";
option java_outer_classname = "UTwinProto";
option java_multiple_files = true;

Expand Down
2 changes: 1 addition & 1 deletion uprotocol/uprotocol_options.proto
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ extend google.protobuf.EnumValueOptions {
message UServiceTopic {
// The topic id. <br>
// * *MUST* be unique within the uService scope
// * *MUST* start at 0x800h
// * *MUST* start at 0x8000h
uint32 id = 1;

// Topic name represented as a string
Expand Down
Loading