VOL-4782: Changes for Transceiver Threshold events

Change-Id: Iee89d9a362932d06eda1541ed88f2b82ba80d33e
diff --git a/cpp/dmi/hw.pb.h b/cpp/dmi/hw.pb.h
index 83fd143..c2fd5fa 100644
--- a/cpp/dmi/hw.pb.h
+++ b/cpp/dmi/hw.pb.h
@@ -431,12 +431,13 @@
   VALUE_TYPE_PERCENT = 13,
   VALUE_TYPE_METERS = 14,
   VALUE_TYPE_BYTES = 15,
+  VALUE_TYPE_DBM = 16,
   DataValueType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
   DataValueType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
 };
 bool DataValueType_IsValid(int value);
 const DataValueType DataValueType_MIN = VALUE_TYPE_UNDEFINED;
-const DataValueType DataValueType_MAX = VALUE_TYPE_BYTES;
+const DataValueType DataValueType_MAX = VALUE_TYPE_DBM;
 const int DataValueType_ARRAYSIZE = DataValueType_MAX + 1;
 
 const ::google::protobuf::EnumDescriptor* DataValueType_descriptor();