module NatureRemoApi::Endpoints::Appliance

Public Instance Methods

appliances() click to toggle source
# File lib/nature_remo_api/endpoints/appliance.rb, line 4
def appliances
  get('/1/appliances')
end