Add decoder conf for GE Smartremote Plus ()

Co-authored-by: Stephen More <smore@Stephens-Mac-mini.local>
This commit is contained in:
mores 2022-11-28 05:50:17 -05:00 committed by GitHub
parent d4c0e626dc
commit cba9e2ee2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,28 @@
# GE Smartremote Plus
# FCC ID: QOB-PT458
#
# House Code D
# Channel 0
# On: ea af a8 80 : 11101010 10101111 10101000 1
# Off: ea af ab 80 : 11101010 10101111 10101011 1
# * **
# Channel 1
# On: aa af a8 80 : 10101010 10101111 10101000 1
# Off: aa af ab 80 : 10101010 10101111 10101011 1
# * **
frequency 319.56M
decoder {
name=GE-Smartremote-RF108,
modulation=OOK_PWM,
short=330,
long=1000,
reset=1500,
invert,
bits>=24,
bits<=25,
get=channel:@1:{1},
get=action:@22:{1}:[0:off 1:on],
get=id:@2:{20},
}