예제 #1
0
 def turnOn(self):
     self.state = "ON"
     Socket.turnOn(self, self.codeOn, 'Luefter an')
예제 #2
0
파일: LED.py 프로젝트: Rammboss/RubyBox
 def turnOn(self):
     self.state = "ON"
     Socket.turnOn(self, self.codeOn, 'Licht an!')
예제 #3
0
 def turnOn(self):
     self.state = "ON"
     Socket.turnOn(self, self.codeOn, 'Heizung an')