Change CaptorsRequest to HistoricRequest

Should I sleep?
This commit is contained in:
2019-03-23 22:12:00 +01:00
parent d81bf5d8ec
commit ea67a8069f
2 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace PlantBox.Shared.Communication.Commands
{
public enum HistoricInterval
{
Monthly,
Weekly,
Daily,
Hourly,
Minutely
}
}