iobroker.zeptrion 0.8.2

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/package.json ADDED
@@ -0,0 +1,61 @@
1
+ {
2
+ "name": "iobroker.zeptrion",
3
+ "version": "0.8.2",
4
+ "description": "ioBroker Adapter für Feller zeptrion / zApp WLAN-Aktoren (WLAN-Nebenstelle 4K, WLAN-Zwischenmodul 2K) über die zrap Webservice API - inkl. Sammelbefehlen für Hagelalarm und mDNS-Discovery",
5
+ "author": {
6
+ "name": "Stefan",
7
+ "email": "stefan.buehler46@gmail.com"
8
+ },
9
+ "license": "MIT",
10
+ "homepage": "https://github.com/bueste/ioBroker.zeptrion",
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/bueste/ioBroker.zeptrion.git"
14
+ },
15
+ "bugs": {
16
+ "url": "https://github.com/bueste/ioBroker.zeptrion/issues"
17
+ },
18
+ "keywords": [
19
+ "ioBroker",
20
+ "feller",
21
+ "zeptrion",
22
+ "zapp",
23
+ "storen",
24
+ "rolladen",
25
+ "shutter",
26
+ "wlan",
27
+ "smart home",
28
+ "hagel"
29
+ ],
30
+ "main": "main.js",
31
+ "files": [
32
+ "admin/",
33
+ "main.js",
34
+ "io-package.json",
35
+ "LICENSE",
36
+ "zeptrion.png"
37
+ ],
38
+ "engines": {
39
+ "node": ">=18"
40
+ },
41
+ "dependencies": {
42
+ "@iobroker/adapter-core": "^3.2.2",
43
+ "axios": "^1.7.2",
44
+ "fast-xml-parser": "^4.4.0",
45
+ "bonjour-service": "^1.2.1"
46
+ },
47
+ "devDependencies": {
48
+ "@iobroker/testing": "^4.1.3",
49
+ "chai": "^4.3.7",
50
+ "mocha": "^10.2.0",
51
+ "eslint": "^9.0.0"
52
+ },
53
+ "scripts": {
54
+ "start": "node main.js",
55
+ "lint": "eslint . --ext .js",
56
+ "test:package": "mocha test/package.js --exit",
57
+ "test:unit": "mocha test/unit.js --exit",
58
+ "test:integration": "mocha test/integration.js --exit --timeout 60000",
59
+ "test": "npm run test:package && npm run test:unit"
60
+ }
61
+ }
package/zeptrion.png ADDED
Binary file