Package org.openhab.core.thing.profiles
Interface TimeSeriesProfile
- All Superinterfaces:
 Profile,StateProfile
- Author:
 - Jan N. Klug - Initial contribution
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonTimeSeriesFromHandler(TimeSeries timeSeries) If a binding sends a time-series to a channel, this method will be called for each linked item.Methods inherited from interface org.openhab.core.thing.profiles.Profile
getProfileTypeUID, onStateUpdateFromItemMethods inherited from interface org.openhab.core.thing.profiles.StateProfile
onCommandFromHandler, onCommandFromItem, onStateUpdateFromHandler 
- 
Method Details
- 
onTimeSeriesFromHandler
If a binding sends a time-series to a channel, this method will be called for each linked item.- Parameters:
 timeSeries- the time-series
 
 -