bugfix #2 (oil explorer), lua controller manuall and terminal node added
This commit is contained in:
parent
7ed4e5fd32
commit
0984642e48
@ -22,11 +22,12 @@ local sHELP = [[TA4 Lua Controller
|
|||||||
TechAge machines.
|
TechAge machines.
|
||||||
This controller can be programmed in Lua.
|
This controller can be programmed in Lua.
|
||||||
|
|
||||||
See on GitHub for more help: goo.gl/Et8D6n
|
See on GitHub for more help:
|
||||||
|
https://github.com/joe7575/techage/wiki
|
||||||
The controller only runs, if a battery is
|
|
||||||
placed nearby.
|
|
||||||
|
|
||||||
|
or download the PDF file from:
|
||||||
|
https://github.com/joe7575/techage/blob/master/manuals/ta4_lua_controller_EN.pdf
|
||||||
|
|
||||||
]]
|
]]
|
||||||
|
|
||||||
techage.lua_ctlr = {}
|
techage.lua_ctlr = {}
|
||||||
|
@ -27,6 +27,10 @@ Local commands:
|
|||||||
Global commands:
|
Global commands:
|
||||||
- send <num> on/off = send on/off event
|
- send <num> on/off = send on/off event
|
||||||
- msg <num> <text> = send a text message
|
- msg <num> <text> = send a text message
|
||||||
|
|
||||||
|
For more help:
|
||||||
|
https://github.com/joe7575/techage/wiki
|
||||||
|
|
||||||
]]
|
]]
|
||||||
|
|
||||||
local function formspec1()
|
local function formspec1()
|
||||||
|
Loading…
Reference in New Issue
Block a user