README.rdoc in simplificator-withings-0.6.8 vs README.rdoc in simplificator-withings-0.6.9
- old
+ new
@@ -2,10 +2,14 @@
This is a ruby implementation for the Withings API. Description of the API can be found here: http://www.withings.com/en/api
== Versions ==
+=== 0.6.9 ===
+
+* Added support for activities (thanks to invernizzi)
+
=== 0.6.8 ===
* updated README (thanks to jmaddi)
=== 0.6.7 ===
@@ -130,9 +134,12 @@
user.measurement_groups(:category => MeasurementGroup::CATEGORY_TARGET)
user.measurement_groups(:last_updated_at => Time.at(12345))
user.measurement_groups(:start_at => Time.at(12345), :end_at => Time.at(67890))
user.measurement_groups(:measurement_type => MeasurementGroup::TYPE_FAT)
user.measurement_groups(:device => Withings::SCALE)
+
+Since 0.6.9 you can also get activities
+ user.get_activities
== Note on keys in hashes
Keys to constructors (User, MeasurementGroup and NotificationDescription) and methods (User.measurement_groups)