Package org.openremote.agent.protocol
Interface ProtocolPredictedDatapointService
- All Superinterfaces:
org.openremote.model.ContainerService
public interface ProtocolPredictedDatapointService
extends org.openremote.model.ContainerService
-
Field Summary
Fields inherited from interface org.openremote.model.ContainerService
DEFAULT_PRIORITY, HIGH_PRIORITY, LOW_PRIORITY, MED_PRIORITY
-
Method Summary
Modifier and TypeMethodDescriptionvoid
updateValue
(String assetId, String attributeName, Object value, LocalDateTime timestamp) void
updateValue
(org.openremote.model.attribute.AttributeRef attributeRef, Object value, LocalDateTime timestamp) Methods inherited from interface org.openremote.model.ContainerService
getPriority, init, start, stop
-
Method Details
-
updateValue
void updateValue(org.openremote.model.attribute.AttributeRef attributeRef, Object value, LocalDateTime timestamp) -
updateValue
-