Get information from, and control various Google devices.
HOME | PLATFORMS | CLASSES | METHODS | FUNCTIONS | CLI |
# Sample usage
from googledevices.utils.convert import get_device_type
print(get_device_type(2))
# Sample usage
from googledevices.utils.convert import format_json
json = {"test": "test"}
print(format_json(json))