@Immutable public class MultizoneStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Device> |
devices
|
protected boolean |
isMultichannel
true if the zone is multi-channel, false if it isn't |
| Constructor and Description |
|---|
MultizoneStatus(Device[] devices,
boolean isMultichannel)
Creates a new instance using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
getDevices() |
boolean |
isMultichannel() |
String |
toString() |
Copyright © 2022. All rights reserved.