Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

IOS SDK issue: portsData has no member 'setPort' #251

Closed garymansted closed 4 years ago

garymansted commented 7 years ago

Hi guys, Found this bug with the iOS SDK (location beacons): When trying to set the port value, in output mode, it's returning error stating that portsData has no member 'setPort'. Code below: func estDeviceConnectDidSucceed(_ device: ESTDeviceConnectable) { self.settings.gpio.portsData...... }

garymansted commented 7 years ago

Edit:

func estDeviceConnectDidSucceed(_ device: ESTDeviceConnectable) { self.device.settings.gpio.portsData...... }

garymansted commented 7 years ago

Edit 2:

func estDeviceConnectionDidSucceed(_ device: ESTDeviceConnectable) { self.settings.gpio.portsData...... }

azajac93 commented 6 years ago

up