How to use the pymyq.const.DEVICE_TYPE function in pymyq

To help you get started, we’ve selected a few pymyq examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github arraylabs / pymyq / pymyq / device.py View on Github external
def device_type(self) -> str:
        """Return the device type."""
        return self.device_json[DEVICE_TYPE]