This commit is contained in:
Locxion
2024-02-01 21:43:03 +01:00
commit efe6863b14
22 changed files with 885 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace GoveeCSharpConnector.Enums;
public enum PowerState
{
Off = 0,
On = 1
}