bugfix #2 (oil explorer), lua controller manuall and terminal node added

This commit is contained in:
Joachim Stolberg 2020-03-08 22:40:39 +01:00
parent 7ed4e5fd32
commit 0984642e48
2 changed files with 9 additions and 4 deletions

View File

@ -22,11 +22,12 @@ local sHELP = [[TA4 Lua Controller
TechAge machines.
This controller can be programmed in Lua.
See on GitHub for more help: goo.gl/Et8D6n
The controller only runs, if a battery is
placed nearby.
See on GitHub for more help:
https://github.com/joe7575/techage/wiki
or download the PDF file from:
https://github.com/joe7575/techage/blob/master/manuals/ta4_lua_controller_EN.pdf
]]
techage.lua_ctlr = {}

View File

@ -27,6 +27,10 @@ Local commands:
Global commands:
- send <num> on/off = send on/off event
- msg <num> <text> = send a text message
For more help:
https://github.com/joe7575/techage/wiki
]]
local function formspec1()