mercwear

boilertemp

Jul 20th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. boiler = peripheral.wrap("back")
  2. while true do
  3. temp = boiler.getTemperature()
  4. gr = "http://mercwear.com/minecraft/boiler.php?".."tmp="..temp
  5. GetRequest= http.get(gr)
  6. os.sleep(15)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment