FRU callout generation command updated

Changes:
     - Updated the command to generate FRU callout

Tested:
     - Tested on sandbox by running Verify_FRU_Callout test case

Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
Change-Id: I3611661f1c865227d519b10203cfb7c916f60c51
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/pel_variables.py b/data/pel_variables.py
index 55cb3b5..7c0c823 100644
--- a/data/pel_variables.py
+++ b/data/pel_variables.py
@@ -18,7 +18,7 @@
 CMD_INTERNAL_FAILURE = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Common.Error.InternalFailure \
     xyz.openbmc_project.Logging.Entry.Level.Error 0'
 
-CMD_FRU_CALLOUT = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Common.Error.Timeout \
+CMD_FRU_CALLOUT = ERROR_LOG_CREATE_BASE_CMD + 'xyz.openbmc_project.Sensor.Device.Error.ReadFailure \
     xyz.openbmc_project.Logging.Entry.Level.Error 2 "TIMEOUT_IN_MSEC" "5" "CALLOUT_INVENTORY_PATH" \
     "/xyz/openbmc_project/inventory/system/chassis/motherboard"'