Add default Command to each
This commit is contained in:
@@ -7,6 +7,8 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public class HistoricRequest : CommandSerializable<HistoricRequest>
|
||||
{
|
||||
public override Command Command => Command.Historic;
|
||||
|
||||
public HistoricInterval Interval { get; set; }
|
||||
public int Number { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user