receiver: Show type of receiver in CLI show command
This commit is contained in:
parent
babf0f4ded
commit
25905c5d77
|
@ -30,7 +30,7 @@ from logitech_receiver import (
|
||||||
def _print_receiver(receiver):
|
def _print_receiver(receiver):
|
||||||
paired_count = receiver.count()
|
paired_count = receiver.count()
|
||||||
|
|
||||||
print ('Unifying Receiver')
|
print (receiver.name)
|
||||||
print (' Device path :', receiver.path)
|
print (' Device path :', receiver.path)
|
||||||
print (' USB id : 046d:%s' % receiver.product_id)
|
print (' USB id : 046d:%s' % receiver.product_id)
|
||||||
print (' Serial :', receiver.serial)
|
print (' Serial :', receiver.serial)
|
||||||
|
|
Loading…
Reference in New Issue