Modifier and Type | Method and Description |
---|---|
SensorVariable |
SensorApi.getSensorVariable(String sensorName,
String variableType,
Integer roomId) |
SensorVariable |
SensorApi.getSensorVariable(String sensorName,
String variableType,
String... roomsName) |
Modifier and Type | Method and Description |
---|---|
List<MetricsBinaryTypeDevice> |
MetricApi.getMetricsBinaryData(SensorVariable sensorVariable,
Long start) |
List<MetricsDoubleTypeDevice> |
MetricApi.getMetricsDoubleData(SensorVariable sensorVariable,
Long start,
Long end) |
MetricDouble |
MetricApi.getSensorVariableMetricDouble(SensorVariable sensorVariable,
Long start,
Long end) |
String |
SensorApi.sendPayload(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
void |
SensorVariableSerializer.serialize(SensorVariable sensorVariable,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
SensorVariableInfoSerializer.serialize(SensorVariable sensorVariable,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Constructor and Description |
---|
SensorVariableJson(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
int |
ComparatorSensorVariable.compare(SensorVariable variable1,
SensorVariable variable2) |
static void |
DeleteResourceUtils.deleteSensorVariable(SensorVariable sensorVariable) |
static String |
SensorUtils.getValue(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
SensorVariable |
SensorVariableDao.get(int id) |
SensorVariable |
SensorVariableDaoImpl.get(int id) |
SensorVariable |
SensorVariableDao.get(Integer sensorRefId,
McMessageUtils.MESSAGE_TYPE_SET_REQ variableType) |
SensorVariable |
SensorVariableDaoImpl.get(Integer sensorRefId,
McMessageUtils.MESSAGE_TYPE_SET_REQ messageVariableType) |
SensorVariable |
SensorVariableDaoImpl.get(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
void |
SensorVariableDaoImpl.create(SensorVariable sensorVariable) |
void |
SensorVariableDaoImpl.createOrUpdate(SensorVariable sensorVariable) |
SensorVariable |
SensorVariableDaoImpl.get(SensorVariable sensorVariable) |
List<MetricsBinaryTypeDevice> |
MetricsBinaryTypeDeviceDaoImpl.getAllLastN(SensorVariable sensorVariable,
long lastN) |
List<MetricsBinaryTypeDevice> |
MetricsBinaryTypeDeviceDao.getAllLastN(SensorVariable sensorVariable,
long lastN) |
void |
SensorVariableDaoImpl.update(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
SensorVariable |
SensorVariable.updateUnitAndMetricType() |
Modifier and Type | Method and Description |
---|---|
List<SensorVariable> |
Sensor.getVariables() |
Constructor and Description |
---|
ExternalServerExecuter(SensorVariable sensorVariable) |
Modifier and Type | Method and Description |
---|---|
String |
DriverAbstract.getVariableKey(SensorVariable sensorVariable,
String keyFormat) |
void |
DriverWUnderground.write(SensorVariable sensorVariable) |
void |
DriverPhantIO.write(SensorVariable sensorVariable) |
void |
DriverInfluxDB.write(SensorVariable sensorVariable) |
void |
DriverEmoncms.write(SensorVariable sensorVariable) |
void |
IExternalServerDriver.write(SensorVariable sensorVariable) |
void |
DriverMQTT.write(SensorVariable sensorVariable) |
Constructor and Description |
---|
ExecuteForwardPayload(List<ForwardPayload> _frwPls,
SensorVariable _sv) |
Modifier and Type | Method and Description |
---|---|
String |
McActionEngine.sendPayload(SensorVariable sensorVariable) |
String |
IMcActionEngine.sendPayload(SensorVariable sensorVariable) |
Constructor and Description |
---|
ExecuteMessageDependentTask(SensorVariable _sv) |
Copyright © 2015–2019. All rights reserved.