Init
This commit is contained in:
12
GoveeCSharpConnector/Objects/Properties.cs
Normal file
12
GoveeCSharpConnector/Objects/Properties.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using GoveeCSharpConnector.Enums;
|
||||
|
||||
namespace GoveeCSharpConnector.Objects;
|
||||
|
||||
public class Properties
|
||||
{
|
||||
public bool Online { get; set; }
|
||||
public PowerState PowerState { get; set; }
|
||||
public int Brightness { get; set; }
|
||||
public int? ColorTemp { get; set; }
|
||||
public RgbColor Color { get; set; }
|
||||
}
|
Reference in New Issue
Block a user