envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

Please add knx.stop() #42

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

Hi,

As there is a knx.start() should be also a knx.stop() that stops the UDP connection. Not the webserver.

What do you think of adding this?

ascillato commented 6 years ago

I think should be better that the main program that uses this library manage by itself if want to listen or not to KNX by an internal variable. So, I'm closing the issue. Thanks