def off()

in device_info_pkg/device_info_pkg/gpio_module.py [0:0]


    def off(self):
        """Wrapper function to write the value 0 to value attribute of GPIO port.
        """
        self.set(0)