Type alias HotWaterCirculation

HotWaterCirculation: BaseSystemType & {
    currentState: HotWaterCirculationState | null;
    pumpType: HotWaterCirculationPumpType | null;
    returnWaterTemperature: number | null;
    returnWaterTemperatureSetPoint: number | null;
}

Type declaration

  • currentState: HotWaterCirculationState | null

    The current state

  • pumpType: HotWaterCirculationPumpType | null

    The pump type

  • returnWaterTemperature: number | null

    The current return water temperature as 0-100 C°

  • returnWaterTemperatureSetPoint: number | null

    The current return water flow temperature as 0-100 C°

Generated using TypeDoc