class Tanita::Api::Client::Sphygmomanometer
Public Class Methods
endpoint()
click to toggle source
# File lib/tanita/api/client.rb, line 92 def self.endpoint '/status/sphygmomanometer.json' end
properties()
click to toggle source
# File lib/tanita/api/client.rb, line 96 def self.properties { maximal_pressure: {code: '622E', type: Integer}, minimal_pressure: {code: '622F', type: Integer}, pulse: {code: '6230', type: Integer} } end