Merge branch 'testing' into bugfix/4381
This commit is contained in:
commit
80f7d102e1
|
@ -825,7 +825,8 @@ class Device(Thing):
|
||||||
).first()
|
).first()
|
||||||
|
|
||||||
def set_hid(self):
|
def set_hid(self):
|
||||||
if 'property_hid' in app.blueprints.keys():
|
is_component = isinstance(self, Component)
|
||||||
|
if 'property_hid' in app.blueprints.keys() and not is_component:
|
||||||
try:
|
try:
|
||||||
from ereuse_devicehub.modules.device.utils import set_hid
|
from ereuse_devicehub.modules.device.utils import set_hid
|
||||||
|
|
||||||
|
|
Reference in New Issue