It looks like the `DTM` (date+time in minutes) type is not currently supported. When running the `ebustool ls` command, it fails with the error `Loading Message Definitions ... ERROR: 'DTM'`. Indeed, there is no type for `DTM` defined in [typedecoder.py.](https://github.com/c0fec0de/pyebus/blob/main/pyebus/typedecoder.py).
It looks like the
DTM(date+time in minutes) type is not currently supported.When running the
ebustool lscommand, it fails with the errorLoading Message Definitions ... ERROR: 'DTM'.Indeed, there is no type for
DTMdefined in typedecoder.py..