lib/withings/base.rb in simplificator-withings-0.2.8 vs lib/withings/base.rb in simplificator-withings-0.3.0
- old
+ new
@@ -1,5 +1,7 @@
module Withings
+ SCALE = 1
+ BLOOD_PRESSURE_MONITOR = 4
end
# Copied over from ActiveSupport
unless Hash.new.respond_to?(:stringify_keys)
class Hash
\ No newline at end of file