mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
mainheatcontrols controls for high heat retention storage heaters:
This commit is contained in:
parent
9bcd78eccc
commit
798894027c
2 changed files with 10 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ class MainheatControlAttributes(Definitions):
|
|||
"rheoligçör t+ól +ó llaw": "manual charge control",
|
||||
"rheolaeth amser a rheolaeth parthau tymheredd": "time and temperature zone control",
|
||||
"rhaglennydd a thermostatau ar y cyfarpar": "programmer, room thermostat",
|
||||
"rheolyddion i wresogyddion storio sygçön cadw llawer o wres": "controls for high heat retention storage "
|
||||
"heaters",
|
||||
}
|
||||
|
||||
def __init__(self, description: str):
|
||||
|
|
|
|||
|
|
@ -153,4 +153,12 @@ mainheat_control_cases = [
|
|||
{'original_description': 'Rhaglennydd a thermostatau ar y cyfarpar', 'thermostatic_control': 'room thermostat',
|
||||
'charging_system': None, 'switch_system': 'programmer', 'no_control': None, 'dhw_control': None,
|
||||
'community_heating': None, 'multiple_room_thermostats': False, 'auxiliary_systems': None, 'trvs': None},
|
||||
{'original_description': 'Rheolyddion i wresogyddion storio syGÇÖn cadw llawer o wres',
|
||||
'thermostatic_control': None,
|
||||
'charging_system': 'high heat retention storage heaters', 'switch_system': None, 'no_control': None,
|
||||
'dhw_control': None, 'community_heating': None, 'multiple_room_thermostats': False, 'auxiliary_systems': None,
|
||||
'trvs': None}, {'original_description': 'Flat rate charging, TRVs', 'thermostatic_control': None,
|
||||
'charging_system': 'flat rate charging', 'switch_system': None, 'no_control': None,
|
||||
'dhw_control': None, 'community_heating': None, 'multiple_room_thermostats': False,
|
||||
'auxiliary_systems': None, 'trvs': 'trvs'},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue