(Note added, merge in next commit)

h137
orwell96 2018-08-24 09:55:27 +02:00
parent 05cb6090ac
commit 5039c958a2
1 changed files with 1 additions and 0 deletions

View File

@ -176,3 +176,4 @@ Once you set a name for any component, you can reference it by that name in the
setstate("Stn_P1_out", "green") instead of setstate(POS(1,2,3), "green")
This way, you don't need to memorize positions.
--TODO: Ein paar mehr Codebeispiele wären schön, insbesondere mit os.date und so...