40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"author": "C3C",
|
|
"control4": {
|
|
"capabilities": {},
|
|
"control": "lua_gen",
|
|
"controlmethod": "KNX",
|
|
"created": "5/14/2023, 10:16:49 PM",
|
|
"icon": {
|
|
"image_source": "c4z",
|
|
"large": "icons/logo_32.png",
|
|
"small": "icons/logo_16.png"
|
|
},
|
|
"manufacturer": "C3C",
|
|
"model": "Presence",
|
|
"name": "KNX Presence"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@c3c/control4-utils": "^0.5.2",
|
|
"@prettier/plugin-lua": "0.0.2",
|
|
"prettier": "^3"
|
|
},
|
|
"homepage": "https://git.c3c.cz/C3C/control4-knx-presence",
|
|
"keywords": [],
|
|
"license": "GPL-3.0-only",
|
|
"main": "src/driver.lua",
|
|
"name": "c3c-knx-presence",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.c3c.cz/C3C/control4-knx-presence.git"
|
|
},
|
|
"scripts": {
|
|
"driver-manager": "node_modules/@c3c/control4-utils/bin/driver-manager ./package.json",
|
|
"install-control4-utils": "rm -rf ./src/control4-utils && cp -rp node_modules/@c3c/control4-utils/src ./src/control4-utils",
|
|
"postinstall": "npm run install-control4-utils && npm run driver-manager",
|
|
"test": "busted tests/test.lua"
|
|
},
|
|
"version": "0.0.228"
|
|
}
|