Removed Example Console Project
Removed Old Api Classes Added new Http Api Service and Classes TODO Dynamic Effect Methods
This commit is contained in:
8
GoveeCSharpConnector/Objects/Misc/ServiceResponse.cs
Normal file
8
GoveeCSharpConnector/Objects/Misc/ServiceResponse.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace GoveeCSharpConnector.Objects.Misc;
|
||||
|
||||
public class ServiceResponse<T>
|
||||
{
|
||||
public T? Data { get; set; }
|
||||
public bool Success { get; set; } = true;
|
||||
public string Message { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user