Type Alias HotWaterAwayConfiguration

HotWaterAwayConfiguration: {
    power: Power;
    temperature: Temperature;
    type: ZoneType & "HOT_WATER";
}

Type declaration