swixteen  0.03
Switch a lamp on/off with X10 RF commands
 All Files Functions Variables Macros Pages
Commands.h
Go to the documentation of this file.
1 #define MaxNrOfCodes 2000
2 #define MaxNameLength 20
4 int InitX10Commands();
5 int InitOldElroCommands();
7 int Address[MaxNrOfCodes];
8 int Action[MaxNrOfCodes];
9 char *Name[MaxNrOfCodes];