Skip to content

Commit

Permalink
Elitescreens: Update supported brands/models (#1375)
Browse files Browse the repository at this point in the history
* Note support for Lumene Screen's Embassy models.
* List known commands.

Ref: #1373 (comment)
  • Loading branch information
crankyoldgit authored Jan 1, 2021
1 parent 1d043f6 commit 4e2cce6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ir_EliteScreens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,20 @@
// Brand: Elite Screens, Model: Home2 / Home3 series
// Brand: Elite Screens, Model: CineTension2 / CineTension3 series
// Brand: Elite Screens, Model: ZSP-IR-B / ZSP-IR-W remote
// Brand: Lumene Screens, Model: Embassy

// Known Elite Screens commands:
// 0xFEA3387 (STOP)
// 0xFDA2256 (UP)
// 0xFBA1136 (DOWN)

// Known Lumene Screens commands:
// 0xFDE3322 (STOP)
// 0xFEE2221 (UP)
// 0xFBE11E0 (DOWN)
// 0xF7E2EBD (STEP UP)
// 0xEFE1E2C (STEP DOWN)

#include "IRrecv.h"
#include "IRsend.h"
#include "IRutils.h"
Expand Down

0 comments on commit 4e2cce6

Please sign in to comment.