-
Method Summary
void
write(String edgeId,
com.google.common.collect.TreeBasedTable<Long,String,com.google.gson.JsonElement> data)
Sends the data points to the Timedata services.
-
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