Modifier and Type | Method and Description |
---|---|
void |
ForwardPayloadApi.add(ForwardPayload forwardPayload) |
void |
RoomApi.createOrUpdate(Room room) |
void |
RoomApi.createOrUpdate(Room room,
List<Integer> sensorIds) |
void |
NodeApi.eraseConfig(List<Integer> ids) |
void |
GatewayApi.executeNodeDiscover(List<Integer> ids) |
void |
NodeApi.executeNodeInfoUpdate(List<Integer> ids) |
void |
GatewayApi.executeNodeInfoUpdate(List<Integer> ids) |
List<McHeatMap> |
MetricApi.getHeatMapScript(String scriptName) |
List<?> |
MetricApi.getMetricData(Integer resourceId,
String resourceType,
Long start,
Long end,
String duration,
String bucketDuration,
DATA_TYPE dataType) |
List<?> |
MetricApi.getMetricData(ResourceModel resourceModel,
Long start,
Long end,
String duration,
String bucketDuration,
DATA_TYPE dataType) |
List<?> |
MetricApi.getMetricData(String uid,
Long start,
Long end,
String duration,
String bucketDuration,
DATA_TYPE dataType) |
ResourceModel |
MetricApi.getResourceModel(Integer resourceId,
String resourceType,
String uid) |
McTemplate |
TemplateApi.getTemplate(String templateName) |
void |
SensorApi.purgeSensorVariable(ResourcePurgeConf purge) |
void |
NodeApi.reboot(List<Integer> ids) |
void |
BackupApi.restore(String fileName)
Call this method to restore a backup file
|
String |
SensorApi.sendPayload(SensorVariable sensorVariable) |
String |
SensorApi.sendPayload(SensorVariableJson sensorVariableJson) |
void |
SensorApi.sendRawMessage(IMessage message) |
void |
ExternalServerApi.update(ExternalServerConfig externalServer) |
void |
ForwardPayloadApi.update(ForwardPayload forwardPayload) |
void |
NodeApi.update(Node node) |
void |
ResourceApi.update(Resource resource) |
void |
UidTagApi.update(UidTag uidTag) |
void |
SensorApi.updateVariable(SensorVariableJson sensorVariableJson) |
void |
NodeApi.uploadFirmware(List<Integer> ids) |
Modifier and Type | Method and Description |
---|---|
static MetricsGPSTypeDevice |
MetricsGPSTypeDevice.get(String position,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
static void |
FirmwareUtils.createUpdateFirmware(Firmware firmware,
FirmwareUtils.FILE_TYPE fileType) |
Modifier and Type | Method and Description |
---|---|
static Pong |
MetricsUtils.ping(MetricEngineConf conf) |
static void |
MetricsUtils.updateEngine(MetricEngineConf conf) |
Modifier and Type | Method and Description |
---|---|
MetricsCsv |
CsvExportEngine.getMetric(Integer resourceId,
String resourceType,
Long start,
Long end,
String duration,
String bucketDuration) |
MetricsCsv |
CsvExportEngine.getMetric(String uid,
Long start,
Long end,
String duration,
String bucketDuration) |
String |
CsvExportEngine.writeOnDisk(Integer resourceId,
String resourceType,
Long start,
Long end,
String duration,
String bucketDuration,
String writeOnDir) |
String |
CsvExportEngine.writeOnDisk(String uid,
Long start,
Long end,
String duration,
String bucketDuration,
String writeOnDir) |
Modifier and Type | Method and Description |
---|---|
static McTemplate |
McTemplateUtils.get(String templateName) |
static McScript |
McScriptFileUtils.getScriptFile(String scriptFile) |
static void |
McTemplateUtils.upload(McTemplate mcTemplate) |
static void |
McScriptFileUtils.uploadScript(McScript mcScript) |
Copyright © 2015–2019. All rights reserved.