This commit is contained in:
Michal Moskal
2017-07-10 12:47:00 +01:00
parent 03b864c355
commit 0cc3cfee4b
9 changed files with 86 additions and 20 deletions

View File

@ -77,6 +77,10 @@ namespace input {
}
}
_deviceType() {
return LMS.DEVICE_TYPE_IR
}
setRemoteChannel(c: IrRemoteChannel) {
c = Math.clamp(0, 3, c | 0)
this.channel = c