reset Storage Energy get

This commit is contained in:
2025-08-02 19:27:02 +02:00
parent b3da50f069
commit 71714e71df

View File

@ -1,3 +1,4 @@
local storageEnergy = peripheral.getMethods("left").getStoredEnergy()
local typeOfPeripheral = peripheral.getType("left")
print("Type of peripheral on the left: " .. typeOfPeripheral)
print("Stored energy: " .. storageEnergy .. " RF")