Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- boiler = peripheral.wrap("back")
- while true do
- temp = boiler.getTemperature()
- gr = "http://mercwear.com/minecraft/boiler.php?".."tmp="..temp
- GetRequest= http.get(gr)
- os.sleep(15)
- end
Advertisement
Add Comment
Please, Sign In to add comment