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

Epson: Update supported model info. #1601

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions src/ir_Epson.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@

// Supports:
// Brand: Epson, Model: EN-TW9100W Projector
// Brand: Epson, Model: VS230 Projector
// Brand: Epson, Model: VS330 Projector
// Brand: Epson, Model: EX3220 Projector
// Brand: Epson, Model: EX5220 Projector
// Brand: Epson, Model: EX5230 Projector
// Brand: Epson, Model: EX6220 Projector
// Brand: Epson, Model: EX7220 Projector

#define __STDC_LIMIT_MACROS
#include <stdint.h>
Expand Down
3 changes: 3 additions & 0 deletions src/ir_Gree.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
// Brand: Green, Model: YBOFB2 remote
// Brand: Gree, Model: YAA1FBF remote
// Brand: Gree, Model: YB1F2F remote
// Brand: Gree, Model: YAN1F1 remote
// Brand: Gree, Model: VIR09HP115V1AH A/C
// Brand: Gree, Model: VIR12HP230V1AH A/C
// Brand: Amana, Model: PBC093G00CC A/C
// Brand: Amana, Model: YX1FF remote
// Brand: Cooper & Hunter, Model: YB1F2 remote
Expand Down