set present to True/False
diff --git a/objects/pcie_slot_present_obj.c b/objects/pcie_slot_present_obj.c
index 2efbc91..0cbc2d7 100644
--- a/objects/pcie_slot_present_obj.c
+++ b/objects/pcie_slot_present_obj.c
@@ -151,9 +151,9 @@
 			//if (rc) { break; }

 			// TODO: send correct state

 			if (present == 0) {

-				update_fru_obj(c,&obj_info,"PRESENT");

+				update_fru_obj(c,&obj_info,"True");

 			} else {

-				update_fru_obj(c,&obj_info,"NOT PRESENT");

+				update_fru_obj(c,&obj_info,"False");

 			}

 		} while(0);

 	}