device.rtr
			Standard RTR (Room Temperatur Regulator)
{{ device.rtr(id, txt, item_actual, item_set, item_comfort, item_night, item_frost, item_state, item_txt, step, item_offset, supplements) }}
			id
					txt
					item_actual
					item_set
					item_comfort
					item_night
					item_frost
					item_state
					item_txt
					step
					item_offset
					supplements
					{{ device.rtr('rtr1', 'Heating', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.comfort', 'bath.rtr.night', 'bath.rtr.frost', 'bath.rtr.state', 'bath.rtr.text') }}
			
			{{ device.rtr('rtr2', 'Heating', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.state', 'bath.rtr.text') }}
			{{ device.rtr('', '', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.mode', 'bath.rtr.mode',
			'bath.rtr.mode', '', '', 0.2, 'bath.rtr.offset', [
				device.uzsuicon('','uzsuitem','Presence','','','list','Present:1,Absent:2,Night:3'),
				icon.heating('','','bath.rtr.set',0,90)
			]) }}
			{{ device.rtr('', 'Heating', 'bath.rtr.act', 'bath.rtr.set') }}