From 2dd9ae22281b3fdb46ce1821b1eea286b711e424 Mon Sep 17 00:00:00 2001 From: Karel Kalthoff <kkalthoff@punchthrough.com> Date: Thu, 18 Aug 2016 21:16:58 -0500 Subject: [PATCH] fix: updating public Bean header file to match new param type --- source/Public/PTDBean.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Public/PTDBean.h b/source/Public/PTDBean.h index 22ac971..11f332f 100644 --- a/source/Public/PTDBean.h +++ b/source/Public/PTDBean.h @@ -382,8 +382,8 @@ typedef NS_ENUM(NSUInteger, BeanBluetoothError) { * Update this Bean with a set of asymmetric firmware images. * * @param images An array of paths to firmware images for this Bean's hardware variant - * @param version An NSInteger of the parsed datestamp for the firmware images. When Bean reflects this date in its - * Hardware Version characteristic, the firmware version process is complete. + * @param version An NSString of the parsed datestamp for the firmware images. When Bean reflects this date in its + * Firmware Version characteristic, the firmware version process is complete. */ - (void)updateFirmwareWithImages:(NSArray *)images andTargetVersion:(NSString *)version;