dib0 / elro_connects

The ELRO Connects uses a propriety protocol on the local network over UDP. This is the reversed engineered python implementation of the protocol.
MIT License
16 stars 7 forks source link

removed valideer dependency #35

Open depuits opened 2 years ago

depuits commented 2 years ago

Removed valideer dependency to fix https://github.com/dib0/elro_connects/issues/16. Replaced it with regular expression checks and typerror exceptions so no new depency is needed to replace it.