commit | 89a83b6726ba4e75d1af1f0b3524fca955e28413 | [log] [tgz] |
---|---|---|
author | Konstantin Aladyshev <aladyshev22@gmail.com> | Wed May 12 18:59:27 2021 +0300 |
committer | Konstantin Aladyshev <aladyshev22@gmail.com> | Mon Jul 26 16:23:28 2021 +0300 |
tree | 64e5614f6d1326ad1dc8f9c425367620296ffb0b | |
parent | d18dfc40eeead9475371d42ce7e89890b0ab5f5b [diff] |
sensorhandler: Don't fail on absent Threshold.Warning interface Currently if a sensor has only "Threshold.Critical" interface it would never be parsed as call to the absent "Threshold.Warning" interface would throw and abort "getSensorThreshold" function. Refactor "getSensorThreshold" code to fix the issue. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: I7b398379272cf62f114c5158980622fb13e22e92
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.