Fix set sensor threshold command number

0x28 -> 0x26

Tested-by: Now works at 0x26

Change-Id: I0b1bac6e0bc17d9886f838de125bab5a1e985681
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/include/sensorcommands.hpp b/include/sensorcommands.hpp
index 66536c2..2a67d0c 100644
--- a/include/sensorcommands.hpp
+++ b/include/sensorcommands.hpp
@@ -124,8 +124,8 @@
     ipmiCmdGetDeviceSDRInfo = 0x20,
     ipmiCmdGetDeviceSDR = 0x21,
     ipmiCmdReserveDeviceSDRRepo = 0x22,
+    ipmiCmdSetSensorThreshold = 0x26,
     ipmiCmdGetSensorThreshold = 0x27,
-    ipmiCmdSetSensorThreshold = 0x28,
     ipmiCmdGetSensorEventEnable = 0x29,
     ipmiCmdGetSensorEventStatus = 0x2B,
     ipmiCmdGetSensorReading = 0x2D,