diff --git a/conf/wen_3410.conf b/conf/wen_3410.conf new file mode 100644 index 000000000..d29aaab81 --- /dev/null +++ b/conf/wen_3410.conf @@ -0,0 +1,17 @@ +# WEN 3410 3-Speed Remote-Controlled Air Filtration System (300/350/400 CFM) +# https://github.com/merbanan/rtl_433/issues/3034 + +# -X 'n=WEN3410,m=OOK_PWM,s=316,l=944,r=11000,g=1100,match={25}ffffff8,preamble=3c,get=@0:{8}:CMD:[110:OFF 97:ON 200:TIME],unique' + +decoder { + name=WEN3410, + modulation=OOK_PWM, + short=316, + long=944, + reset=11000, + gap=1100, + unique, + match={25}ffffff8, + preamble=3c, + get=@0:{8}:CMD:[110:OFF 97:ON 200:TIME] +}