升级部分版本

This commit is contained in:
waxgourd
2024-02-23 23:00:50 +08:00
committed by david
parent 793ccca24e
commit bf3a1ce0fa
7 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
## 1.35.3-1
- Updated Zigbee2MQTT to version [`1.35.3`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.3)
## 1.35.2-12024-02-02
- 升级Zigbee2MQTT最新版本 [`1.35.2`](https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.35.2)

View File

@@ -1,6 +1,6 @@
{
"name": "Zigbee2MQTT",
"version": "1.35.2-1",
"version": "1.35.3-1",
"slug": "zigbee2mqtt",
"description": "可以自定义ZigBee的接收连接器",
"uart": true,
@@ -65,7 +65,7 @@
},
"serial": {
"port": "str?",
"adapter": "match(zstack|deconz|zigate|ezsp)?",
"adapter": "match(zstack|deconz|zigate|ezsp|ember)?",
"baudrate": "int?",
"rtscts": "bool?"
}