maximvelichko / pyvera

A python library to control devices via the Vera hub
GNU General Public License v2.0
26 stars 31 forks source link

Convert the device_id from string to int #116

Closed guerrerotook closed 5 years ago

guerrerotook commented 5 years ago

Before, the code wasn't able to find the device on the self._devices because it was a string, now converting it to int is working again. Tested locally with my Vera controller.