Interface TimedataManager

All Superinterfaces:
CommonTimedataService
All Known Implementing Classes:
TimedataManagerImpl

@ProviderType public interface TimedataManager extends CommonTimedataService
  • Method Details

    • write

      void write(String edgeId, com.google.common.collect.TreeBasedTable<Long,String,com.google.gson.JsonElement> data)
      Sends the data points to the Timedata services.
      Parameters:
      edgeId - The unique Edge-ID
      data - Table of timestamp (epoch in milliseconds), Channel-Address and the Channel value as JsonElement. Sorted by timestamp.
      Throws:
      OpenemsException - on error