Subversion Repositories HomeAutomation

Rev

Blame | Last modification | View Log | SVN | RSS feed

  1. /*********************************************************************
  2.  *
  3.  *   Defines functs and funccs and other global definitions.
  4.  *
  5.  *********************************************************************
  6.  * Funcdefs for eqlazers net
  7.  *
  8.  *
  9.  *
  10.  ********************************************************************/
  11.  
  12.  
  13. //<FUNCC> 10 bits, 0x3FF
  14. #define FUNCC_SENSORS_IR                        0x001
  15.  
  16. #define FUNCC_SENSORS_TEMPERATURE_INSIDE        0x010
  17. #define FUNCC_SENSORS_TEMPERATURE_OUTSIDE       0x011
  18. #define FUNCC_SENSORS_TEMPERATURE_FREEZER       0x012
  19. #define FUNCC_SENSORS_TEMPERATURE_REFRIGERATOR  0x013
  20.  
  21. //#define FUNCC_SENSORS_DOORS_FREEZER           0x020
  22. //#define FUNCC_SENSORS_DOORS_REFRIGERATOR      0x021
  23.  
  24.  
  25.