+
+ 模式:
+ {{ getModeText(deviceParams.cmd) }}
+
+
+ 亮灯模式:
+ {{ getLightModeText(deviceParams.mode) }}
+
+
+ 闪灯频率:
+ {{ deviceParams.ff ? `${deviceParams.ff * 5}次/分钟` : '-' }}
+
+
+ 亮度:
+ {{ deviceParams.lum !== undefined ? `${deviceParams.lum}%` : '-' }}
+
+
+ 亮灯时长:
+ {{ deviceParams.ontime ? `${deviceParams.ontime}ms` : '-' }}
+
+
+ 开关:
+
+ {{ deviceParams.sw ? '开启' : '关闭' }}
+
+
+
+ 颜色:
+
+ {{ getColorText(deviceParams.sg) }}
+
+
+
+ 灵敏度:
+ {{ deviceParams.cth !== undefined ? deviceParams.cth : '-' }}
+
+