iobroker.tint 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +201 -0
- package/admin/build/assets/__virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js_commonjs-proxy-Cl6Kn7gP.js +9 -0
- package/admin/build/assets/_virtual_mf-localSharedImportMap___mfe_internal__tintComponents-B1A16Tgp.js +1 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_react__loadShare__.js-C8Vyx7Bj.js +8 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_emotion_mf_1_styled__loadShare__.js-ByxO1Xun.js +1 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare___mf_0_mui_mf_1_material__loadShare__.js-Dg1UrPxy.js +248 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react__loadShare__.js-CAwea2Mm.js +1 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-B7t36uFG.js +9 -0
- package/admin/build/assets/_virtual_mf___mfe_internal__tintComponents__loadShare__react_mf_2_dom__loadShare__.js-rV2HHyiS.js +24 -0
- package/admin/build/assets/bootstrap-DdKMNh18.js +1 -0
- package/admin/build/assets/hostInit-C5jswnkw.js +1 -0
- package/admin/build/assets/index-C-tjmgJM.js +1 -0
- package/admin/build/assets/preload-helper-BlTxHScW.js +1 -0
- package/admin/build/assets/virtualExposes-Bu4cv-kd.js +1 -0
- package/admin/build/customComponents.js +7 -0
- package/admin/build/customComponents.ssr.js +48 -0
- package/admin/i18n/de.json +35 -0
- package/admin/i18n/en.json +35 -0
- package/admin/i18n/es.json +35 -0
- package/admin/i18n/fr.json +35 -0
- package/admin/i18n/it.json +35 -0
- package/admin/i18n/nl.json +35 -0
- package/admin/i18n/pl.json +35 -0
- package/admin/i18n/pt.json +35 -0
- package/admin/i18n/ru.json +35 -0
- package/admin/i18n/uk.json +35 -0
- package/admin/i18n/zh-cn.json +35 -0
- package/admin/jsonConfig.json +329 -0
- package/admin/tint.png +0 -0
- package/io-package.json +227 -0
- package/lib/adapter-config.d.ts +20 -0
- package/lib/admin-projections.js +61 -0
- package/lib/color-utils.js +230 -0
- package/lib/deconz-api.js +379 -0
- package/lib/deconz-ws.js +151 -0
- package/lib/device-category.js +42 -0
- package/lib/objects.js +1002 -0
- package/lib/remote-handler.js +218 -0
- package/main.js +1924 -0
- package/package.json +84 -0
package/package.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "iobroker.tint",
|
|
3
|
+
"version": "0.3.0",
|
|
4
|
+
"description": "Müller Licht Tint Steuerung via deCONZ/ConBee",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "ssbingo",
|
|
7
|
+
"email": "s.sternitzke@online.de"
|
|
8
|
+
},
|
|
9
|
+
"contributors": [],
|
|
10
|
+
"homepage": "https://github.com/ssbingo/ioBroker.tint",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"MüllerLicht",
|
|
14
|
+
"Tint",
|
|
15
|
+
"Zigbee",
|
|
16
|
+
"deCONZ",
|
|
17
|
+
"ConBee",
|
|
18
|
+
"RGBW"
|
|
19
|
+
],
|
|
20
|
+
"repository": {
|
|
21
|
+
"type": "git",
|
|
22
|
+
"url": "git@github.com:ssbingo/ioBroker.tint.git"
|
|
23
|
+
},
|
|
24
|
+
"engines": {
|
|
25
|
+
"node": ">= 22"
|
|
26
|
+
},
|
|
27
|
+
"dependencies": {
|
|
28
|
+
"@iobroker/adapter-core": "^3.4.1",
|
|
29
|
+
"axios": "^1.7.7",
|
|
30
|
+
"ws": "^8.18.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@alcalzone/release-script": "^5.2.1",
|
|
34
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
35
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
36
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
37
|
+
"@emotion/react": "^11.14.0",
|
|
38
|
+
"@emotion/styled": "^11.14.1",
|
|
39
|
+
"@iobroker/adapter-dev": "^1.5.0",
|
|
40
|
+
"@iobroker/eslint-config": "^2.3.4",
|
|
41
|
+
"@iobroker/testing": "^5.2.2",
|
|
42
|
+
"@module-federation/vite": "^1.16.8",
|
|
43
|
+
"@mui/material": "^6.5.0",
|
|
44
|
+
"@tsconfig/node20": "^20.1.9",
|
|
45
|
+
"@types/iobroker": "npm:@iobroker/types@^7.2.1",
|
|
46
|
+
"@types/node": "^20.19.43",
|
|
47
|
+
"@types/react": "^18.3.31",
|
|
48
|
+
"@types/react-dom": "^18.3.7",
|
|
49
|
+
"@vitejs/plugin-react": "^4.7.0",
|
|
50
|
+
"react": "^18.3.1",
|
|
51
|
+
"react-dom": "^18.3.1",
|
|
52
|
+
"typescript": "~5.9.3",
|
|
53
|
+
"vite": "^6.4.3"
|
|
54
|
+
},
|
|
55
|
+
"main": "main.js",
|
|
56
|
+
"files": [
|
|
57
|
+
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
|
|
58
|
+
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
|
|
59
|
+
"admin/build/",
|
|
60
|
+
"lib/",
|
|
61
|
+
"www/",
|
|
62
|
+
"io-package.json",
|
|
63
|
+
"LICENSE",
|
|
64
|
+
"main.js"
|
|
65
|
+
],
|
|
66
|
+
"scripts": {
|
|
67
|
+
"prebuild": "rimraf admin/build",
|
|
68
|
+
"build": "npm run build:panels",
|
|
69
|
+
"watch": "vite build --config admin/vite.config.mjs --watch",
|
|
70
|
+
"build:panels": "vite build --config admin/vite.config.mjs",
|
|
71
|
+
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
|
|
72
|
+
"test:package": "mocha test/package --exit",
|
|
73
|
+
"test:integration": "mocha test/integration --exit",
|
|
74
|
+
"test": "npm run test:js && npm run test:package",
|
|
75
|
+
"check": "tsc --noEmit -p tsconfig.check.json",
|
|
76
|
+
"lint": "eslint -c eslint.config.mjs .",
|
|
77
|
+
"translate": "translate-adapter",
|
|
78
|
+
"release": "release-script"
|
|
79
|
+
},
|
|
80
|
+
"bugs": {
|
|
81
|
+
"url": "https://github.com/ssbingo/ioBroker.tint/issues"
|
|
82
|
+
},
|
|
83
|
+
"readmeFilename": "README.md"
|
|
84
|
+
}
|