Added Get Scenes Method
This commit is contained in:
12
GoveeCSharpConnector/Objects/Misc/SceneValue.cs
Normal file
12
GoveeCSharpConnector/Objects/Misc/SceneValue.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace GoveeCSharpConnector.Objects.Misc;
|
||||
|
||||
public class SceneValue
|
||||
{
|
||||
[JsonPropertyName("paramId")]
|
||||
public long ParamId { get; set; }
|
||||
|
||||
[JsonPropertyName("id")]
|
||||
public long Id { get; set; }
|
||||
}
|
Reference in New Issue
Block a user