things
Classes
Methods
(static) getThing(uid) → {Thing|null}
- Description:
Gets an openHAB Thing. Returns
nullif no Thing with the given UID exists.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
uid |
string | UID of the thing |
Returns:
- Type
- Thing | null
(static) getThings() → {Array:.<Thing:>}
Returns:
things.Thing[]: all Things