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, #value_colors, #visibilities
Method Summary
Methods inherited from WidgetBuilder
#icon_color, #label_color, #value_color, #visibility
Instance Attribute Details
#range ⇒ Range?
Allowed range of the value
      272 273 274  | 
    
      # File 'lib/openhab/dsl/sitemaps/builder.rb', line 272 def range @range end  | 
  
#step ⇒ Numeric?
How far the value will change with each button press
      275 276 277  | 
    
      # File 'lib/openhab/dsl/sitemaps/builder.rb', line 275 def step @step end  |