Class: AngieCoreApi::Thermostat
- Inherits:
-
Object
- Object
- AngieCoreApi::Thermostat
- Defined in:
- lib/angie-core-api/thermostat.rb
Instance Method Summary collapse
- #command(command) ⇒ Object
-
#initialize(provider) ⇒ Thermostat
constructor
A new instance of Thermostat.
Constructor Details
#initialize(provider) ⇒ Thermostat
Returns a new instance of Thermostat.
5 6 7 |
# File 'lib/angie-core-api/thermostat.rb', line 5 def initialize(provider) @provider = provider end |