A list of sensor object names to include in determining trust of their values based on the configured class
. These sensors are what's included in the group that then has all of their current values trusted or not for monitoring based on algorithm of the class
.
name
- string/xyz/openbmc_project/sensros/fan_tach
D-Bus path.in_trust
- boolean (Optional){ "sensor_trust_groups": [ { "class": "NonzeroSpeed", "group": [ { "name": "fan0_0" }, { "name": "fan1_0" }, { "name": "fan2_0", "in_trust": false } ] } ] }