thomasdelaet / python-velbus

A python library to control the Velbus home automation system
MIT License
17 stars 8 forks source link

Validate transition time as Int #40

Closed brefra closed 4 years ago

brefra commented 4 years ago

Make sure transition time is an integer in case a floating nummer is supplied (like HASS does). When a floating nummer supplied the serial interface fails to send the message and makes the lib losing the connection.