Init
This commit is contained in:
8
GoveeCSharpConnector/Objects/Data.cs
Normal file
8
GoveeCSharpConnector/Objects/Data.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace GoveeCSharpConnector.Objects;
|
||||
|
||||
public class Data
|
||||
{
|
||||
public List<GoveeApiDevice> Devices { get; set; }
|
||||
}
|
Reference in New Issue
Block a user