mfe = peripheral.wrap("back")
print(textutils.serialize(peripheral.getMethods("back")))
mfe.isActive()


