Typos, format and async consistency
This commit is contained in:
@ -1,14 +1,12 @@
|
||||
namespace GoveeCSharpConnector.Objects;
|
||||
|
||||
public class GoveeApiCommand
|
||||
{
|
||||
public class GoveeApiCommand {
|
||||
public string Device { get; set; }
|
||||
public string Model { get; set; }
|
||||
public Command Cmd { get; set; }
|
||||
}
|
||||
|
||||
public class Command
|
||||
{
|
||||
public class Command {
|
||||
public string Name { get; set; }
|
||||
public object Value { get; set; }
|
||||
}
|
Reference in New Issue
Block a user