class Switchbot::Light

Public Instance Methods

brightness_down() click to toggle source
# File lib/switchbot/light.rb, line 9
def brightness_down
  commands(command: 'brightnessDown')
end
brightness_up() click to toggle source
# File lib/switchbot/light.rb, line 5
def brightness_up
  commands(command: 'brightnessUp')
end