x10.protocol.functions.OFF

Here are the examples of the python api x10.protocol.functions.OFF taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: python-x10 Source File: actuators.py
Function: off
    def off(self):
        """
        Turn off
        """
        self.x10ctrl.do(functions.OFF, self.x10addr)
        return self.x10ctrl.ack()