Marking "old" Api as Obsoloete

This commit is contained in:
Locxion
2024-02-11 05:08:29 +01:00
parent d2cd0f0fe0
commit 8cb2a51cd3
3 changed files with 17 additions and 5 deletions

View File

@ -6,6 +6,7 @@ using GoveeCSharpConnector.Objects;
namespace GoveeCSharpConnector.Services;
[Obsolete("New Api Reference: https://developer.govee.com/reference/" ,true)]
public class GoveeApiService : IGoveeApiService
{
private string _apiKey = string.Empty;