local function report() local reactor = peripheral.find("fissionReactorLogicAdapter") return reactor.getTemerature() end return { report = report }