mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
progress on component room classes and interfaces
This commit is contained in:
parent
fb97cf4753
commit
bee73edbe1
4 changed files with 61 additions and 29 deletions
|
|
@ -246,8 +246,11 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public class DeviceActionWrapper
|
||||
{
|
||||
[JsonProperty("deviceKey")]
|
||||
public string DeviceKey { get; set; }
|
||||
[JsonProperty("methodName")]
|
||||
public string MethodName { get; set; }
|
||||
[JsonProperty("params")]
|
||||
public object[] Params { get; set; }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue