#1 Makros in Base / Lua
Verfasst: So 29. Apr 2012, 23:20
Filip erwähnte einmal Makros. Wie bindet man denn Makros ins Base ein, ist das unter Logic oder als Event oder ...?
Gruß
Florian
Gruß
Florian
Code: Alles auswählen
function alloff()
command("C.LCN.output.0.20.1",0)
command("C.LCN.output.0.20.2",0)
end
Code: Alles auswählen
C.LOGIC=alloff()
Code: Alles auswählen
LOGIC=alloff()