Class: OpenHAB::Core::Events::ItemUpdatedEvent

Inherits:
AbstractItemRegistryEvent show all
Defined in:
lib/openhab/core/events/abstract_item_registry_event.rb

Overview

The AbstractEvent sent with an item_updated trigger.

Instance Attribute Summary collapse

Attributes inherited from AbstractItemRegistryEvent

#item

Attributes inherited from AbstractEvent

#attachment, #inputs

Method Summary

Methods inherited from AbstractEvent

#inspect, #payload

Instance Attribute Details

#old_itemDTO::ItemDTO (readonly)

Returns the old item before the update.

Returns:

  • (DTO::ItemDTO)

    the old item before the update.



31
# File 'lib/openhab/core/events/abstract_item_registry_event.rb', line 31

class ItemUpdatedEvent < AbstractItemRegistryEvent; end