{{form_actions.do_unique_id.label(class_='control-label')}}
{%- for each_output in choices_output_channels if 'pwm' in each_output['types'] -%}
{{each_output['item']}}
{%- endfor -%}
{{_('Start')}} {{_('Duty Cycle')}} (%)
{{form_actions.do_output_pwm(class_='form-control', value=each_action.do_output_pwm, **{'title':_('Start duty cycle')})}}
{{_('End')}} {{_('Duty Cycle')}} (%)
{{form_actions.do_output_pwm2(class_='form-control', value=each_action.do_output_pwm2, **{'title':_('End duty cycle')})}}
{{_('Duty Cycle')}} {{_('Increment')}}
{{_('Select One')}}
0.1
1.0
{{form_actions.do_output_duration.label(class_='control-label')}}
{{form_actions.do_output_duration(class_='form-control', value=each_action.do_output_duration, **{'title':_('Duration')})}}
{{function_action_info[each_action.action_type]["name"]}} : {{function_action_info[each_action.action_type]["description"]}}
self.run_action("{{"{" + each_action.unique_id.split('-')[0] + "}"}}") {{_('will execute only this action. self.run_all_actions() will execute all actions sequentially.')}}