E_BA_LightActivationMode
The activation and deactivation of the light control functions can be done in two different ways: fully automatic or semi-automatic.
TYPE E_BA_LightActivationMode :
(
eFullAutomatic,
eSemiAutomatic
) BYTE;
END_TYPE
Name | Description |
---|---|
eFullAutomatic | Fully automatic: The light control function is activated by detected presence and deactivated by absence of presence. Button presses can also activate the function. |
eSemiAutomatic | Semi-automatic: Activation of the light control function only by pressing a button; it is automatically deactivated when not occupied. |