Interface WallboxService
-
- All Implemented Interfaces:
public interface WallboxServiceService to manage the connected wallboxes
- Since:
2.3
-
-
Method Summary
Modifier and Type Method Description abstract List<WallboxInfo>readConnectedWallboxes()Reads out the connected wallboxes abstract List<WallboxPowerState>readPowerState(Integer ids)List the live consumption data of the Wallbozen. -
-
Method Detail
-
readConnectedWallboxes
abstract List<WallboxInfo> readConnectedWallboxes()
Reads out the connected wallboxes
- Returns:
Information about the connected wallboxes
- Since:
2.3
-
readPowerState
abstract List<WallboxPowerState> readPowerState(Integer ids)
List the live consumption data of the Wallbozen.
- Parameters:
ids- IDs of the wallboxes that are to be queried- Returns:
Query result with the live data of the Wallbozen
- Since:
2.3
-
-
-
-