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 TypeMethodDescriptionvoidupsertValue(String assetId, String attributeName, Object value, LocalDateTime timestamp) voidupsertValues(String assetId, String attributeName, List<org.openremote.model.util.Pair<?, LocalDateTime>> 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
-
upsertValues
void upsertValues(String assetId, String attributeName, List<org.openremote.model.util.Pair<?, LocalDateTime>> valuesAndTimestamps) throws IllegalStateException- Throws:
IllegalStateException
-