Device¶
-
class
aaa_modules.layout_model.device.
Device
(openhabItem)[source]¶ The base class that all other sensors and switches derive from.
-
__init__
(openhabItem)[source]¶ Ctor
Parameters: openhabItem (org.eclipse.smarthome.core.items.Item) – Raises: ValueError – if any parameter is invalid
-
getChannel
()[source]¶ Returns the OpenHab channel string linked with the item.
Return type: str the channel string or None if the item is not linked to a channel
-