updated
This commit is contained in:
@@ -21,6 +21,8 @@ local function run()
|
||||
sleep(1)
|
||||
end
|
||||
local methods = peripheral.getMethods("left")
|
||||
local env = peripheral.wrap("left")
|
||||
env.turnOn()
|
||||
for index, value in ipairs(methods) do
|
||||
print("Method " .. index .. ": " .. value)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user