This commit is contained in:
fabjuuuh
2020-10-19 14:02:42 +02:00
parent 9a46b17067
commit 083f27411e
11 changed files with 200 additions and 24 deletions

View File

@@ -10,11 +10,11 @@ namespace DoctorApp.Models
public string Status { get; set; }
public int Speed { get; set; }
public double Speed { get; set; }
public int BPM { get; set; }
public int Resistance { get; set; }
public float Resistance { get; set; }
public int Acc_Power { get; set; }
public int Curr_Power { get; set; }