googledevices

Build Status PyPI version Get information from, and control various Google devices.


HOME PLATFORMS CLASSES METHODS FUNCTIONS CLI

Functions convert functions

get_device_type

# Sample usage
from googledevices.utils.convert import get_device_type
print(get_device_type(2))

format_json

# Sample usage
from googledevices.utils.convert import format_json
json = {"test": "test"}
print(format_json(json))