public static class Network.RemoveZone extends Command<Network.CommandId>
Network.sendNetworkManagementCommand(buzz.getcoco.iot.Command<buzz.getcoco.iot.Network.CommandId>, buzz.getcoco.iot.Network.NetworkManagementStatusListener) to remove zones.Command.State| Modifier and Type | Field and Description |
|---|---|
int[] |
zoneIds
Array of
Zone.getId() of zones which needs to removed. |
| Constructor and Description |
|---|
RemoveZone(Zone[] zones)
An overloaded constructor for this command.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString@SerializedName(value="zoneIdArr") public int[] zoneIds
Zone.getId() of zones which needs to removed.public RemoveZone(Zone[] zones)
zones - array of zones to be removed