hww: mark device_model_name(self) as @abstractmethod and override in hww clients that did not define it.
This commit is contained in:
@@ -72,6 +72,9 @@ class BitBox02Client(HardwareClientBase):
|
||||
if self.bitbox_hid_info is None:
|
||||
raise Exception("No BitBox02 detected")
|
||||
|
||||
def device_model_name(self) -> Optional[str]:
|
||||
return 'BitBox02'
|
||||
|
||||
def is_initialized(self) -> bool:
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user