| Package | Description |
|---|---|
| com.alexscottrhodes.model | |
| com.alexscottrhodes.service | |
| com.alexscottrhodes.utility |
| Modifier and Type | Field and Description |
|---|---|
private Device |
Command.targetDevice |
| Modifier and Type | Method and Description |
|---|---|
Device |
Command.getTargetDevice() |
| Modifier and Type | Method and Description |
|---|---|
void |
Command.setTargetDevice(Device targetDevice) |
| Modifier and Type | Method and Description |
|---|---|
static Device |
DeviceFunctions.getDeviceByName(java.lang.String name)
Get a device by it's unique name
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionResult |
CommandFunctions.sendCommands(Command c,
Device d)
Send a command to the target device.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResult |
HttpFunctions.sendGet(Device d,
Command c)
Sends a GET command to the device specified with the command parameters specified.
|