Skip to content

Commit 5279609

Browse files
committed
[things] Remove empty addThing
Signed-off-by: Florian Hotze <dev@florianhotze.com>
1 parent 1cf3f44 commit 5279609

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/things.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,6 @@ class Thing {
145145
}
146146
}
147147

148-
function addThing () {
149-
150-
}
151-
152148
/**
153149
* Gets an openHAB Thing.
154150
* Returns `null` if no Thing with the given UID exists.
@@ -175,7 +171,6 @@ function getThings () {
175171

176172
module.exports = {
177173
Thing,
178-
addThing,
179174
getThing,
180175
getThings
181176
};

0 commit comments

Comments
 (0)