Add power supply support (#56)

This commit is contained in:
Solvik 2019-09-05 13:47:10 +02:00 committed by GitHub
parent 1c44ab36fb
commit 8d0168acb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 160 additions and 2 deletions

View file

@ -22,6 +22,7 @@ def get_config():
p.add_argument('--update-network', action='store_true', help='Update network')
p.add_argument('--update-inventory', action='store_true', help='Update inventory')
p.add_argument('--update-location', action='store_true', help='Update location')
p.add_argument('--update-psu', action='store_true', help='Update PSU')
p.add_argument('--log_level', default='debug')
p.add_argument('--netbox.url', help='Netbox URL')