Interface LiveDataService
-
- All Implemented Interfaces:
public interface LiveDataServiceService that provides live data from RSCP interface
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract PowerStatereadPowerState()Reads and returns the current live data of the home power plant energy system. -
-
Method Detail
-
readPowerState
abstract PowerState readPowerState()
Reads and returns the current live data of the home power plant energy system.
- Returns:
Current measured values of the energy system
- Since:
2.0
-
-
-
-