From 70b03896d537dc121fa89347740785f54da2c302 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 23 Sep 2023 12:53:05 -0400 Subject: [PATCH] added double click to custom events --- scada-common/types.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scada-common/types.lua b/scada-common/types.lua index a78b5a2..da872a2 100644 --- a/scada-common/types.lua +++ b/scada-common/types.lua @@ -270,6 +270,7 @@ types.ALARM_STATE_NAMES = { ---| "mouse_drag" ---| "mouse_scroll" ---| "mouse_up" +---| "double_click" (custom) ---| "paste" ---| "peripheral" ---| "peripheral_detach" @@ -285,7 +286,7 @@ types.ALARM_STATE_NAMES = { ---| "websocket_failure" ---| "websocket_message" ---| "websocket_success" ----| "clock_start" custom, added for reactor PLC +---| "clock_start" (custom) ---@alias fluid ---| "mekanism:empty_gas"