# LJQuick > Symcon documentation · English · generated on 2026-09-26 > Index: https://www.symcon.de/en/llms.txt Source: https://www.symcon.de/en/service/documentation/module-reference/devices/ljquick/ _Requires Symcon >= 7.2_ The KNX quick (Lingg&Janke) module helps to add KNX quick instances quickly and easily. By selecting a group, channel and clicking on the 'Create' button, the instances are created with the correct addresses. Date and time are sent to KNX address 30/3/254 every 10 minutes. ### functional scope - Creation of instances based on group settings ### Software installation - Install the 'KNX quick (Lingg&Janke)' module via the [Module Store](https://www.symcon.de/en/service/documentation/components/management-console/module-store/). ### Setting up the instances in IP-Symcon - Under 'Add instance' the 'KNX quick (Lingg&Janke)' module can be found using the quick filter. - More information about adding instances in the [Instances documentation](https://www.symcon.de/en/service/documentation/basics/instances/) #### Configuration page: The configurator is structured as a tree. First the device type, then the various groups under which the various channels are located. If one or more channels are selected, the corresponding KNX device instances with the corresponding group addresses can be created by clicking on the 'Create' button. Available devices: - Switches - Dimming - Shading - Energy - Water, Gas, Oil - Heat Quantity - Temperature - Temperature/ Humidity Each device contains group 1-F. Each group contains channels 1-9. The device groups switch, dimming, shading, temperature and temperature/humidity also contain channel 0. ## LJ_SendDateTime Source: https://www.symcon.de/en/service/documentation/module-reference/devices/ljquick/lj-senddatetime/ `bool LJ_SendDateTime(int $InstanceID)` _Requires Symcon >= 7.2_ **Parameters** - `$InstanceID` (int): ID of the Instance **Returns** (bool): If the command could be executed successfully, it returns __TRUE__ as result, otherwise __FALSE__. ID of the Instance **Example** ```text LJ_SendDateTime(12345); ```