Package | Description |
---|---|
org.mycontroller.standalone.api | |
org.mycontroller.standalone.api.jaxrs |
Modifier and Type | Method and Description |
---|---|
SensorVariableJson |
SensorApi.getVariable(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<SensorVariableJson> |
SensorApi.getVariables(List<Integer> ids) |
Modifier and Type | Method and Description |
---|---|
String |
SensorApi.sendPayload(SensorVariableJson sensorVariableJson) |
void |
SensorApi.updateVariable(SensorVariableJson sensorVariableJson) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
SensorHandler.sendPayload(SensorVariableJson sensorVariableJson) |
javax.ws.rs.core.Response |
SensorHandler.updateVariableConfig(SensorVariableJson sensorVariableJson) |
Copyright © 2015–2019. All rights reserved.