aqhome-react: set module name and description for timeraction.
This commit is contained in:
@@ -104,6 +104,8 @@ AQHREACT_UNIT *AqHomeReact_UnitTimeProgram_new(AQHOME_REACT *aqh)
|
||||
AQHREACT_PARAM *param;
|
||||
|
||||
unit=AQHREACT_Unit_new(aqh);
|
||||
AQHREACT_Unit_SetTypeName(unit, "timeraction");
|
||||
AQHREACT_Unit_SetDescription(unit, "Programmable timer");
|
||||
GWEN_NEW_OBJECT(AQHREACT_UNIT_TIMEPROGRAM, xunit);
|
||||
GWEN_INHERIT_SETDATA(AQHREACT_UNIT, AQHREACT_UNIT_TIMEPROGRAM, unit, xunit, _freeData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user