Added a new Brand "Kamoona" to be used for other applications that are not a known brand.

Fork of RemoteIR by Shinichiro Nakamura

Revision:
13:ddc6f7c92583
Parent:
12:0651f02169ee
--- a/RemoteIR.h	Sun Apr 19 19:11:32 2015 +0000
+++ b/RemoteIR.h	Mon Apr 27 01:47:26 2015 +0000
@@ -13,21 +13,24 @@
 
     typedef enum {
         UNKNOWN,
-        NEC,
-        NEC_REPEAT,
+        WifiGetUsers,
+        WifiGetPassword,
+        WifiChangePassword,
+        
+   /*   NEC_REPEAT,
         AEHA,
         AEHA_REPEAT,
         SONY,
         Samsung,
         Samsung_REPEAT,
-        Nikon,
+        Nikon,  */
     } Format;
 
-    static const int TUS_NEC = 562;
-    static const int TUS_AEHA = 425;
+    static const int TUS_Wifi = 562;
+ /*   static const int TUS_AEHA = 425;
     static const int TUS_SONY = 600;
     static const int TUS_Samsung = 546;
-    static const int TUS_Nikon = 25;
+    static const int TUS_Nikon = 25;  */
 
 private:
     RemoteIR();