device/AstroSensor

class aaa_modules.layout_model.astro_sensor.AstroSensor(stringItem)[source]

A virtual sensor to determine the light on time; backed by a StringItem.

__init__(stringItem)[source]

Ctor

Parameters:stringItem (org.eclipse.smarthome.core.library.items.StringItem) –
Raises:ValueError – if any parameter is invalid
isLightOnTime()[source]

Returns True if it is evening time; returns False otherwise.

Return type:bool