Lines Matching full:sensor
9 There are some sensors in the system whose values are derived from actual sensor
12 Virtual sensor examples are:
28 This should implement a new virtual sensor for every given sensor and update
31 - a daemon to create and monitor each sensor defined in config file and update
32 them based on value change in each given sensor.
33 - Every virtual sensor will be waiting for event for change in dbus value of
34 each sensor parameter and will update this sensor.
35 - Sensor parameter can be any sensor dbus path and it also supports chaining of
40 algorithm in calculating value for new virtual sensor
45 each sensor: "/xyz/openbmc_project/sensor/temperature/sensor_name"
96 Desc: It defines name and unit of a sensor. Main Desc object defines
97 details about new virtual sensor and inside DbusParam object,
99 Name: Name of virtual sensor
101 Expression: An algorithm to be used to calculate sensor value
106 DbusParam: This is an existing/virtual sensor which is listed in dbus and
108 Thresholds: It has critical and warning high/low value to monitor sensor
109 value and used as per sensor interface defined in