<div dir="ltr"><div>Hi,</div><div><br></div><div>I tried to override sensor values with redfish Patch, referring to the Voltages example of <a href="https://github.com/openbmc/bmcweb/search?q=413961de&type=Commits">https://github.com/openbmc/bmcweb/search?q=413961de&type=Commits</a>, but met an error "Invalid argument". Comparing the code <a href="https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/sensors.hpp#L2192">https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/sensors.hpp#L2192</a> and the doc <a href="https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Sensor/Value.interface.yaml#L21">https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Sensor/Value.interface.yaml#L21</a>, the current code uses double type, but the doc says the value type should be int64. It seems a scale difference. Why the code uses double here?</div><div><br></div><div>Thanks!<br></div></div>