@ -20,3 +20,13 @@ def goCrazy():
table.triggerRelay(-1)
time.sleep(3)
def standingHeight():
table = Table()
table.move((82 - table.currentHeight()) * -1)
def sittingHeight():
table.move((120 - table.currentHeight()) * -1)