Skip to content

Commit

Permalink
fix: updated trigger message
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed Nov 27, 2023
1 parent bd9aef9 commit b9b4cd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/app/app_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ message Connection
string mode = 3;
}

message Event
message Trigger
{
string message = 1;
string signal = 2;
int64 comparator = 3;
uint32 comparator = 3;
double value = 4;
uint32 color = 5;
}
Expand Down Expand Up @@ -46,7 +46,7 @@ message AppConfig
Connection connection = 4;
map<string, Connection> savedConnections = 5;
repeated string activeTabs = 6;
repeated Event events = 7;
repeated Trigger triggers = 7;
repeated CustomPlot customPlots = 8;
map<string, string> filesPaths = 9;
map<string, string> stringCache = 10;
Expand Down

0 comments on commit b9b4cd7

Please sign in to comment.