public static class Network.RemoveSceneResourceActions extends Command<Network.CommandId>
Network.sendNetworkManagementCommand(buzz.getcoco.iot.Command<buzz.getcoco.iot.Network.CommandId>, buzz.getcoco.iot.Network.NetworkManagementStatusListener) while removing scene resource action is the command.Scene#removeResourceActions(ResourceAction[], NetworkManagementStatusListener)Command.State| Modifier and Type | Field and Description |
|---|---|
int[] |
resourceActions |
int |
sceneId |
| Constructor and Description |
|---|
RemoveSceneResourceActions(Scene scene,
ResourceAction[] resourceActions)
Constructor for this command.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="sceneId") public int sceneId
@SerializedName(value="resrcActionArr") public int[] resourceActions
public RemoveSceneResourceActions(Scene scene, ResourceAction[] resourceActions)
scene - Scene in interest to have its resource actions removedresourceActions - array of resource actions to be deleted from scene param