senseobservationsystems / commonsense-python-lib

Library for using CommonSense API in Python applications
Apache License 2.0
4 stars 1 forks source link

Fix tuple return value to boolean. #6

Closed pimnijdam closed 11 years ago

pimnijdam commented 11 years ago

I think this is just an artifact from an earlier version...

Sensor(s)DataPost now returns a boolean (like the documentation already stated) instead of a tuple with the first item a boolean.

Tubyhes commented 11 years ago

Yup, thnx!