Skip to content

Commit

Permalink
Update table output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Mar 30, 2023
1 parent 4c0d563 commit 363aae0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hubitatcontrol/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def print_device_list_types(hub_in):
del i['capabilities']
del i['attributes']
del i['commands']
del i['model']
del i['manufacturer']
del i['date']

print(prettytable.from_json(json.dumps(obj_to_table)))

Expand Down

0 comments on commit 363aae0

Please sign in to comment.