commit | f54a9a3a04bd27f8920d0d76665b6876ac9cf49e | [log] [tgz] |
---|---|---|
author | amit.ghosh <amit.ghosh@radisys.com> | Wed Mar 10 16:39:54 2021 +0100 |
committer | amit.ghosh <amit.ghosh@radisys.com> | Wed Mar 10 18:09:28 2021 +0100 |
tree | b292c66ca9c19f07336d46582fdb1d334d5fae1b | |
parent | 8ab1e6e1a3dbd8172e119200497349d8f078bf59 [diff] [blame] |
VOL-3585:Added other value types for percentage, length in meters and datasize in bytes Change-Id: I25c49699444c908c5923c56812641f25783d1c8f
diff --git a/protos/dmi/hw.proto b/protos/dmi/hw.proto index be97bd6..2ebaeeb 100644 --- a/protos/dmi/hw.proto +++ b/protos/dmi/hw.proto
@@ -109,6 +109,9 @@ VALUE_TYPE_RPM = 10; VALUE_TYPE_CMM = 11; VALUE_TYPE_TRUTH_VALUE = 12; + VALUE_TYPE_PERCENT = 13; + VALUE_TYPE_METERS = 14; + VALUE_TYPE_BYTES = 15; } enum ValueScale {