Skip to content

Commit 90bab6a

Browse files
Update base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java
Co-authored-by: noah-livio <95378272+noah-livio@users.noreply.github.com>
1 parent 309f01c commit 90bab6a

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

base/src/main/java/com/smartdevicelink/proxy/rpc/BodyInformation.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
* <tr>
8686
* <td>driverDoorAjar</td>
8787
* <td>Boolean</td>
88-
* <td>true</td>
88+
* <td>false</td>
8989
* <td>The information about the park brake: - true, if active - false if not.</td>
9090
* <td>
91-
* SmartDeviceLink 2.0.0
92-
* <br>
91+
* SmartDeviceLink 2.0.0
92+
* <br>
9393
* <br>
9494
* Deprecated in SmartDeviceLink 7.1.0
9595
* </td>
@@ -100,8 +100,8 @@
100100
* <td>true</td>
101101
* <td>The information about the park brake: - true, if active - false if not.</td>
102102
* <td>
103-
* SmartDeviceLink 2.0.0
104-
* <br>
103+
* SmartDeviceLink 2.0.0
104+
* <br>
105105
* <br>
106106
* Deprecated in SmartDeviceLink 7.1.0
107107
* </td>
@@ -112,8 +112,8 @@
112112
* <td>true</td>
113113
* <td>The information about the park brake: - true, if active - false if not.</td>
114114
* <td>
115-
* SmartDeviceLink 2.0.0
116-
* <br>
115+
* SmartDeviceLink 2.0.0
116+
* <br>
117117
* <br>
118118
* Deprecated in SmartDeviceLink 7.1.0
119119
* </td>
@@ -124,40 +124,40 @@
124124
* <td>true</td>
125125
* <td>References signal "DrStatRr_B_Actl".</td>
126126
* <td>
127-
* SmartDeviceLink 2.0.0
128-
* <br>
127+
* SmartDeviceLink 2.0.0
128+
* <br>
129129
* <br>
130130
* Deprecated in SmartDeviceLink 7.1.0
131131
* </td>
132132
* </tr>
133133
* <tr>
134134
* <td>doorStatuses</td>
135135
* <td>List<DoorStatus></td>
136-
* <td>False</td>
137-
* <td>Provides status for doors if Ajar/Closed/Locked
138-
* {"array_min_size": 0, "array_max_size": 100}</td>
139-
* <td>
140-
* SmartDeviceLink 7.1.0
136+
* <td>False</td>
137+
* <td>Provides status for doors if Ajar/Closed/Locked
138+
* {"array_min_size": 0, "array_max_size": 100}</td>
139+
* <td>
140+
* SmartDeviceLink 7.1.0
141141
* </td>
142142
* </tr>
143143
* <tr>
144144
* <td>gateStatuses</td>
145145
* <td>List<GateStatus></td>
146-
* <td>False</td>
147-
* <td>Provides status for trunk/hood/etc. if Ajar/Closed/Locked
148-
* {"array_min_size": 0, "array_max_size": 100}</td>
149-
* <td>
150-
* SmartDeviceLink 7.1.0
146+
* <td>False</td>
147+
* <td>Provides status for trunk/hood/etc. if Ajar/Closed/Locked
148+
* {"array_min_size": 0, "array_max_size": 100}</td>
149+
* <td>
150+
* SmartDeviceLink 7.1.0
151151
* </td>
152152
* </tr>
153153
* <tr>
154154
* <td>roofStatuses</td>
155155
* <td>List<RoofStatus></td>
156-
* <td>False</td>
157-
* <td>Provides status for roof/convertible roof/sunroof/moonroof etc., if Closed/Ajar/ Removedetc.
158-
* {"array_min_size": 0, "array_max_size": 100}</td>
159-
* <td>
160-
* SmartDeviceLink 7.1.0
156+
* <td>False</td>
157+
* <td>Provides status for roof/convertible roof/sunroof/moonroof etc., if Closed/Ajar/ Removedetc.
158+
* {"array_min_size": 0, "array_max_size": 100}</td>
159+
* <td>
160+
* SmartDeviceLink 7.1.0
161161
* </td>
162162
* </tr>
163163
* </table>

0 commit comments

Comments
 (0)