Add InfoLed configuration XML for KNX application
- Introduced a new XML file `InfoLed.part.xml` to define the Info LED configuration for the KNX application. - The file includes manufacturer data, application programs, and dynamic parameter blocks for configuring Info LEDs. - Logic for showing/hiding default checkboxes and function tables based on user selections is implemented. - Parameter blocks are structured to allow customization of Info LEDs with appropriate UI hints and layout. Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "OGM-Common",
|
||||
"version": "1.7.2",
|
||||
"dependencies": {
|
||||
"khoih-prog/TimerInterrupt_Generic": "^1.13.0",
|
||||
"nickgammon/Regexp": "^0.1.0",
|
||||
"robtillaart/ANSI": "^0.2.0",
|
||||
"RTTStream": "https://github.com/koendv/RTTStream#1.4.0"
|
||||
},
|
||||
"description": "Common routines and helpers, used in OpenKNX projects",
|
||||
"homepage": "https://openknx.de",
|
||||
"authors": {
|
||||
"name": "OpenKNX",
|
||||
"email": "info@openknx.de",
|
||||
"url": "https://openknx.de",
|
||||
"maintainer": true
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/OpenKNX/OGM-Common"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user