public
Description: My environmental monitoring stuff for the house.
Clone URL: git://github.com/dustin/environ.git
dustin (author)
Mon Jun 25 11:34:03 -0700 2007
commit  e3bd5483125548fef0f56a767736db0197f2bb81
tree    49659a5d177dffb700f1c407f7b29c4c4136a46c
parent  af820333e34cc3b6a7fb3f94d43e8e93a1f67935
environ / src / temp_listener.app
100644 24 lines (23 sloc) 0.784 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{application, temp_listener,
  [{description, "Listen to temperature announcements, send local events"},
   {vsn, "1.0"},
   {modules, [temp_listener_app, temp_listener, gen_sup, environ_utilities]},
   {registered, [temp_listener_app,temp_listener,temp_listener_events]},
   {applications, [kernel,stdlib]},
   {mod, {temp_listener_app, []}},
   {env, [
    {therms, [
      {"1081841E000000DF", "bedroom"},
      {"10258D2A000000EA", "backyard"},
      {"10C8892A00000096", "livingroom"},
      {"101D8A2A000000F7", "machineroom"},
      {"10E8C214000000E4", "garage"},
      {"1013A51E00000035", "guestroom"},
      {"purple_mb", "purple_mb"},
      {"purple_cpu", "purple_cpu"},
      {"purple_chip", "purple_chip"}
      % {"2183110000C034BB", "dustinkeychain"},
      % {"21508400004025AF", "kitchen"},
      ]}
   ]}
  ]}.