public static class Network.RemoveScene extends Command<Network.CommandId>
Network.sendNetworkManagementCommand(buzz.getcoco.iot.Command<buzz.getcoco.iot.Network.CommandId>, buzz.getcoco.iot.Network.NetworkManagementStatusListener) for deleting scenes in the network.Command.State| Modifier and Type | Field and Description |
|---|---|
int[] |
sceneIds
Array of
Scene.sceneId of Scene which needs to be removed. |
| Constructor and Description |
|---|
RemoveScene(Scene[] scenes)
A constructor for this command.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="sceneIdArr") public int[] sceneIds
Scene.sceneId of Scene which needs to be removed.public RemoveScene(Scene[] scenes)
scenes - array of scenes to be removed