Interface HomePowerPlantConnectionFactory
-
- All Implemented Interfaces:
public interface HomePowerPlantConnectionFactoryFactory, um Verbindungen zu einem Hauskraftwerk herzustellen
- Since:
2.0
-
-
Method Summary
Modifier and Type Method Description abstract HomePowerPlantConnectionopenConnection()Opens a connection to a home power plant. -
-
Method Detail
-
openConnection
abstract HomePowerPlantConnection openConnection()
Opens a connection to a home power plant. The connection that is supplied is already connected and authenticated.
- Returns:
Open and authenticated connection to the home power plant
- Since:
2.0
-
-
-
-