| Package | Description |
|---|---|
| com.alexscottrhodes.model | |
| com.alexscottrhodes.service | |
| com.alexscottrhodes.utility |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Command> |
Device.commands |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Command> |
Device.getCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setCommands(java.util.List<Command> commands) |
| Modifier and Type | Method and Description |
|---|---|
static Command |
CommandFunctions.storeCommand(Command c)
Store a new command in the database
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionResult |
CommandFunctions.sendCommands(Command c,
Device d)
Send a command to the target device.
|
static Command |
CommandFunctions.storeCommand(Command c)
Store a new command in the database
|
| 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.
|