mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
Version 3.0.294
This commit is contained in:
parent
d92fb4a40f
commit
8f40f2c208
133 changed files with 17890 additions and 14246 deletions
|
@ -8,9 +8,9 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Plugin.BLE" Version="2.1.2" />
|
||||
<PackageReference Include="Polly" Version="7.2.2" />
|
||||
<PackageReference Include="Polly" Version="7.2.3" />
|
||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||
<PackageReference Include="Xamarin.Essentials" Version="1.7.0" />
|
||||
<PackageReference Include="Xamarin.Essentials" Version="1.7.2" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -23,7 +23,6 @@ namespace TINK.Services.BluetoothLock.BLE
|
|||
/// <summary> Lenght of seed in bytes.</summary>
|
||||
private const int SEEDLENGTH = 16;
|
||||
|
||||
|
||||
/// <summary> Timeout for open/ close operations.</summary>
|
||||
protected const int OPEN_CLOSE_TIMEOUT_MS = 30000;
|
||||
|
||||
|
|
|
@ -255,7 +255,7 @@ namespace TINK.Services.BluetoothLock.BLE
|
|||
|
||||
case LockitLockingState.CouldntCloseMoving:
|
||||
// Expected error. ILockIt could not be closed (bike is moving)
|
||||
throw new CounldntCloseMovingException();
|
||||
throw new CouldntCloseMovingException();
|
||||
|
||||
case LockitLockingState.Closed:
|
||||
return lockingState;
|
||||
|
|
|
@ -200,7 +200,7 @@ namespace TINK.Services.BluetoothLock.BLE
|
|||
|
||||
case LockitLockingState.CouldntCloseMoving:
|
||||
// Expected error. ILockIt could not be closed (bike is moving)
|
||||
throw new CounldntCloseMovingException();
|
||||
throw new CouldntCloseMovingException();
|
||||
|
||||
case LockitLockingState.Closed:
|
||||
// Everything is ok.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue