diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 23a24b15..55cf4698 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -418,6 +418,10 @@ enum LogSource { OEM_DEVICES = 4; // Represents the device for debugging. DEBUG_DEVICES = 5; + // Represents the device for Nearby Module Food. + MODULE_FOOD_DEVICES = 6; + // Represents the device for BeTo Team Food. + BETO_DOG_FOOD_DEVICES = 7; } // LINT.IfChange