Added GoveeService that unites Api and Udp Service

Added ColorTemp Method to Udp Service
This commit is contained in:
Locxion
2024-02-03 00:48:12 +01:00
parent 4b537633f6
commit ecfcd26b47
8 changed files with 244 additions and 18 deletions

View File

@ -7,6 +7,6 @@ public class Properties
public bool Online { get; set; }
public PowerState PowerState { get; set; }
public int Brightness { get; set; }
public int? ColorTemp { get; set; }
public int ColorTemp { get; set; }
public RgbColor Color { get; set; }
}