コード例 #1
0
ファイル: main.py プロジェクト: Stunkymonkey/Iot-university
 def decreaseS2(self):
     mqtt.sendButtons("section2/button/out")
コード例 #2
0
ファイル: main.py プロジェクト: Stunkymonkey/Iot-university
 def increaseS1(self):
     mqtt.sendButtons("section1/button/in")
コード例 #3
0
ファイル: main.py プロジェクト: Stunkymonkey/Iot-university
 def increaseS2(self):
     mqtt.sendButtons("section2/button/in")
コード例 #4
0
ファイル: main.py プロジェクト: Stunkymonkey/Iot-university
 def increaseS0(self):
     mqtt.sendButtons("section0/button/in")