pdr: Fix property values corresponding to sensor states

According to: DSP0249_1.1.0 Table 1(Set ID: 17)
--------------------------------------------------------------
|17: | Identify State    | For entities that have an identify|
|    |                   | function, such as LEDs.           |
--------------------------------------------------------------
|    | 1: Identity State | The entity's identify function is |
|    |    Unasserted     | not asserted.                     |
|    | 2: Identify State | The entity's identity function is |
|    |    Asserted       | asserted.                         |
--------------------------------------------------------------

So states [1, 2] => [false, true]

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I104fea89d17e4dee4a60732e9f16bec1973f1e7a
diff --git a/configurations/pdr/4.json b/configurations/pdr/4.json
index 3a54557..ca9f960 100644
--- a/configurations/pdr/4.json
+++ b/configurations/pdr/4.json
@@ -94,7 +94,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -111,7 +111,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -145,7 +145,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -162,7 +162,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -179,7 +179,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -196,7 +196,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -213,7 +213,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -230,7 +230,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -247,7 +247,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -264,7 +264,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -281,7 +281,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -298,7 +298,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -315,7 +315,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -332,7 +332,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -349,7 +349,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -366,7 +366,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -383,7 +383,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -400,7 +400,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -417,7 +417,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -434,7 +434,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -451,7 +451,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -468,7 +468,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -485,7 +485,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -502,7 +502,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -519,7 +519,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -536,7 +536,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -553,7 +553,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -570,7 +570,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -587,7 +587,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -604,7 +604,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -621,7 +621,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -638,7 +638,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -655,7 +655,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -672,7 +672,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -689,7 +689,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -706,7 +706,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -723,7 +723,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -740,7 +740,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -757,7 +757,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -774,7 +774,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -791,7 +791,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -808,7 +808,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -825,7 +825,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -842,7 +842,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -859,7 +859,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -876,7 +876,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -893,7 +893,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -910,7 +910,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -927,7 +927,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -944,7 +944,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -961,7 +961,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -978,7 +978,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -995,7 +995,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1012,7 +1012,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1029,7 +1029,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1046,7 +1046,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1063,7 +1063,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1080,7 +1080,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1097,7 +1097,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1114,7 +1114,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1131,7 +1131,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1148,7 +1148,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1165,7 +1165,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1182,7 +1182,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1199,7 +1199,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1238,7 +1238,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1255,7 +1255,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1272,7 +1272,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1289,7 +1289,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1306,7 +1306,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     },
@@ -1323,7 +1323,7 @@
                 "interface": "xyz.openbmc_project.Led.Group",
                 "property_name": "Asserted",
                 "property_type": "bool",
-                "property_values" : [true, false]
+                "property_values" : [false, true]
              }
         }]
     }]