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

getItem()[source]

Returns the backed OpenHab item.

Return type:org.eclipse.smarthome.core.items.Item
getItemName()[source]

Returns the backed OpenHab item name.

Return type:str