phosphor-health-monitor: srcrev bump e279530e92..b7a7b8a5a4

Vijay Khemka (3):
      Add sensor read function
      Add sensor reading timer
      Check threshold values

Change-Id: Iafb84428ebb752ad00c448ed3b1485046ab60c60
Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
diff --git a/recipes-phosphor/health/phosphor-health-monitor_git.bb b/recipes-phosphor/health/phosphor-health-monitor_git.bb
index 40ff058..81a6b44 100644
--- a/recipes-phosphor/health/phosphor-health-monitor_git.bb
+++ b/recipes-phosphor/health/phosphor-health-monitor_git.bb
@@ -15,7 +15,7 @@
 DEPENDS += "nlohmann-json"
 
 SRC_URI = "git://github.com/openbmc/phosphor-health-monitor.git;protocol=git"
-SRCREV = "e279530e9232a8a5f61d8124628a16a901c5cef1"
+SRCREV = "b7a7b8a5a49f69d4e8913a0895da75d6f550501f"
 S = "${WORKDIR}/git"
 
 SYSTEMD_SERVICE_${PN} = "phosphor-health-monitor.service"