diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-01-07 01:08:49 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-01-07 01:08:49 +0000 |
commit | 7996099ec8436251e589088fc10cf3f26424d7d0 (patch) | |
tree | 14d9b59137c3512f4b8c07108f18794607bb5b3b /package/heyu/files | |
parent | df783a1a4b37dc1a447c62130d746e7b658db696 (diff) | |
download | upstream-7996099ec8436251e589088fc10cf3f26424d7d0.tar.gz upstream-7996099ec8436251e589088fc10cf3f26424d7d0.tar.bz2 upstream-7996099ec8436251e589088fc10cf3f26424d7d0.zip |
Added heyu, thanks to Geoffrey Kruse, closes #131
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/heyu/files')
-rw-r--r-- | package/heyu/files/x10.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/package/heyu/files/x10.conf b/package/heyu/files/x10.conf new file mode 100644 index 0000000000..3cacaf5e8a --- /dev/null +++ b/package/heyu/files/x10.conf @@ -0,0 +1,24 @@ +# this file should contain x10 appliance aliases, one per line, as: +# appliance-name housecode modulenumber +# for example: +# mydesklamp A 4 +# atticfan B 3 +# sumppump C 3 +# manythings J 1-4 +# +# IMPORTANT! disable the serial console if you need to use heyu +# on /dev/tts/0. Read http://forum.openwrt.org/viewtopic.php?id=1767 +# +# NOTE: using /dev/tts/1 requires the setserial package to +# set the port to use irq 3, otherwise performance will be +# unbearable as it is polled. +# +TTY /dev/tts/1 +# +# give your location - for computing sunrise and sunset times +# Boston, MA USA: +#LATITUDE N42:20 +#LONGITUDE W71:05 +# Menlo Park, CA USA: +LATITUDE N37:43 +LONGITUDE W122:20 |