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 Type
    Method
    Description
    void
    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