oem: ibm: Update the slot sensor and effecter state set id

Wrong state set ids were added mistakenly in e42490575af6
("oem: ibm: Add PCIe slot sensor/effector StateSetId"). IBM
Host firmware never used the state state ids added by above
commit. Update the state set ID for slot sensor and effecter
to correct previously assigned incorrect values.

gitlint-ignore: B1, UC1
Fixes: e42490575af6 ("oem: ibm: Add PCIe slot sensor/effector StateSetId")
Change-Id: If5316538f5396c564b407d03e20f56a19722a673
Signed-off-by: Archana Kakani <archana.kakani@ibm.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 608435e..e9dbd07 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -47,6 +47,8 @@
 
 - file: Add encode req & decode resp for DfHeartbeat command.
 
+- oem: ibm: Modified the state set id for slot effecter and sensor
+
 ### Changed
 
 - dsp: firmware_update: Expand "params" in symbol names
diff --git a/include/libpldm/oem/ibm/state_set.h b/include/libpldm/oem/ibm/state_set.h
index ba76a3b..ed3df67 100644
--- a/include/libpldm/oem/ibm/state_set.h
+++ b/include/libpldm/oem/ibm/state_set.h
@@ -13,9 +13,9 @@
 	PLDM_OEM_IBM_VERIFICATION_STATE = 32770,
 	PLDM_OEM_IBM_SYSTEM_POWER_STATE = 32771,
 	PLDM_OEM_IBM_SBE_MAINTENANCE_STATE = 32772,
-	PLDM_OEM_IBM_PCIE_SLOT_EFFECTER_STATE = 32773,
-	PLDM_OEM_IBM_PCIE_SLOT_SENSOR_STATE = 32774,
 	PLDM_OEM_IBM_SBE_HRESET_STATE = 32776,
+	PLDM_OEM_IBM_PCIE_SLOT_EFFECTER_STATE = 32779,
+	PLDM_OEM_IBM_PCIE_SLOT_SENSOR_STATE = 32780,
 	PLDM_OEM_IBM_PCIE_TOPOLOGY_ACTIONS = 32781,
 };