Add Protocol implementation
This commit is contained in:
14
PlantBox.Shared/Communication/Command.cs
Normal file
14
PlantBox.Shared/Communication/Command.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PlantBox.Shared.Communication
|
||||
{
|
||||
public enum Command
|
||||
{
|
||||
Captors,
|
||||
Historic,
|
||||
Invalid,
|
||||
Ping
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user