Class: OpenHAB::Core::Events::ThingUpdatedEvent
- Inherits:
 - 
      AbstractThingRegistryEvent
      
        
- Object
 - AbstractEvent
 - AbstractThingRegistryEvent
 - OpenHAB::Core::Events::ThingUpdatedEvent
 
 
- Defined in:
 - lib/openhab/core/events/abstract_thing_registry_event.rb
 
Overview
The AbstractEvent sent with a thing_updated trigger.
Instance Attribute Summary collapse
- 
  
    
      #old_thing  ⇒ DTO::AbstractThingDTO 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
The old thing before the update.
 
Attributes inherited from AbstractThingRegistryEvent
Attributes inherited from AbstractEvent
Method Summary
Methods inherited from AbstractEvent
Instance Attribute Details
#old_thing ⇒ DTO::AbstractThingDTO (readonly)
Returns the old thing before the update.
      34  | 
    
      # File 'lib/openhab/core/events/abstract_thing_registry_event.rb', line 34 class ThingUpdatedEvent < AbstractThingRegistryEvent; end  |