From 3a593ff56f876fec9a03af3937941ab25c6200e5 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Sun, 12 Jun 2022 18:35:32 +0200 Subject: [PATCH] Add new config & get commands --- manuals/ta4_lua_controller_EN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manuals/ta4_lua_controller_EN.md b/manuals/ta4_lua_controller_EN.md index 460c178..4c27f8e 100644 --- a/manuals/ta4_lua_controller_EN.md +++ b/manuals/ta4_lua_controller_EN.md @@ -390,6 +390,7 @@ Please note, that this is not a technical distinction, only a logical. | "red, "amber", "green", "off" | nil | set Signal Tower color | | "red, "amber", "green", "off" | lamp number (1..4) | Set the signal lamp color. Valid for "TA4 2x Signal Lamp" and "TA4 4x Signal Lamp" | | "port" | string
`=on/off` | Enable/disable a Distributor filter slot..
Example: `"yellow=on"`
colors: red, green, blue, yellow | +| "config" | "\ \" | Configure a Distributor filter slot, like: "red default:dirt dye:blue" | | "text" | text string | Text to be used for the Sensor Chest menu | | "reset" | nil | Reset the item counter of the TA4 Item Detector block | | "pull" | item string | Start the TA4 pusher to pull/push items.
Example: `default:dirt 8` |