SensingKit / SensingKit-iOS

An iOS framework that provides Mobile Sensing to your apps.
https://www.sensingkit.org
GNU Lesser General Public License v3.0
109 stars 25 forks source link

In SKHumidityData.java, there is a possibly mis-named method #7

Closed crayne closed 8 years ago

crayne commented 8 years ago
   public float getLight() {
        return this.humidity;
    }  

Shouldn't the name of the method be "getHumidity" ?

crayne commented 8 years ago

Sorry -- this was meant for the Android version