Class: OpenHAB::DSL::Sitemaps::SetpointBuilder
- Inherits:
- 
      WidgetBuilder
      
        - Object
- WidgetBuilder
- OpenHAB::DSL::Sitemaps::SetpointBuilder
 
- Defined in:
- lib/openhab/dsl/sitemaps/builder.rb
Overview
Builds a Setpoint element
Direct Known Subclasses
Instance Attribute Summary collapse
- 
  
    
      #range  ⇒ Range? 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Allowed range of the value. 
- 
  
    
      #step  ⇒ Numeric? 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    How far the value will change with each button press. 
Attributes inherited from WidgetBuilder
#icon, #icon_colors, #item, #label, #label_colors, #static_icon, #value_colors, #visibilities
Method Summary
Methods inherited from WidgetBuilder
#icon_color, #label_color, #value_color, #visibility
Methods included from Core::EntityLookup
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OpenHAB::Core::EntityLookup
Instance Attribute Details
#range ⇒ Range?
Allowed range of the value
| 368 369 370 | # File 'lib/openhab/dsl/sitemaps/builder.rb', line 368 def range @range end | 
#step ⇒ Numeric?
How far the value will change with each button press
| 371 372 373 | # File 'lib/openhab/dsl/sitemaps/builder.rb', line 371 def step @step end | 
 
          