Method: NLHue::Bridge#num_groups
- Defined in:
- lib/nlhue/bridge.rb
#num_groups ⇒ Object
The number of groups known to this bridge, including the default group that contains all lights known to the bridge.
482 483 484 |
# File 'lib/nlhue/bridge.rb', line 482 def num_groups @groups.length end |