mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-22 21:06:30 +02:00
Version 3.0.294
This commit is contained in:
parent
d92fb4a40f
commit
8f40f2c208
133 changed files with 17890 additions and 14246 deletions
|
@ -31,6 +31,7 @@ namespace TINK.Model.Bike.BluetoothLock
|
|||
string description = null) : base(
|
||||
new StateInfo(),
|
||||
bikeId,
|
||||
LockModel.ILockIt,
|
||||
isDemo,
|
||||
group,
|
||||
wheelType,
|
||||
|
@ -81,6 +82,7 @@ namespace TINK.Model.Bike.BluetoothLock
|
|||
mailAddress,
|
||||
""),
|
||||
id,
|
||||
LockModel.ILockIt,
|
||||
isDemo,
|
||||
group,
|
||||
wheelType,
|
||||
|
@ -127,6 +129,7 @@ namespace TINK.Model.Bike.BluetoothLock
|
|||
mailAddress,
|
||||
""),
|
||||
id,
|
||||
LockModel.ILockIt,
|
||||
isDemo,
|
||||
group,
|
||||
wheelType,
|
||||
|
|
|
@ -7,7 +7,8 @@ namespace TINK.Model.Bike.BluetoothLock
|
|||
{
|
||||
/// <summary> Constructs a bike object from source. </summary>
|
||||
public BikeInfoMutable(BikeInfo bike, string stationName) : base(
|
||||
bike.Id,
|
||||
bike.Id,
|
||||
bike.LockModel,
|
||||
bike.IsDemo,
|
||||
bike.Group,
|
||||
bike.WheelType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue