| Modifier and Type | Field and Description |
|---|---|
protected Device |
StandardResponse.DeviceAddedResponse.device
The
Device |
protected Device |
StandardResponse.DeviceUpdatedResponse.device
The
Device |
| Modifier and Type | Field and Description |
|---|---|
protected List<Device> |
MultizoneStatus.devices
|
| Modifier and Type | Method and Description |
|---|---|
Device |
StandardResponse.DeviceAddedResponse.getDevice() |
Device |
StandardResponse.DeviceUpdatedResponse.getDevice() |
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
MultizoneStatus.getDevices() |
| Constructor and Description |
|---|
DeviceAddedResponse(long requestId,
Device device)
Creates a new instance using the specified parameters.
|
DeviceUpdatedResponse(long requestId,
Device device)
Creates a new instance using the specified parameters.
|
MultizoneStatus(Device[] devices,
boolean isMultichannel)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.