Class: OpenHAB::Core::Events::ThingUpdatedEvent

Inherits:
AbstractThingRegistryEvent show all
Defined in:
lib/openhab/core/events/abstract_thing_registry_event.rb

Overview

Instance Attribute Summary collapse

Attributes inherited from AbstractThingRegistryEvent

#thing

Attributes inherited from AbstractEvent

#attachment, #inputs

Method Summary

Methods inherited from AbstractEvent

#inspect, #payload

Instance Attribute Details

#old_thingDTO::AbstractThingDTO (readonly)

Returns the old thing before the update.

Returns:



34
# File 'lib/openhab/core/events/abstract_thing_registry_event.rb', line 34

class ThingUpdatedEvent < AbstractThingRegistryEvent; end