Files
PlantBox/PlantBox.Shared/Communication/Commands/CaptorsInterval.cs
2019-03-23 22:07:09 +01:00

16 lines
249 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace PlantBox.Shared.Communication.Commands
{
public enum CaptorsInterval
{
Monthly,
Weekly,
Daily,
Hourly,
Minutely
}
}