You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Talking to the Firmware team today, the implementation of Power Supply is using the old interface and the correct way to get/set the value is using the setValue and getValue endpoints:
I think the PS sensor, even though the object is in the xyz/ namespace, implements the old PS interface. The right way to set a value is by calling 'SetValue' or something equivalent.
Talking to the Firmware team today, the implementation of Power Supply is using the old interface and the correct way to get/set the value is using the
setValue
andgetValue
endpoints:Those are these commands:
Update the xCAT code to use these correct endpoints
The text was updated successfully, but these errors were encountered: