Interface InfoService
-
- All Implemented Interfaces:
public interface InfoServiceService that provides basic system informations about the home power plant
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract SystemInforeadSystemInfo()Reads the base system information from the home power plant -
-
Method Detail
-
readSystemInfo
abstract SystemInfo readSystemInfo()
Reads the base system information from the home power plant
- Returns:
Provides the basic system information
- Since:
2.0
-
-
-
-