Forum Discussion

3 Replies

  • The System.SystemInfo.get_power_supply_metrics() call will return a System.PlatformPowerSupplies structure. That structure contains an array of statistics for each power supply indicating the index and current running state of the given power supply.

     

    You mentioned the System.PlatformFans structure. That one is is returned from the System.SystemInfo.get_fan_metrics() call. Are you saying that that structure is returned from the get_power_supply_metrics() call you are making. If so, I'd suggest you make sure the iControl client is pointing to the correct method for the power supply info.

     

    -Joe