Class Temperature
java.lang.Object
com.github.kaklakariada.fritzbox.model.homeautomation.AbstractDeviceStatistics
com.github.kaklakariada.fritzbox.model.homeautomation.Temperature
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.kaklakariada.fritzbox.model.homeautomation.AbstractDeviceStatistics
getStatisticsByGrid, getStats, statisticsToString
-
Constructor Details
-
Temperature
public Temperature()
-
-
Method Details
-
getCelsius
public float getCelsius() -
getStats
Description copied from class:AbstractDeviceStatisticsAll classes implementing this abstract class need to provide a "getStats"-method- Specified by:
getStatsin classAbstractDeviceStatistics- Returns:
- List
-
toString
-
statisticsToString
Description copied from class:AbstractDeviceStatisticsAll classes implementing this abstract class need to provide a "statisticsToString"-method- Specified by:
statisticsToStringin classAbstractDeviceStatistics- Returns:
- List
-