summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSeatControlData.h
diff options
context:
space:
mode:
authorMarkos Rapitis <mrapitis@ford.com>2018-07-25 14:50:42 -0400
committerMarkos Rapitis <mrapitis@ford.com>2018-07-25 14:59:05 -0400
commit0fcc3441b47d48ec909ed55ce796ec08a968234b (patch)
treec717d038a39d8c5d62bb299aef1494edbbd758ab /SmartDeviceLink/SDLSeatControlData.h
parent37098a50bceb96ac9d397dd01f88c9e3429fdfe0 (diff)
downloadsdl_ios-0fcc3441b47d48ec909ed55ce796ec08a968234b.tar.gz
Address review comments.
Diffstat (limited to 'SmartDeviceLink/SDLSeatControlData.h')
-rw-r--r--SmartDeviceLink/SDLSeatControlData.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLSeatControlData.h b/SmartDeviceLink/SDLSeatControlData.h
index 43007c9c8..9fe554d88 100644
--- a/SmartDeviceLink/SDLSeatControlData.h
+++ b/SmartDeviceLink/SDLSeatControlData.h
@@ -19,13 +19,12 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)initWithId:(SDLSupportedSeat)supportedSeat;
-- (instancetype)initWithId:(SDLSupportedSeat)supportedSeat heatingEnabled:(BOOL)heatingEnable coolingEnable:(BOOL)coolingEnable heatingLevel:(UInt16)heatingLevel coolingLevel:(UInt16)coolingLevel horizontalPostion:(UInt16)horizontal verticalPostion:(UInt16)vertical frontVerticalPostion:(UInt16)frontVertical backVerticalPostion:(UInt16)backVertical backTiltAngle:(UInt16)backAngle headSupportedHorizontalPostion:(UInt16)headSupportedHorizontal headSupportedVerticalPostion:(UInt16)headSupportedVertical massageEnabled:(BOOL)massageEnable massageMode:(NSArray<SDLMassageModeData *> *)massageMode massageCussionFirmness:(NSArray<SDLMassageCushionFirmness *> *)firmness memory:(SDLSeatMemoryAction *)memoryAction;
+- (instancetype)initWithId:(SDLSupportedSeat)supportedSeat heatingEnabled:(BOOL)heatingEnable coolingEnable:(BOOL)coolingEnable heatingLevel:(UInt8)heatingLevel coolingLevel:(UInt8)coolingLevel horizontalPostion:(UInt8)horizontal verticalPostion:(UInt8)vertical frontVerticalPostion:(UInt8)frontVertical backVerticalPostion:(UInt8)backVertical backTiltAngle:(UInt8)backAngle headSupportedHorizontalPostion:(UInt8)headSupportedHorizontal headSupportedVerticalPostion:(UInt8)headSupportedVertical massageEnabled:(BOOL)massageEnable massageMode:(NSArray<SDLMassageModeData *> *)massageMode massageCussionFirmness:(NSArray<SDLMassageCushionFirmness *> *)firmness memory:(SDLSeatMemoryAction *)memoryAction;
/**
- * @abstract id of seat that is a remote controllable seat..
+ * @abstract id of seat that is a remote controllable seat.
*
* Required
- *
*/
@property (strong, nonatomic) SDLSupportedSeat id;
@@ -132,7 +131,6 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract type of action to be performed
*
* Required, @see SDLSeatMemoryAction
- *
*/
@property (nullable, strong, nonatomic) SDLSeatMemoryAction *memory;