Typos, format and async consistency
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
namespace GoveeCSharpConnector.Enums;
|
||||
|
||||
public enum PowerState
|
||||
{
|
||||
public enum PowerState {
|
||||
Off = 0,
|
||||
On = 1
|
||||
}
|
Reference in New Issue
Block a user