|
|
|
@ -122,9 +122,9 @@ message RuleChainMetadataUpdateMsg { |
|
|
|
int64 ruleChainIdMSB = 2; |
|
|
|
int64 ruleChainIdLSB = 3; |
|
|
|
int32 firstNodeIndex = 4; |
|
|
|
repeated RuleNodeProto nodes = 5; |
|
|
|
repeated NodeConnectionInfoProto connections = 6; |
|
|
|
repeated RuleChainConnectionInfoProto ruleChainConnections = 7; |
|
|
|
repeated RuleNodeProto nodes = 5; |
|
|
|
repeated NodeConnectionInfoProto connections = 6; |
|
|
|
repeated RuleChainConnectionInfoProto ruleChainConnections = 7; |
|
|
|
} |
|
|
|
|
|
|
|
message RuleNodeProto { |
|
|
|
@ -255,8 +255,8 @@ message RuleChainMetadataRequestMsg { |
|
|
|
} |
|
|
|
|
|
|
|
enum EdgeEntityType { |
|
|
|
DEVICE = 0; |
|
|
|
ASSET = 1; |
|
|
|
DEVICE = 0; |
|
|
|
ASSET = 1; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
|