{{ currentTime }} {{ week }}
自动模式设置
模式{{ item + 1 }}
{{ item.substring(0, 1) }}{{ item.substring(1, 2) }}{{ item.substring(2, 3) }}{{ item.substring(3) }}
通道
回路
亮度
{{ idx + 1 }}
{{ ele.turnOn ? '通' : '断' }}
{{ ele.pwm }}
{{ tasks[index].timeType === 0 ? '定时时间' : '经纬度时间' }}
{{ tasks[index].execTime ? dayjs(tasks[index].execTime).format('HH:mm:ss') : '' }}
中间任务
通道
回路
亮度
{{ idx + 1 }}
{{ ele.turnOn ? '通' : '断' }}
{{ ele.pwm }}
{{ item.timeType === 0 ? '定时时间' : '经纬度时间' }}
{{ item.execTime ? dayjs(item.execTime).format('HH:mm:ss') : '' }}