From 44725217932afd9f10322e3eb7ad635eb7eeb1e0 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 19 Sep 2024 18:50:03 -0700 Subject: [PATCH] 1. Fixing module food devices naming and add nearby teamfood, dogfood group 2. Aline NS and NC grpups PiperOrigin-RevId: 676646473 --- proto/connections_enums.proto | 8 ++++++-- proto/sharing_enums.proto | 6 +++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 55cf4698..168ca6fa 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -419,9 +419,13 @@ enum LogSource { // Represents the device for debugging. DEBUG_DEVICES = 5; // Represents the device for Nearby Module Food. - MODULE_FOOD_DEVICES = 6; + NEARBY_MODULE_FOOD_DEVICES = 6; // Represents the device for BeTo Team Food. - BETO_DOG_FOOD_DEVICES = 7; + BETO_DOGFOOD_DEVICES = 7; + // Represents the device for Nearby dog Food. + NEARBY_DOGFOOD_DEVICES = 8; + // Represents the device for Nearby Team Food. + NEARBY_TEAMFOOD_DEVICES = 9; } // LINT.IfChange diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index c19d22d6..769e5665 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -559,7 +559,11 @@ enum LogSource { // Represents the device for Nearby Module Food. NEARBY_MODULE_FOOD_DEVICES = 6; // Represents the device for BeTo Team Food. - BETO_DOG_FOOD_DEVICES = 7; + BETO_DOGFOOD_DEVICES = 7; + // Represents the device for Nearby dog Food. + NEARBY_DOGFOOD_DEVICES = 8; + // Represents the device for Nearby Team Food. + NEARBY_TEAMFOOD_DEVICES = 9; } // The Fast Share server action name.