- added characteristics for application level encryption
- added characteristics for sealing and unsealing
- added characteristics StopMeasurement so stop a measurement instead of setting MeasuremendEnabled to false
- added characteristic BatteryVoltage
- added characteristic EdaLola to stream eda data with low lattency
- added characteristic to handle sensor evaluation
- added command resutls for measurement start
- added possibility to set required characteristics (eg. met needs weight to be set)
- added command result
- added characteristic MeasurementStatus
- added characteristic StorageLevel
- added characteristic TimeZone and TimeOffset
- added CURRENT_TIME_MS to set or get sensor time in milliseconds
- added START_MEASUREMENT to start the sensor and set the measurement duration
- added some attributes: RESPIRATORY_MOVEMENT, CUSTOM_DATA, ACTIVATED_BUFFERED_CHARACTERISTICS
- removed experimental attributes (e.g. ECG, ILLUMINATION)
- introduced AbstractBufferedAttribute, AbstractData, BufferedCharacteristic
- use generics in Characteristic
2.0.0 (2017-11-07)
This release comes with a significant api change to simplify future addons.
- replace
com.movisens.movisensgattlib.MovisensServices
withcom.movisens.movisensgattlib.MovisensServices
- replace
com.movisens.movisensgattlib.MovisensCharacteristic
withcom.movisens.movisensgattlib.MovisensCharacteristics
See SmartGattLib Changelog for further instructions.