Add default Command to each
This commit is contained in:
@@ -7,6 +7,8 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public class CaptorsRequest : CommandSerializable<CaptorsRequest>
|
||||
{
|
||||
public override Command Command => Command.Captors;
|
||||
|
||||
public override CaptorsRequest Deserialize(string[] arguments)
|
||||
{
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user