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