Skip to content

Commit 681d5ea

Browse files
committed
add figma path
1 parent 258b21a commit 681d5ea

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
}
3939
```
4040
### 配置文件
41-
41+
参考 [config.yml](./agent/config.yml)
4242

4343
### 开发
4444
Install [Rust 1.70+](https://www.rust-lang.org/),
@@ -52,7 +52,7 @@ mprocs
5252
# this is check MQTT agent if is OK
5353
cd agent && cargo run --example publish_command.rs
5454
```
55-
55+
Web [Figma UI](https://www.figma.com/design/iyL4dms3B8AWGZS14FCRuf/RMQTT-EXEC?m=dev&node-id=0%3A1&t=aXOx1pkofASiwbPa-1)
5656
## 限制
5757
目前只支持普通的命令, 不支持 `sudo xxx` 之类命令。
5858

agent/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
server: 'mqtt://127.0.0.1:1883'
2-
client_id: test_client
1+
server: 'mqtt://127.0.0.1:1883' # MQTT Server
2+
client_id: test_client #MQTT Client ID
3+
#username: test #MQTT Username
4+
#password: password #MQTT Password

0 commit comments

Comments
 (0)