Class: OpenHAB::Core::Things::Provider
- Inherits:
-
Core::Provider
- Object
- Core::Provider
- OpenHAB::Core::Things::Provider
- Defined in:
- lib/openhab/core/things/provider.rb
Overview
Provides Things created in Ruby to openHAB
Class Method Summary collapse
-
.registry ⇒ org.openhab.core.thing.ThingRegistry
The Thing registry.
Class Method Details
.registry ⇒ org.openhab.core.thing.ThingRegistry
The Thing registry
18 19 20 |
# File 'lib/openhab/core/things/provider.rb', line 18 def registry $things end |