feat: se ajusta peticion para nuevo endpoint que obtiene los valores en tiempo real

This commit is contained in:
Leonel Toro 2025-07-12 00:49:17 -04:00
parent 90ec8dd344
commit 3745a022d1
2 changed files with 10 additions and 10 deletions

View file

@ -4,6 +4,6 @@
{
public string Uid { get; set; }
public double? Value { get; set; }
public long TimeStamp { get; set; }
public double TimeStamp { get; set; }
}
}