digiline tutorial: unify indentation and truncate more lines

This commit is contained in:
Hume2 2020-10-03 10:52:02 +02:00
parent 3a66f79547
commit 01b0dc0a1a

View File

@ -93,9 +93,12 @@ Code:<ol>
<li>Slave:
<pre>
if event.type =="digiline" then
digiline_send("TV","channel: "..event.channel.."message: "..event.msg)--TV is channel of LCD
--TV is channel of LCD
digiline_send("TV","channel: " .. event.channel ..
"message: " .. event.msg)
end
--[[Where: Event is a table generated by the lua controller when a particular event is recoginzed by the LUA controller. It consist of :
--[[Where: Event is a table generated by the lua controller when a
particular event is recoginzed by the LUA controller. It consist of :
event ={
type ="<eventtype>"
@ -343,7 +346,7 @@ event ={
input = (integer),
--input voltage
supply = 40000,-
-upgrade 1 and 2 are availabe only for HV tools
--upgrade 1 and 2 are availabe only for HV tools
upgrade1 = {
meta = {