changed access modifier from public to package-private
This commit is contained in:
parent
560708328e
commit
4391d0b474
@ -222,7 +222,7 @@ public class CoapEfentoTransportResource extends AbstractCoapTransportResource {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<EfentoTelemetry> getEfentoMeasurements(MeasurementsProtos.ProtoMeasurements protoMeasurements, UUID sessionId) {
|
List<EfentoTelemetry> getEfentoMeasurements(MeasurementsProtos.ProtoMeasurements protoMeasurements, UUID sessionId) {
|
||||||
String serialNumber = CoapEfentoUtils.convertByteArrayToString(protoMeasurements.getSerialNum().toByteArray());
|
String serialNumber = CoapEfentoUtils.convertByteArrayToString(protoMeasurements.getSerialNum().toByteArray());
|
||||||
boolean batteryStatus = protoMeasurements.getBatteryStatus();
|
boolean batteryStatus = protoMeasurements.getBatteryStatus();
|
||||||
int measurementPeriodBase = protoMeasurements.getMeasurementPeriodBase();
|
int measurementPeriodBase = protoMeasurements.getMeasurementPeriodBase();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user