A clone of: https://github.com/nutechsoftware/alarmdecoder This is requires as they dropped support for older firmware releases w/o building in backward compatibility code, and they had previously hardcoded pyserial to a python2 only version.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
274 B

  1. from alarmdecoder.decoder import AlarmDecoder
  2. import alarmdecoder.decoder
  3. import alarmdecoder.devices
  4. import alarmdecoder.util
  5. import alarmdecoder.messages
  6. import alarmdecoder.zonetracking
  7. __all__ = ['AlarmDecoder', 'decoder', 'devices', 'util', 'messages', 'zonetracking']