Brandon Wyman | 2fe5186 | 2019-11-25 16:43:21 -0600 | [diff] [blame] | 1 | { |
Brandon Wyman | aed1f75 | 2019-11-25 18:10:52 -0600 | [diff] [blame] | 2 | "SystemProperties" : { |
| 3 | "pollInterval" : 1000, |
| 4 | "MinPowerSupplies" : 1, |
| 5 | "MaxPowerSupplies" : 2 |
| 6 | }, |
| 7 | "PowerSupplies": [ |
| 8 | { |
| 9 | "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply0", |
| 10 | "Bus" : 3, |
Brandon Wyman | c63941c | 2020-01-27 16:49:33 -0600 | [diff] [blame] | 11 | "Address" : "0068" |
Brandon Wyman | aed1f75 | 2019-11-25 18:10:52 -0600 | [diff] [blame] | 12 | }, |
| 13 | { |
| 14 | "Inventory" : "/xyz/openbmc_project/inventory/system/chassis/motherboard/powersupply1", |
| 15 | "Bus" : 3, |
Brandon Wyman | c63941c | 2020-01-27 16:49:33 -0600 | [diff] [blame] | 16 | "Address" : "0069" |
Brandon Wyman | aed1f75 | 2019-11-25 18:10:52 -0600 | [diff] [blame] | 17 | } |
| 18 | ] |
Brandon Wyman | 2fe5186 | 2019-11-25 16:43:21 -0600 | [diff] [blame] | 19 | } |