From 3a9a4bd5f3209a494cc61f05668514c1f793c5e1 Mon Sep 17 00:00:00 2001 From: cheapie Date: Tue, 12 Jan 2016 15:52:41 -0600 Subject: Remove the warn interval when shutting off --- trafficlight/init.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'trafficlight') diff --git a/trafficlight/init.lua b/trafficlight/init.lua index 1306748..67e531d 100644 --- a/trafficlight/init.lua +++ b/trafficlight/init.lua @@ -28,8 +28,7 @@ streets.tlRhythm = { {name = "streets:trafficlight_top_green", pauseBefore = 1.5} }, toOff = { - {name = "streets:trafficlight_top_warn", pauseBefore = 0}, - {name = "streets:trafficlight_top_off", pauseBefore = 5} + {name = "streets:trafficlight_top_off", pauseBefore = 0} }, toWarn = { {name = "streets:trafficlight_top_warn", pauseBefore = 0} @@ -49,8 +48,7 @@ streets.tlRhythm_left = { {name = "streets:trafficlight_top_left_green", pauseBefore = 1.5} }, toOff = { - {name = "streets:trafficlight_top_left_warn", pauseBefore = 0}, - {name = "streets:trafficlight_top_left_off", pauseBefore = 5} + {name = "streets:trafficlight_top_left_off", pauseBefore = 0} }, toWarn = { {name = "streets:trafficlight_top_left_warn", pauseBefore = 0} @@ -70,8 +68,7 @@ streets.tlRhythm_right = { {name = "streets:trafficlight_top_right_green", pauseBefore = 1.5} }, toOff = { - {name = "streets:trafficlight_top_right_warn", pauseBefore = 0}, - {name = "streets:trafficlight_top_right_off", pauseBefore = 5} + {name = "streets:trafficlight_top_right_off", pauseBefore = 0} }, toWarn = { {name = "streets:trafficlight_top_right_warn", pauseBefore = 0} -- cgit v1.2.3