1OpenBMC power supply monitoring application. 2 3Design document: https://github.com/openbmc/docs/blob/master/designs/psu-monitoring.md 4 5# JSON Configuration File 6 7The JSON configuration file should contain: 8 9## pollInterval 10Required property that specifies the delay between updating the power supply 11status, period in milliseconds. 12 13## MinPowerSupplies 14Optional property, integer, that indicates the minimum number of power supplies 15that should be present. 16 17## MaxPowerSupplies 18Optional property, integer, that indicates the maximum number of power supplies 19that should be present. 20 21## PowerSupplies 22An array of power supply properties. 23 24### Inventory 25The D-Bus path used to check the power supply presence (Present) property. 26 27### Bus 28An integer specifying the I2C bus that the PMBus power supply is on. 29 30### Address 31A string representing the 16-bit I2C address of the PMBus power supply. 32 33