summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2019-06-01 16:50:42 -0500
committercheapie <no-email-for-you@example.com>2019-06-01 16:50:42 -0500
commitb19b5f39d8e093f3c453c083631ff123f3c41ba1 (patch)
tree98643172a1fdeadb911125747a8245b784532936 /README
parent6e3f9d4c111bebfed6d1876a27a4980b979fb2ba (diff)
downloaddigistuff-b19b5f39d8e093f3c453c083631ff123f3c41ba1.tar
digistuff-b19b5f39d8e093f3c453c083631ff123f3c41ba1.tar.gz
digistuff-b19b5f39d8e093f3c453c083631ff123f3c41ba1.tar.bz2
digistuff-b19b5f39d8e093f3c453c083631ff123f3c41ba1.tar.xz
digistuff-b19b5f39d8e093f3c453c083631ff123f3c41ba1.zip
Add timer
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 0212160..824e50c 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ Textures WITH "adwaita" in the file name - These are icons by the GNOME Project,
Depends:
Required: digilines (base only) and mesecons (base only)
-Only needed for craft recipes: default, mesecons_luacontroller, homedecor
+Only needed for craft recipes: default, mesecons_luacontroller, basic_materials
How to use digilines buttons:
@@ -50,6 +50,10 @@ Every second while a player is within "radius" meters of that point, a table lis
How to use the dimmable lights:
After setting the channel, send a number from 0 to 14 to set the light level.
+
+How to use the timer:
+Send a number representing a time in seconds, from 0.5 to 3600. When the time expires, the timer will send "done" back on the same channel. If the loop feature is enabled (use the commands "loop_on" and "loop_off" to set this) the timer will automatically be set for the same time again each time it expires.
+
How to use the junction box:
These are just plain digilines conductors (like digimese) but can skip over one node to another junction box or certain other nodes.
As in, [digiline][junction box][dirt][junction box][digiline] will work to transmit signals "through" the dirt.