Skip to content

2.0.0

Compare
Choose a tag to compare
@wiktor wiktor released this 18 Jul 07:06
· 268 commits to master since this release

Features:

  • Estimote Cloud Integration implemented
  • Added temperature and accelerometer support
  • Added motionUUID to ESTBeacon
  • Support for firmware EstimoteOS 2.0 and up
  • Connection status handeld better
  • Improved examples app

Refactoring:
- ESTBeacon method name changes:
- connectToBeacon -> connect
- disconnectBeacon -> disconnect
- writeBeaconName:withCompletion: -> writeName:completion:
- writeBeaconProximityUUID:withCompletion: -> writeProximityUUID:completion:
- writeBeaconMajor:withCompletion: -> writeMajor:completion:
- writeBeaconMinor:withCompletion: -> writeMinor:completion
- writeBeaconAdvInterval:withCompletion: -> writeAdvInterval:completion:
- writeBeaconPower:withCompletion: -> writePower:completion:
- updateBeaconFirmwareWithProgress:andCompletion: -> updateFirmwareWithProgress:completion: