Class: OpenHAB::Core::Things::Provider

Inherits:
Core::Provider
  • Object
show all
Defined in:
lib/openhab/core/things/provider.rb

Overview

Provides Things created in Ruby to openHAB

Class Method Summary collapse

Class Method Details

.registryorg.openhab.core.thing.ThingRegistry

The Thing registry

Returns:

  • (org.openhab.core.thing.ThingRegistry)


18
19
20
# File 'lib/openhab/core/things/provider.rb', line 18

def registry
  $things
end