natbesh
Results
1
comments of
natbesh
something like-a this: #!/usr/bin/python3 import json import pyemvue from datetime import datetime def print_recursive(usage_dict, info, depth=0): for gid, device in usage_dict.items(): for channelnum, channel in device.channels.items(): name = channel.name if...