Added ZH/LT-01 Remote

This commit is contained in:
Nateonas 2020-10-29 22:00:15 +01:00 committed by GitHub
parent a9579ca32c
commit f6c3f0767c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
#include <SharpHeatpumpIR.h>
#include <ToshibaDaiseikaiHeatpumpIR.h>
#include <ToshibaHeatpumpIR.h>
#include <ZHLT01HeatpumpIR.h>
class HeatpumpIRFactory
{
@ -37,4 +37,4 @@ class HeatpumpIRFactory
static HeatpumpIR* create(const char *modelName);
};
#endif
#endif