4c9f26a638
- 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>
22 lines
649 B
JSON
22 lines
649 B
JSON
{
|
|
"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"
|
|
}
|
|
} |