Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elitescreens: Update supported brands/models #1375

Merged
merged 1 commit into from
Jan 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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