...
Info |
---|
! The system parameter "SYS.EnableDeviceManager" has to be set to "ON". |
Info |
---|
! This definition file can also be generated using the ETS app import wizard (Studio → KNX → Inport NETx ETS App file ...) which generates the KNX device definitions from an exported ETS project. |
The device definition file specifies all the devices that shall be checked. The structure of this file is as follows:
...
Each line – except comment lines that start with ' – defines a single KNX device.
1 | Physical KNX Address | This attribute specifies the physical KNX Address of the device which shall be monitored. | ||
2 | Name of Gateway | This attribute defines the name of the gateway via the device is reachable. "BROADCAST" is not supported in this case. | ||
3 | Polling interval | This attribute defines the polling interval in seconds. | ||
4 | Description | This attribute can be used to specify a human-readable text that further describes the device (can be any user-defined string). |
...