Enumeration to define the type of connection with the district network.
| Enumeration | Description |
|---|---|
| TwoWayValve | Use this setting in case of an active network with a two-way valve on the district side. |
| Pump | Use this setting in case of a passive network with a pump on the district side. |
type ConnectionConfiguration = enumeration(TwoWayValve "Two-way valve on district side", Pump "Pump on district side");