Update power cap interface

Add Min, Max properties which can be used by phosphor-host-ipmid

Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com>
Change-Id: Ib1622b53c93fa33a050bfd2db954c3d5619f0bb4
diff --git a/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml b/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
index 2994b14..f6d2a60 100644
--- a/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
+++ b/yaml/xyz/openbmc_project/Control/Power/Cap.interface.yaml
@@ -13,3 +13,13 @@
       description: >
           Power cap enable.  Set to true to enable the PowerCap, false
           to disable it.
+
+    - name: MinPowerCapValue
+      type: uint32
+      default: 0
+      description: The Minimum supported PowerCap reading.
+
+    - name: MaxPowerCapValue
+      type: uint32
+      default: maxint
+      description: The Maximum supported PowerCap reading.