Skip to content

Commit

Permalink
fix: Triggers comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed May 6, 2024
1 parent e2b7a0f commit d5fc388
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions proto/app/app_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,19 @@ message EnumTrigger
string id = 1;
string message = 2;
string signal = 3;
uint64 value = 4;
uint32 color = 5;
int32 comparator = 4;
uint64 value = 5;
uint32 color = 6;
}

message BitTrigger
{
string id = 1;
string message = 2;
string signal = 3;
uint64 value = 4;
uint32 color = 5;
int32 comparator = 4;
uint64 value = 5;
uint32 color = 6;
}

message AxisItem
Expand Down

0 comments on commit d5fc388

Please sign in to comment.