You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable API SensoroBeaconManager.setBackgroundBetweenScanPeriod.
Disable API SensoroBeaconManager.setBackgroundScanPeriod.
Disable API SensoroBeaconManager.setForegroundBetweenScanPeriod.
Disable API SensoroBeaconManager.setForegroundScanPeriod.
Disable API SensoroBeaconManager.setUpdateBeaconPeriod.
Rename constant SensoroBeaconConnection.PASSWORD_ERROR to SensoroBeaconConnection.AUTHORIZATION_FAILED.
Rename constant SensoroBeaconConnection.NOT_WRITE_PASSWORD to SensoroBeaconConnection.WRITE_NOT_PERMITTED.
Merge constant SensoroBeaconConnection.MAJOR_MINOR_INVALID, SensoroBeaconConnection.SETTINGS_DATA_OUT_OF_RANGE and SensoroBeaconConnection.UUID_INVALID to SensoroBeaconConnection.SETTING_DATA_INVALID.
Rename API SensoroBeaconManager.setBeaconExistTime to SensoroBeaconManager.setOutOfRangeDelay.
Rename API SensoroBeaconConnection.checkPassword to SensoroBeaconConnection.requireWritePermission.
Rename API SensoroBeaconConnection.disabledPassword to SensoroBeaconConnection.disablePassword.
Rename API SensoroBeaconConnection.setBaseSettings to SensoroBeaconConnection.writeBaseSettings.
Rename API SensoroBeaconConnection.setMajorMinor to SensoroBeaconConnection.writeMajorMinor.
Rename API SensoroBeaconConnection.setNewPassword to SensoroBeaconConnection.writePassword.
Rename API SensoroBeaconConnection.setProximityUUID to SensoroBeaconConnection.writeProximityUUID.
Rename API Beacon.getProximityUuid to Beacon.getProximityUUID.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerCountUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateAccelerometerCount.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onAccelerometerMovingUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateMovingState.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onBrightnessLuxDataUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateLightData.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onCheckPassword to SensoroBeaconConnection.BeaconConnectionCallback.onRequireWritePermission.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onDisabledPassword to SensoroBeaconConnection.BeaconConnectionCallback.onDisablePassword.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetBaseSetting to SensoroBeaconConnection.BeaconConnectionCallback.onWriteBaseSetting.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetMajoMinor to SensoroBeaconConnection.BeaconConnectionCallback.onWriteMajoMinor.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetNewPassword to SensoroBeaconConnection.BeaconConnectionCallback.onWritePassword.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onSetSensorSetting to SensoroBeaconConnection.BeaconConnectionCallback.onWirteSensorSetting.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onTemperatureDataUpdate to SensoroBeaconConnection.BeaconConnectionCallback.onUpdateTemperatureData.
Rename API SensoroBeaconConnection.BeaconConnectionCallback.onUpdateSensorData to SensoroBeaconConnection.BeaconConnectionCallback.onReloadSensorData.