Class: OpenHAB::Core::Events::AbstractThingRegistryEvent

Inherits:
AbstractEvent
  • Object
show all
Defined in:
lib/openhab/core/events/abstract_thing_registry_event.rb

Overview

The AbstractEvent sent when a Thing is added, updated, or removed from its registry.

Instance Attribute Summary collapse

Attributes inherited from AbstractEvent

#attachment, #inputs

Method Summary

Methods inherited from AbstractEvent

#payload

Instance Attribute Details

#thingDTO::AbstractThingDTO (readonly)

Returns The thing that triggered this event.

Returns:



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

class AbstractThingRegistryEvent < AbstractEvent; end