commit - 71fd1e1c58ec02ca595e75cc7982ccabc720456b
commit + 148f0918387e211048552216977aef372265a35f
blob - 9a6fd26db9d2a6ee9d29dcddfcf07835e144be1e
blob + 522d2b032d1ca49c5d94ec3b59cfb5c6c4dac84a
--- get-lights.py
+++ get-lights.py
print(f"{'ID':>2s}: {'Name':<30s} Type")
print ("################################################################################")
for key in json_data:
- print(f"{key:>2s}: {json_data[key]['name']:<30s} {json_data[key]['type']}")
+ print(f"{key:>2s}: {json_data[key]['name']:<32s} {json_data[key]['type']}")