Class: Huebot::LightInput

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot.rb

Overview

Struct for specifying a Light input (id or name)

Instance Attribute Summary collapse

Instance Attribute Details

#valInteger|String

id or name



23
24
25
# File 'lib/huebot.rb', line 23

def val
  @val
end