ST_BA_LightActuatorFeedback
This structure contains feedback information from a light actuator for a room (zone) user function.
Syntax
TYPE ST_BA_LightActuatorFeedback:
STRUCT
bInitializing : BOOL;
bErr : BOOL;
ePrio : BYTE;
fLightValue : REAL;
fLightTemperature : REAL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
bInitializing | BOOL | The light function or the controlled actuator is being initialized. |
bErr | BOOL | The light function or the controlled actuator is in an error state. |
ePrio | BYTE | Current priority of the telegram that controls the light actuator. |
fLightValue | REAL | Current light value of the actuator. |
fLightTemperature | REAL | Current color temperature of the actuator. |