mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
1. Fixing module food devices naming and add nearby teamfood, dogfood group
2. Aline NS and NC grpups PiperOrigin-RevId: 676646473
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user