mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
升级了knxd-wg、fireox.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 24.11.1 (2024-11-26)
|
||||||
|
|
||||||
|
- 版本升级
|
||||||
|
|
||||||
### 24.10.1 (2024-11-01)
|
### 24.10.1 (2024-11-01)
|
||||||
|
|
||||||
- 首次推出
|
- 首次推出
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: "Firefox"
|
name: "Firefox"
|
||||||
version: "24.10.1"
|
version: "24.11.1"
|
||||||
slug: "firefox"
|
slug: "firefox"
|
||||||
panel_icon: "mdi:firefox"
|
panel_icon: "mdi:firefox"
|
||||||
description: "火狐浏览器的Docker容器"
|
description: "火狐浏览器的Docker容器"
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
### 0.5.2-1 (2024-11-27)
|
||||||
|
|
||||||
## 0.5.2 (2024-11-22)
|
- 增加connect_device配置项,设置此项后device项失效,主要解决多个usb时device只能选择/dev/ttyUSB0的问题
|
||||||
|
|
||||||
|
### 0.5.2 (2024-11-22)
|
||||||
|
|
||||||
- 首次推出
|
- 首次推出
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
# KNXD daemon (波特率版)
|
# KNXD daemon (波特率版)
|
||||||
|
|
||||||
|
## 特别说明
|
||||||
|
|
||||||
|
1. 配置中设置connect_device后device项忽略,主要解决多个usb时device只能选择/dev/ttyUSB0的问题
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
按照以下步骤在您的系统上安装插件:
|
按照以下步骤在您的系统上安装插件:
|
||||||
@@ -20,6 +24,7 @@
|
|||||||
"usb_filters": "",
|
"usb_filters": "",
|
||||||
"custom_config": ""
|
"custom_config": ""
|
||||||
"baudrate": "19200"
|
"baudrate": "19200"
|
||||||
|
"connect_device": ""
|
||||||
```
|
```
|
||||||
|
|
||||||
### 选项:
|
### 选项:
|
||||||
@@ -68,6 +73,9 @@ nux中适配器的物理设备地址。例子::
|
|||||||
#### 选项: `baudrate` (optional)
|
#### 选项: `baudrate` (optional)
|
||||||
波特率(仅适用于tpuart、ft12、ft12cemi、ncn5120)
|
波特率(仅适用于tpuart、ft12、ft12cemi、ncn5120)
|
||||||
|
|
||||||
|
#### 选项: `connect_device` (optional)
|
||||||
|
|
||||||
|
设置此项后device项忽略,主要解决多个usb时device只能选择/dev/ttyUSB0的问题
|
||||||
|
|
||||||
## 支持
|
## 支持
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# https://gitcode.com/waxgourd/addons
|
# https://gitcode.com/waxgourd/addons
|
||||||
name: KNXD daemon (波特率版)
|
name: KNXD daemon (波特率版)
|
||||||
version: "0.5.2"
|
version: "0.5.2-1"
|
||||||
slug: knxd-wg
|
slug: knxd-wg
|
||||||
description: KNXD守护进程可用于通过TPUART或USB总线适配器创建KNX/IP网关
|
description: KNXD守护进程可用于通过TPUART或USB总线适配器创建KNX/IP网关
|
||||||
url: https://gitcode.com/waxgourd/addons
|
url: https://gitcode.com/waxgourd/addons
|
||||||
@@ -20,6 +20,7 @@ options:
|
|||||||
log_error_level: warning
|
log_error_level: warning
|
||||||
usb_filters: single
|
usb_filters: single
|
||||||
dest_port: "99"
|
dest_port: "99"
|
||||||
|
connect_device: ""
|
||||||
baudrate: "19200"
|
baudrate: "19200"
|
||||||
schema:
|
schema:
|
||||||
address: "match(^\\d+\\.\\d+.\\d+$)"
|
address: "match(^\\d+\\.\\d+.\\d+$)"
|
||||||
@@ -31,6 +32,7 @@ schema:
|
|||||||
ip_address: "str?"
|
ip_address: "str?"
|
||||||
dest_port: "port?"
|
dest_port: "port?"
|
||||||
baudrate: "str?"
|
baudrate: "str?"
|
||||||
|
connect_device: "str?"
|
||||||
custom_config: "str?"
|
custom_config: "str?"
|
||||||
watchdog: "tcp://[HOST]:[PORT:6720]"
|
watchdog: "tcp://[HOST]:[PORT:6720]"
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user