jjpavlik / homemetrics

1 stars 0 forks source link

Error responses are not being handled #3

Open jjpavlik opened 4 years ago

jjpavlik commented 4 years ago

So... few hours ago introduced the chance to return ERROR responses from arduino if something goes wrong for example within the read_screen_data() function. Even though it is working fine, I have to implement some sort of error handling on device.py or maybe just raise an exception/error log, something.