Skip to content

Commit c34b900

Browse files
authored
Merge pull request #511 from smartdevicelink/feature/update-spec-8.0
Update rpc spec
2 parents 27ca179 + 57bed19 commit c34b900

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/js/src/rpc/structs/AudioControlCapabilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AudioControlCapabilities extends RpcStruct {
4747

4848
/**
4949
* Set the ModuleName
50-
* @param {String} name - The short friendly name of the light control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
50+
* @param {String} name - The short friendly name of the audio control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
5151
* {'string_min_length': 1, 'string_max_length': 100}
5252
* @returns {AudioControlCapabilities} - The class instance for method chaining.
5353
*/

lib/js/src/rpc/structs/RadioControlCapabilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class RadioControlCapabilities extends RpcStruct {
5050

5151
/**
5252
* Set the ModuleName
53-
* @param {String} name - The short friendly name of the climate control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
53+
* @param {String} name - The short friendly name of the radio control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
5454
* {'string_min_length': 1, 'string_max_length': 100}
5555
* @returns {RadioControlCapabilities} - The class instance for method chaining.
5656
*/

lib/js/src/rpc/structs/SeatControlCapabilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class SeatControlCapabilities extends RpcStruct {
4747

4848
/**
4949
* Set the ModuleName
50-
* @param {String} name - The short friendly name of the light control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
50+
* @param {String} name - The short friendly name of the seat control module. It should not be used to identify a module by mobile application. - The desired ModuleName.
5151
* {'string_min_length': 1, 'string_max_length': 100}
5252
* @returns {SeatControlCapabilities} - The class instance for method chaining.
5353
*/

0 commit comments

Comments
 (0)