You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Boolean} temperature - The external temperature in degrees celsius - The desired ExternalTemperature.
228
+
* @since SmartDeviceLink 2.0.0
229
+
* @deprecated in SmartDeviceLink 7.1.0
230
+
* @param {Boolean} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
210
231
* @returns {GetVehicleData} - The class instance for method chaining.
211
232
*/
212
233
setExternalTemperature(temperature){
@@ -216,6 +237,8 @@ class GetVehicleData extends RpcRequest {
216
237
217
238
/**
218
239
* Get the ExternalTemperature
240
+
* @since SmartDeviceLink 2.0.0
241
+
* @deprecated in SmartDeviceLink 7.1.0
219
242
* @returns {Boolean} - the KEY_EXTERNAL_TEMPERATURE value
* @param {Number} temperature - The external temperature in degrees celsius - The desired ExternalTemperature.
257
+
* @since SmartDeviceLink 2.0.0
258
+
* @deprecated in SmartDeviceLink 7.1.0
259
+
* @param {Number} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
* @param {Number} temperature - The external temperature in degrees celsius - The desired ExternalTemperature.
236
+
* @since SmartDeviceLink 2.0.0
237
+
* @deprecated in SmartDeviceLink 7.1.0
238
+
* @param {Number} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
* @param {Boolean} temperature - The external temperature in degrees celsius - The desired ExternalTemperature.
228
+
* @since SmartDeviceLink 2.0.0
229
+
* @deprecated in SmartDeviceLink 7.1.0
230
+
* @param {Boolean} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
210
231
* @returns {SubscribeVehicleData} - The class instance for method chaining.
211
232
*/
212
233
setExternalTemperature(temperature){
@@ -216,6 +237,8 @@ class SubscribeVehicleData extends RpcRequest {
216
237
217
238
/**
218
239
* Get the ExternalTemperature
240
+
* @since SmartDeviceLink 2.0.0
241
+
* @deprecated in SmartDeviceLink 7.1.0
219
242
* @returns {Boolean} - the KEY_EXTERNAL_TEMPERATURE value
* @param {VehicleDataResult} temperature - The external temperature in degrees celsius. - The desired ExternalTemperature.
234
+
* @since SmartDeviceLink 2.0.0
235
+
* @deprecated in SmartDeviceLink 7.1.0
236
+
* @param {VehicleDataResult} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
215
237
* @returns {SubscribeVehicleDataResponse} - The class instance for method chaining.
216
238
*/
217
239
setExternalTemperature(temperature){
@@ -222,6 +244,8 @@ class SubscribeVehicleDataResponse extends RpcResponse {
222
244
223
245
/**
224
246
* Get the ExternalTemperature
247
+
* @since SmartDeviceLink 2.0.0
248
+
* @deprecated in SmartDeviceLink 7.1.0
225
249
* @returns {VehicleDataResult} - the KEY_EXTERNAL_TEMPERATURE value
* @param {Boolean} temperature - The external temperature in degrees celsius. - The desired ExternalTemperature.
228
+
* @since SmartDeviceLink 2.0.0
229
+
* @deprecated in SmartDeviceLink 7.1.0
230
+
* @param {Boolean} temperature - The external temperature in degrees celsius. This parameter is deprecated starting RPC Spec 7.1, please see climateData. - The desired ExternalTemperature.
210
231
* @returns {UnsubscribeVehicleData} - The class instance for method chaining.
211
232
*/
212
233
setExternalTemperature(temperature){
@@ -216,6 +237,8 @@ class UnsubscribeVehicleData extends RpcRequest {
216
237
217
238
/**
218
239
* Get the ExternalTemperature
240
+
* @since SmartDeviceLink 2.0.0
241
+
* @deprecated in SmartDeviceLink 7.1.0
219
242
* @returns {Boolean} - the KEY_EXTERNAL_TEMPERATURE value
0 commit comments