mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 18:46:59 +00:00
Merge pull request #2604 from jimmys01/RX_pass_string_val
[IR] Sent decoded values back to the controller
This commit is contained in:
@@ -327,6 +327,7 @@ To create/register a plugin, you have to :
|
||||
#ifdef PLUGIN_BUILD_IR
|
||||
#define PLUGIN_DESCR "IR"
|
||||
#define USES_P016 // IR
|
||||
#define P016_SEND_IR_TO_CONTROLLER false //IF true then the JSON replay solution is transmited back to the condroller.
|
||||
#define USES_P035 // IRTX
|
||||
#define P016_P035_USE_RAW_RAW2 //Use the RAW and RAW2 encodings, disabling it saves 3.7Kb
|
||||
#endif
|
||||
@@ -336,6 +337,7 @@ To create/register a plugin, you have to :
|
||||
#define PLUGIN_DESCR "IR Extended"
|
||||
#endif // PLUGIN_DESCR
|
||||
#define USES_P016 // IR
|
||||
#define P016_SEND_IR_TO_CONTROLLER false //IF true then the JSON replay solution is transmited back to the condroller.
|
||||
#define USES_P035 // IRTX
|
||||
// The following define is needed for extended decoding of A/C Messages and or using standardised common arguments for controlling all deeply supported A/C units
|
||||
#define P016_P035_Extended_AC
|
||||
|
||||
Reference in New Issue
Block a user