Results 1 comments of José Almeida

I had the same problem. @jf-mgd commit work fine. To not change the module code I did the following: ```python import inputs inputs.EVENT_MAP = list(inputs.EVENT_MAP) inputs.EVENT_MAP[1] = ('type_codes', list((value, key)...