Example #1
0
 def turn_off(self, **kwargs):
     """Instruct the light to turn off."""
     import greenwavereality as greenwave
     greenwave.turn_off(self._host, self._did, self.token)
Example #2
0
 def turn_off(self, **kwargs):
     """Instruct the light to turn off."""
     greenwave.turn_off(self._host, self._did, self._token)
Example #3
0
 def turn_off(self, **kwargs):
     """Instruct the light to turn off."""
     import greenwavereality as greenwave
     greenwave.turn_off(self._host, self._did, self._token)