Package org.openremote.agent.protocol
Interface ProtocolDatapointService
- All Superinterfaces:
org.openremote.model.ContainerService
public interface ProtocolDatapointService
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
upsertValue
(String assetId, String attributeName, Object value, long timestamp) void
upsertValue
(String assetId, String attributeName, Object value, LocalDateTime timestamp) void
upsertValues
(String assetId, String attributeName, List<org.openremote.model.datapoint.ValueDatapoint<?>> valuesAndTimestamps) Methods inherited from interface org.openremote.model.ContainerService
getPriority, init, start, stop
-
Method Details
-
upsertValue
void upsertValue(String assetId, String attributeName, Object value, LocalDateTime timestamp) throws IllegalStateException - Throws:
IllegalStateException
-
upsertValue
void upsertValue(String assetId, String attributeName, Object value, long timestamp) throws IllegalStateException - Throws:
IllegalStateException
-
upsertValues
void upsertValues(String assetId, String attributeName, List<org.openremote.model.datapoint.ValueDatapoint<?>> valuesAndTimestamps) throws IllegalStateException - Throws:
IllegalStateException
-