TomFaulkner / SenseMe

Python Library for Haiku SenseMe app controlled fans/lights
GNU General Public License v3.0
21 stars 10 forks source link

_query method has odd returns #7

Open TomFaulkner opened 7 years ago

TomFaulkner commented 7 years ago

_query method returns an output or false, this is likely better handled by an exception

The query method is used in many functions, would add a lot of exception handling. Perhaps return a boolean and the value / empty string

TomFaulkner commented 7 years ago

Perhaps include a retry or two on queries as well. Though, this would slow things down if sending irrelevant queries to a device.