Adding local include with constants; dropping LMS enum

This commit is contained in:
Michal Moskal
2017-07-11 16:18:59 +02:00
parent b60775fa50
commit ad5d5daee5
17 changed files with 169 additions and 718 deletions

View File

@ -79,7 +79,7 @@ namespace input {
}
_deviceType() {
return LMS.DEVICE_TYPE_IR
return DAL.DEVICE_TYPE_IR
}
setRemoteChannel(c: IrRemoteChannel) {