Room:
Volume Resolution
Blend
{{ value_form('blend', responses['blend'] ,limit['blend'],10) }}
Balance
{{ value_form('balance', responses['balance'],limit['balance'], res['volume']) }}
Master Volume
{{ value_form('master_volume', responses['master_volume'],limit['volume'], res['volume']) }}
Soft
{{ value_form('soft_level', responses['soft_level'],limit['soft'], res['soft']) }}
Display Brightness
{{ value_form('display_brightness', responses['display_brightness'],limit['soft'], res['soft']) }}
Default Volume:
Max Volume:
Settings
{{checkbox_form('mute', 'Mute', responses['mute'])}}
{{checkbox_form('soft_mute', 'Soft Mute', responses['soft'])}}
{{checkbox_form('polarity', 'Polarity Absolute', responses['polarity'])}}
{{checkbox_form('polarity_right', 'Polarity Right Channel', responses['polarity_right'])}}
{{checkbox_form('aux_disabled', 'Aux Disabled', responses['aux_disabled'])}}
{{checkbox_form('aux_polarity', 'Aux Polarity', responses['polarity_aux'])}}
{{checkbox_form('aux_follows_main', 'Aux Follows Main', responses['aux_follows_main'])}}
Version
{{responses['software_version']}}