Class: Wemote::Collection::Insight

Inherits:
Switch
  • Object
show all
Defined in:
lib/wemote/collection/insight.rb

Overview

This class provides an extension on the basic Array object, in order to facilitate group operations on a collection of Wemote::Switch instances.

Instance Method Summary collapse

Methods inherited from Switch

#off!, #off?, #on!, #on?, #toggle!

Instance Method Details

#standby?Array

Calls Switch#standby? on all containing elements and return the results in an array

Returns:

  • (Array)


8
# File 'lib/wemote/collection/insight.rb', line 8

make :standby?