class Tanita::Api::Client::Pedometer

Public Class Methods

endpoint() click to toggle source
# File lib/tanita/api/client.rb, line 106
def self.endpoint
  '/status/pedometer.json'
end
properties() click to toggle source
# File lib/tanita/api/client.rb, line 110
def self.properties
  {
    steps: {code: '6331', type: Integer},
    exercise: {code: '6335', type: Integer},
    calories: {code: '6336', type: Integer}
  }
end