diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:39 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:39 +0200 |
commit | 12c2357d9966a6498dcaeeb3f141e72b09d01a37 (patch) | |
tree | 254a35c39831988c76dddff12c2b90d54b7d327c /durt/nodes | |
parent | cfa65d94f1bc9d9e9efe13791711a9ad044a4a67 (diff) | |
download | luaatc_envs-12c2357d9966a6498dcaeeb3f141e72b09d01a37.tar.gz luaatc_envs-12c2357d9966a6498dcaeeb3f141e72b09d01a37.tar.bz2 luaatc_envs-12c2357d9966a6498dcaeeb3f141e72b09d01a37.zip |
State at 2021-04-05
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(1907,9,9129).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/durt/nodes/(1907,9,9129).lua b/durt/nodes/(1907,9,9129).lua index 6e01750..df71eee 100644 --- a/durt/nodes/(1907,9,9129).lua +++ b/durt/nodes/(1907,9,9129).lua @@ -1,2 +1,2 @@ local yard_id = "WOA"
if event.schedule then
local now = rwt.now()
local last = S.yards[yard_id].last_pass1
local dtime = rwt.diff(last,now)
local rtt = rwt.diff(S.yards[yard_id].last_pass2,last)
digiline_send("lcd",string.format("Now: %s |Last Pass: %s |ID: %s Delta: %s |TBT: %s ",rwt.to_string(now),rwt.to_string(last),S.yards.WOA.last_id,rwt.to_string(dtime),rwt.to_string(rtt)))
schedule(rwt.next_rpt(rwt.now(), "0;05", 0))
end
if event.punch then
schedule(rwt.next_rpt(rwt.now(), "0;05", 0)) - if S.WOA_stats == true then S.WOA_stats = false end
end
\ No newline at end of file + if S.WOA_stats == true then S.WOA_stats = false end
end
\ No newline at end of file |