1
0

HardwareClientBase: provide default implementation for label

and add warning about placeholders
This commit is contained in:
SomberNight
2020-04-08 18:28:21 +02:00
parent db1ff4915f
commit bf067f7558
3 changed files with 3 additions and 8 deletions

View File

@@ -88,10 +88,6 @@ class DigitalBitbox_Client(HardwareClientBase):
pass
def label(self):
return " "
def is_pairable(self):
return True