feat(wip): marked device base classes obsolete

- will move into essentials.devices.common
This commit is contained in:
Nick Genovese
2023-10-31 20:28:58 -04:00
parent e1eb432dee
commit 96d97ee0fc
9 changed files with 15 additions and 29 deletions

View File

@@ -9,6 +9,7 @@ using PepperDash.Core.DebugThings;
namespace PepperDash.Essentials.Core
{
[Obsolete("Please use the builtin HttpClient class instead: https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines")]
public class GenericHttpClient : Device, IBasicCommunication
{
public HttpClient Client;