receiver: Show type of receiver in CLI show command

This commit is contained in:
Peter F. Patel-Schneider 2019-12-19 23:19:25 -05:00 committed by Filipe Laíns
parent babf0f4ded
commit 25905c5d77
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ from logitech_receiver import (
def _print_receiver(receiver):
paired_count = receiver.count()
print ('Unifying Receiver')
print (receiver.name)
print (' Device path :', receiver.path)
print (' USB id : 046d:%s' % receiver.product_id)
print (' Serial :', receiver.serial)