commit | a77281516cf6aa609bb64196b6f48dbf0c52d725 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Fri Oct 23 21:16:34 2020 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Oct 26 22:30:03 2020 +0300 |
tree | 58dc1b8bdcf259e8e0ad8c318b42a54833e58077 | |
parent | b23cce18cfd15c88984c6ed781c75d926ae381c5 [diff] |
Use correct type for Dbus sensor interface in IPMI sensors YAML files Dbus sensor interface 'xyz.openbmc_project.Sensor.Value' migrated from int to double. Therefore all old 'int64_t' types in "*-ipmi-sensor*.yaml" files for this interface should be changed to 'double'. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I0a78322b33920d906c4e9d6495009211dfb14b05