Add Info Command
This commit is contained in:
13
PlantBox.Shared/Communication/Commands/PlantState.cs
Normal file
13
PlantBox.Shared/Communication/Commands/PlantState.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public enum PlantState
|
||||
{
|
||||
Bad,
|
||||
Warning,
|
||||
Good
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user