-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Klaus Weber
committed
Nov 17, 2024
1 parent
c43ead2
commit 97dd56d
Showing
4 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters