From f28e3bb5d166a9ba2127efa44b44ed5713a4b884 Mon Sep 17 00:00:00 2001 From: "navid.sassan" <navid.sassan@linuxfabrik.ch> Date: Fri, 2 Apr 2021 16:46:32 +0200 Subject: [PATCH] testing --- energy_control | 1 + 1 file changed, 1 insertion(+) diff --git a/energy_control b/energy_control index 19c7d2d..05eca63 100644 --- a/energy_control +++ b/energy_control @@ -37,6 +37,7 @@ function recv() local id, data = rednet.receive() print(type(id)) if id == redstone_toggle_id then + print('id') if type(data) == 'table' then print('table') if data[1] == 'output_state' then