Module: Wizrb::Lighting

Defined in:
lib/wizrb/lighting.rb,
lib/wizrb/lighting/group.rb,
lib/wizrb/lighting/state.rb,
lib/wizrb/lighting/discover.rb,
lib/wizrb/lighting/scenes/scene.rb,
lib/wizrb/lighting/products/light.rb,
lib/wizrb/lighting/products/rgb_light.rb,
lib/wizrb/lighting/scenes/spooky_scene.rb,
lib/wizrb/lighting/events/set_rgb_event.rb,
lib/wizrb/lighting/events/set_scene_event.rb,
lib/wizrb/lighting/events/set_speed_event.rb,
lib/wizrb/lighting/products/dimable_light.rb,
lib/wizrb/lighting/products/tunable_light.rb,
lib/wizrb/lighting/events/set_brightness_event.rb,
lib/wizrb/lighting/events/set_cold_white_event.rb,
lib/wizrb/lighting/events/set_color_temp_event.rb,
lib/wizrb/lighting/events/set_warm_white_event.rb

Defined Under Namespace

Modules: Events, Products, Scenes Classes: Discover, Group, State

Constant Summary collapse

SCENES =
{
  ocean: 1,
  romance: 2,
  sunset: 3,
  party: 4,
  fireplace: 5,
  cozy: 6,
  forest: 7,
  pastel_colors: 8,
  wake_up: 9,
  bedtime: 10,
  warm_white: 11,
  daylight: 12,
  cool_white: 13,
  night_light: 14,
  focus: 15,
  relax: 16,
  true_colors: 17,
  tv_time: 18,
  plantgrowth: 19,
  spring: 20,
  summer: 21,
  fall: 22,
  deepdive: 23,
  jungle: 24,
  mojito: 25,
  club: 26,
  christmas: 27,
  halloween: 28,
  candlelight: 29,
  golden_white: 30,
  pulse: 31,
  steampunk: 32,
  rhythm: 1000
}.freeze