Skip to content

Commit

Permalink
fixed ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus Weber committed Nov 17, 2024
1 parent c43ead2 commit 97dd56d
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 3 deletions.
48 changes: 48 additions & 0 deletions admin/jsonConfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"i18n": true,
"type": "tabs",
"tabsStyle": {
"width": "calc(100% - 100px)"
},
"items": {
"_options": {
"type": "panel",
"label": "Adapter Settings",
"items": {
"ip_address": {
"type": "text",
"label": "IP Address",
"default": "192.168.2.177",
"tooltip": "Enter the IP address of the device",
"xs": 6,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
},
"port": {
"type": "number",
"label": "Port",
"default": 65534,
"tooltip": "Enter the port number",
"xs": 6,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
},
"poll_interval": {
"type": "number",
"label": "Poll Interval (sec)",
"default": 30,
"tooltip": "Enter the polling interval in seconds",
"xs": 12,
"sm": 12,
"md": 6,
"lg": 6,
"xl": 6
}
}
}
}
}
1 change: 0 additions & 1 deletion admin/jsonCustom.json5

This file was deleted.

2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"zh-cn": "用于通过 BL-NET 读取 Technische Alternative 的 UVR16xx 控制器的输入和输出的 ioBroker 适配器。"
},
"authors": ["Klaus Weber <[email protected]>"],
"keywords": ["ioBroker", "BL-NET", "UVR1611", "UVR16x2", "solar", "BUSO", "Technische", "Alternative"],
"keywords": ["BL-NET", "UVR1611", "UVR16x2", "solar", "BUSO", "Technische", "Alternative"],
"licenseInformation": {
"type": "free",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"main": "main.js",
"files": [
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json}",
"admin{,/!(src)/**}/!(tsconfig|tsconfig.*|.eslintrc).{json,json5}",
"admin{,/!(src)/**}/*.{html,css,png,svg,jpg,js}",
"admin/build/",
"lib/",
Expand Down

0 comments on commit 97dd56d

Please sign in to comment.