summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <42153846+jordynmackool@users.noreply.github.com>2022-06-28 12:12:51 -0400
committerGitHub <noreply@github.com>2022-06-28 12:12:51 -0400
commit90bab6a73c5489e14ebbfdd56b8d1dd9a29bd0ab (patch)
treef048bdf2ac8e3f2447dea48f8e13675c1c2774ec
parent309f01cca3a7c57081b7298c1e3cf8cc26ed3436 (diff)
downloadsdl_android-90bab6a73c5489e14ebbfdd56b8d1dd9a29bd0ab.tar.gz
Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java48
1 files changed, 24 insertions, 24 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
index cb4250df6..91a37522e 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
@@ -85,11 +85,11 @@ import java.util.List;
* <tr>
* <td>driverDoorAjar</td>
* <td>Boolean</td>
- * <td>true</td>
+ * <td>false</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
* <td>
- * SmartDeviceLink 2.0.0
- * <br>
+ * SmartDeviceLink 2.0.0
+ * <br>
* <br>
* Deprecated in SmartDeviceLink 7.1.0
* </td>
@@ -100,8 +100,8 @@ import java.util.List;
* <td>true</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
* <td>
- * SmartDeviceLink 2.0.0
- * <br>
+ * SmartDeviceLink 2.0.0
+ * <br>
* <br>
* Deprecated in SmartDeviceLink 7.1.0
* </td>
@@ -112,8 +112,8 @@ import java.util.List;
* <td>true</td>
* <td>The information about the park brake: - true, if active - false if not.</td>
* <td>
- * SmartDeviceLink 2.0.0
- * <br>
+ * SmartDeviceLink 2.0.0
+ * <br>
* <br>
* Deprecated in SmartDeviceLink 7.1.0
* </td>
@@ -124,8 +124,8 @@ import java.util.List;
* <td>true</td>
* <td>References signal "DrStatRr_B_Actl".</td>
* <td>
- * SmartDeviceLink 2.0.0
- * <br>
+ * SmartDeviceLink 2.0.0
+ * <br>
* <br>
* Deprecated in SmartDeviceLink 7.1.0
* </td>
@@ -133,31 +133,31 @@ import java.util.List;
* <tr>
* <td>doorStatuses</td>
* <td>List<DoorStatus></td>
- * <td>False</td>
- * <td>Provides status for doors if Ajar/Closed/Locked
- * {"array_min_size": 0, "array_max_size": 100}</td>
- * <td>
- * SmartDeviceLink 7.1.0
+ * <td>False</td>
+ * <td>Provides status for doors if Ajar/Closed/Locked
+ * {"array_min_size": 0, "array_max_size": 100}</td>
+ * <td>
+ * SmartDeviceLink 7.1.0
* </td>
* </tr>
* <tr>
* <td>gateStatuses</td>
* <td>List<GateStatus></td>
- * <td>False</td>
- * <td>Provides status for trunk/hood/etc. if Ajar/Closed/Locked
- * {"array_min_size": 0, "array_max_size": 100}</td>
- * <td>
- * SmartDeviceLink 7.1.0
+ * <td>False</td>
+ * <td>Provides status for trunk/hood/etc. if Ajar/Closed/Locked
+ * {"array_min_size": 0, "array_max_size": 100}</td>
+ * <td>
+ * SmartDeviceLink 7.1.0
* </td>
* </tr>
* <tr>
* <td>roofStatuses</td>
* <td>List<RoofStatus></td>
- * <td>False</td>
- * <td>Provides status for roof/convertible roof/sunroof/moonroof etc., if Closed/Ajar/ Removedetc.
- * {"array_min_size": 0, "array_max_size": 100}</td>
- * <td>
- * SmartDeviceLink 7.1.0
+ * <td>False</td>
+ * <td>Provides status for roof/convertible roof/sunroof/moonroof etc., if Closed/Ajar/ Removedetc.
+ * {"array_min_size": 0, "array_max_size": 100}</td>
+ * <td>
+ * SmartDeviceLink 7.1.0
* </td>
* </tr>
* </table>