Skip to content

Commit 5550702

Browse files
committed
Updates
1 parent 9620f77 commit 5550702

5 files changed

Lines changed: 48 additions & 58 deletions

File tree

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,21 +143,16 @@
143143
* <td>gearStatus</td>
144144
* <td>GearStatus</td>
145145
* <td>See GearStatus</td>
146-
* <td>N</td>
147-
* <td>SmartDeviceLink 7.0.0</td>
148-
* </tr>
149-
* <tr>
150-
* <td>gearStatus</td>
151-
* <td>GearStatus</td>
152-
* <td>See GearStatus</td>
153-
* <td>N</td>
146+
* <td>N</td>
147+
* <td></td>
154148
* <td>SmartDeviceLink 7.0.0</td>
155149
* </tr>
156150
* <tr>
157151
* <td>prndl</td>
158152
* <td>PRNDL</td>
159153
* <td>See PRNDL. This parameter is deprecated and it is now covered in `gearStatus`</td>
160-
* <td>N</td>
154+
* <td>N</td>
155+
* <td></td>
161156
* <td>SmartDeviceLink 7.0.0</td>
162157
* </tr>
163158
* <tr>
@@ -309,14 +304,16 @@
309304
* <td>handsOffSteering</td>
310305
* <td>Boolean</td>
311306
* <td>To indicate whether driver hands are off the steering wheel</td>
312-
* <td>N</td>
307+
* <td>N</td>
308+
* <td></td>
313309
* <td>SmartDeviceLink 7.0.0</td>
314310
* </tr>
315311
* <tr>
316312
* <td>windowStatus</td>
317313
* <td>Boolean</td>
318314
* <td>See WindowStatus</td>
319-
* <td>N</td>
315+
* <td>N</td>
316+
* <td></td>
320317
* <td>SmartDeviceLink 7.0.0</td>
321318
* </tr>
322319
* <tr>
@@ -333,7 +330,8 @@
333330
* <td>stabilityControlsStatus</td>
334331
* <td>StabilityControlsStatus</td>
335332
* <td>See StabilityControlsStatus</td>
336-
* <td>N</td>
333+
* <td>N</td>
334+
* <td></td>
337335
* <td>SmartDeviceLink 7.0.0</td>
338336
* </tr>
339337
* <tr>

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

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,32 +99,25 @@
9999
* <td>countRate</td>
100100
* <td>Float</td>
101101
* <td>The value of this parameter is the amount that the media clock timer will advance per 1.0 seconds of real time. Values less than 1.0 will therefore advance the timer slower than real-time, while values greater than 1.0 will advance the timer faster than real-time.e.g. If this parameter is set to `0.5`, the timer will advance one second per two seconds real-time, or at 50% speed. If this parameter is set to `2.0`, the timer will advance two seconds per one second real-time, or at 200% speed.</td>
102-
103102
* <td>N</td>
104103
* <td>{"num_min_value": 0.1, "num_max_value": 100.0}</td>
105-
* <td>
106-
* SmartDeviceLink 7.1.0
107-
* </td>
104+
* <td>SmartDeviceLink 7.1.0</td>
108105
* </tr>
109106
* <tr>
110107
* <td>forwardSeekIndicator</td>
111108
* <td>SeekStreamingIndicator</td>
112109
* <td>Used to control the forward seek button to either skip forward a set amount of time or to the next track.</td>
113110
* <td>N</td>
114111
* <td></td>
115-
* <td>
116-
* SmartDeviceLink 7.1.0
117-
* </td>
112+
* <td>SmartDeviceLink 7.1.0</td>
118113
* </tr>
119114
* <tr>
120115
* <td>backSeekIndicator</td>
121116
* <td>SeekStreamingIndicator</td>
122117
* <td>Used to control the forward seek button to either skip back a set amount of time or to the previous track.</td>
123118
* <td>N</td>
124119
* <td></td>
125-
* <td>
126-
* SmartDeviceLink 7.1.0
127-
* </td>
120+
* <td>SmartDeviceLink 7.1.0</td>
128121
* </tr>
129122
*
130123
* </table>

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,9 @@
120120
* <td>Text value for MediaClock field. Has to be properly formatted by Mobile App according to the module's capabilities. If this text is set, any automatic media clock updates previously set with SetMediaClockTimer will be stopped.</td>
121121
* <td>N</td>
122122
* <td>{"string_min_length": 0, "string_max_length": 500}</td>
123-
* <td>
124-
* @since SmartDeviceLink 1.0.0
125-
* @property-deprecated in SmartDeviceLink 7.1.0
126-
* </td>
123+
* <td>SmartDeviceLink 1.0.0
124+
* <br>
125+
* Deprecated in SmartDeviceLink 7.1.0</td>
127126
* </tr>
128127
* <tr>
129128
* <td>mediaTrack</td>
@@ -168,9 +167,9 @@
168167
* <tr>
169168
* <td>templateTitle</td>
170169
* <td>String</td>
171-
* <td>The title of the new template that will be displayed.</td>
170+
* <td>The title of the new template that will be displayed.</td>
171+
* <td>N</td>
172172
* <td><p>How this will be displayed is dependent on the OEM design and implementation of the template..</p>Minsize: 0; Maxsize: 100</td>
173-
* <td>N</td>
174173
* <td>SmartDeviceLink 6.0.0</td>
175174
* </tr>
176175
*

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -119,23 +119,24 @@
119119
* <td>The external temperature in degrees celsius. This parameter is deprecated starting RPCSpec 7.1.0, please see climateData.</td>
120120
* <td>N</td>
121121
* <td>Subscribable</td>
122-
* <td>
123-
* @since SmartDeviceLink 2.0.0
124-
* @property-deprecated in SmartDeviceLink 7.1.0
125-
* </td>
122+
* <td>SmartDeviceLink 2.0.0
123+
* <br>
124+
* Deprecated in SmartDeviceLink 7.1.0</td>
126125
* </tr>
127126
* <tr>
128127
* <td>gearStatus</td>
129128
* <td>Boolean</td>
130129
* <td>See GearStatus</td>
131-
* <td>N</td>
130+
* <td>N</td>
131+
* <td></td>
132132
* <td>SmartDeviceLink 7.0.0</td>
133133
* </tr>
134134
* <tr>
135135
* <td>prndl</td>
136136
* <td>Boolean</td>
137137
* <td>See PRNDL. This parameter is deprecated and it is now covered in `gearStatus`</td>
138-
* <td>N</td>
138+
* <td>N</td>
139+
* <td></td>
139140
* <td>SmartDeviceLink 7.0.0</td>
140141
* </tr>
141142
* <tr>
@@ -294,21 +295,24 @@
294295
* <td>handsOffSteering</td>
295296
* <td>Boolean</td>
296297
* <td>To indicate whether driver hands are off the steering wheel</td>
297-
* <td>N</td>
298+
* <td>N</td>
299+
* <td></td>
298300
* <td>SmartDeviceLink 7.0.0</td>
299301
* </tr>
300302
* <tr>
301303
* <td>windowStatus</td>
302304
* <td>Boolean</td>
303305
* <td>See WindowStatus</td>
304-
* <td>N</td>
306+
* <td>N</td>
307+
* <td></td>
305308
* <td>SmartDeviceLink 7.0.0</td>
306309
* </tr>
307310
* <tr>
308311
* <td>stabilityControlsStatus</td>
309312
* <td>Boolean</td>
310313
* <td>See StabilityControlsStatus</td>
311-
* <td>N</td>
314+
* <td>N</td>
315+
* <td></td>
312316
* <td>SmartDeviceLink 7.0.0</td>
313317
* </tr>
314318
* <tr>
@@ -317,19 +321,15 @@
317321
* <td>See ClimateData</td>
318322
* <td>N</td>
319323
* <td></td>
320-
* <td>
321-
* @since SmartDeviceLink 7.1.0
322-
* </td>
324+
* <td>SmartDeviceLink 7.1.0</td>
323325
* </tr>
324326
* <tr>
325327
* <td>seatOccupancy</td>
326328
* <td>Boolean</td>
327329
* <td>See SeatOccupancy</td>
328330
* <td>N</td>
329331
* <td></td>
330-
* <td>
331-
* @since SmartDeviceLink 7.1.0
332-
* </td>
332+
* <td>SmartDeviceLink 7.1.0</td>
333333
* </tr>
334334
* </table>
335335
*

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,23 +114,24 @@
114114
* <td>The external temperature in degrees celsius. This parameter is deprecated starting RPCSpec 7.1.0, please see climateData.</td>
115115
* <td>N</td>
116116
* <td>Subscribable</td>
117-
* <td>
118-
* @since SmartDeviceLink 2.0.0
119-
* @property-deprecated in SmartDeviceLink 7.1.0
120-
* </td>
117+
* <td>SmartDeviceLink 2.0.0
118+
* <br>
119+
* Deprecated in SmartDeviceLink 7.1.0</td>
121120
* </tr>
122121
* <tr>
123122
* <td>gearStatus</td>
124123
* <td>Boolean</td>
125124
* <td>See GearStatus</td>
126-
* <td>N</td>
125+
* <td>N</td>
126+
* <td></td>
127127
* <td>SmartDeviceLink 7.0.0</td>
128128
* </tr>
129129
* <tr>
130130
* <td>prndl</td>
131131
* <td>Boolean</td>
132132
* <td>See PRNDL. This parameter is deprecated and it is now covered in `gearStatus`</td>
133-
* <td>N</td>
133+
* <td>N</td>
134+
* <td></td>
134135
* <td>SmartDeviceLink 7.0.0</td>
135136
* </tr>
136137
* <tr>
@@ -281,21 +282,24 @@
281282
* <td>handsOffSteering</td>
282283
* <td>Boolean</td>
283284
* <td>To indicate whether driver hands are off the steering wheel</td>
284-
* <td>N</td>
285+
* <td>N</td>
286+
* <td></td>
285287
* <td>SmartDeviceLink 7.0.0</td>
286288
* </tr>
287289
* <tr>
288290
* <td>windowStatus</td>
289291
* <td>Boolean</td>
290292
* <td>See WindowStatus</td>
291-
* <td>N</td>
293+
* <td>N</td>
294+
* <td></td>
292295
* <td>SmartDeviceLink 7.0.0</td>
293296
* </tr>
294297
* <tr>
295298
* <td>stabilityControlsStatus</td>
296299
* <td>Boolean</td>
297300
* <td>See StabilityControlsStatus</td>
298-
* <td>N</td>
301+
* <td>N</td>
302+
* <td></td>
299303
* <td>SmartDeviceLink 7.0.0</td>
300304
* </tr>
301305
* <tr>
@@ -304,19 +308,15 @@
304308
* <td>See ClimateData</td>
305309
* <td>N</td>
306310
* <td></td>
307-
* <td>
308-
* @since SmartDeviceLink 7.1.0
309-
* </td>
311+
* <td>SmartDeviceLink 7.1.0</td>
310312
* </tr>
311313
* <tr>
312314
* <td>seatOccupancy</td>
313315
* <td>Boolean</td>
314316
* <td>See SeatOccupancy</td>
315317
* <td>N</td>
316318
* <td></td>
317-
* <td>
318-
* @since SmartDeviceLink 7.1.0
319-
* </td>
319+
* <td>SmartDeviceLink 7.1.0</td>
320320
* </tr>
321321
*
322322
*

0 commit comments

Comments
 (0)