I'm pretty new to python, so I don't feel like create pull request now since I'm not sure about it.
For resolve_ecodes:
def resolve_ecodes(ecode_dict, ecode_list, unknown='?'):
there is an example:
resolve_ecodes([272, 273, 274])
with only one input.
But I guess that it should have at least two.
I'm pretty new to python, so I don't feel like create pull request now since I'm not sure about it. For resolve_ecodes: def resolve_ecodes(ecode_dict, ecode_list, unknown='?'): there is an example: