Subversion Repositories HomeAutomation

Rev

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

  1.  
  2. import Util
  3.  
  4. Types = {}
  5.  
  6. # FIXME: Hardcoded is bad, maybe we can do this in a better way...
  7.  
  8. Types[4] = "LCD"
  9. Types[3] = "Sensor"
  10. Types[6] = "Sensor"
  11.  
  12. TypeIds = Util.swap_dictionary(Types)
  13.