added influxdb stuff
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-08 02:58:29 +02:00
parent 4b993ee5e7
commit 825cd27f3c
14 changed files with 158 additions and 9 deletions

View File

@ -26,7 +26,7 @@ namespace OutputServiceTSDB.Controllers
var rng = new Random();
return Enumerable.Range(1, 5).Select(index => new ApiObject
{
Date = DateTime.Now.AddDays(index)
Probability = 0.5
})
.ToArray();
}