def decreaseS2(self): mqtt.sendButtons("section2/button/out")
def increaseS1(self): mqtt.sendButtons("section1/button/in")
def increaseS2(self): mqtt.sendButtons("section2/button/in")
def increaseS0(self): mqtt.sendButtons("section0/button/in")