Add CaptorsRequest
This commit is contained in:
15
PlantBox.Shared/Communication/Commands/CaptorsInterval.cs
Normal file
15
PlantBox.Shared/Communication/Commands/CaptorsInterval.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public enum CaptorsInterval
|
||||
{
|
||||
Monthly,
|
||||
Weekly,
|
||||
Daily,
|
||||
Hourly,
|
||||
Minutely
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user