public abstract static class Network.SceneResourceActions extends Command<Network.CommandId>
Command.State| Modifier and Type | Field and Description |
|---|---|
ResourceAction[] |
resourceActions |
int |
sceneId |
| Constructor and Description |
|---|
SceneResourceActions(Scene scene,
ResourceAction[] resourceActions,
Network.CommandId commandId)
Constructor for scene resource actions.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="sceneId") public int sceneId
@SerializedName(value="resrcActionArr") public ResourceAction[] resourceActions
public SceneResourceActions(Scene scene, ResourceAction[] resourceActions, Network.CommandId commandId)
scene - scene for which resource actions are definedresourceActions - commands resource must execute when scene triggerscommandId - CommandId as in Network.CommandId