liblineage.updater.v2.oem_device

Classes

OemDevice(name, model)

LineageOS OEM's device informations.

class liblineage.updater.v2.oem_device.OemDevice(name: str, model: str)

LineageOS OEM’s device informations.

Attributes: - name (str): The name of the device - model (str): The model name of the device

classmethod from_json(json: Dict[str, Any])

Create an object from a JSON object.