mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-22 12:56:29 +02:00
Version 3.0.370
This commit is contained in:
parent
f5cf9bb22f
commit
bdb2dec1c1
233 changed files with 10252 additions and 6779 deletions
|
@ -38,7 +38,7 @@ namespace TINK.Services.BluetoothLock
|
|||
var locksInfo = new List<LockInfoTdo>();
|
||||
|
||||
// Add and process locks info object
|
||||
foreach (var bikeInfo in bikes.OfType<Model.Bikes.BikeInfoNS.BluetoothLock.BikeInfo>())
|
||||
foreach (var bikeInfo in bikes.OfType<BikeInfo>())
|
||||
{
|
||||
locksInfo.Add(new LockInfoTdo.Builder { Id = bikeInfo.LockInfo.Id, State = null }.Build());
|
||||
}
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace TINK.Services.CopriApi.Exception
|
|||
{
|
||||
public class RequestNotCachableException : System.Exception
|
||||
{
|
||||
public RequestNotCachableException(string nameOfAction) : base(AppResources.ErrorNotConnectedToNetwork, new System.Exception($"{nameOfAction} is not cacheable."))
|
||||
public RequestNotCachableException(string nameOfAction) : base(AppResources.ErrorNoWeb, new System.Exception($"{nameOfAction} is not cacheable."))
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,6 @@ namespace TINK.Services.Geolocation
|
|||
|
||||
public class Builder
|
||||
{
|
||||
|
||||
public DateTimeOffset Timestamp { get; set; }
|
||||
|
||||
public double Latitude { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue