# HG changeset patch # User henrik.rostedt@gmail.com # Date 1309031370 0 # Node ID e311af715b5725d91be227124ab82f4d819deb7a # Parent 4978a1bc161ac8116030d4d2ffe81812232a5a69 Edited wiki page LuaAPI through web user interface. diff -r 4978a1bc161a -r e311af715b57 LuaAPI.wiki --- a/LuaAPI.wiki Sat Jun 18 21:49:12 2011 +0000 +++ b/LuaAPI.wiki Sat Jun 25 19:49:30 2011 +0000 @@ -239,6 +239,10 @@
returns the state of the gear. This is one of [States]
+=== !GetGearMessage(gearUid) === + +
returns the message of the gear. +
=== !GetFollowGear(gearUid) ===
Returns the uid of the gear that is currently being followed. @@ -404,6 +408,11 @@
Sets the state of the specified gear to one of [States].
+=== !SetGearMessage(gearUid, message) === + +
Sets the message of the specified gear. +
+ === !SetTag(gearUid, tag) ===
Sets the tag of the specified gear, different for every gear.