Add default Command to each
This commit is contained in:
@@ -8,6 +8,8 @@ namespace PlantBox.Shared.Communication.Commands
|
||||
{
|
||||
public class CaptorsResponse : CommandSerializable<CaptorsResponse>
|
||||
{
|
||||
public override Command Command => Command.Captors;
|
||||
|
||||
public double Humidity { get; set; }
|
||||
public double Luminosity { get; set; }
|
||||
public double Temperature { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user