Skip to content

Commit 929d604

Browse files
committed
update check list
1 parent d4458da commit 929d604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Marks:
5959
- [ ] [set.miner.service](https://apidoc.whatsminer.com/#api-Miner-btminer_service_set)
6060
- [ ] [set.miner.target_freq](https://apidoc.whatsminer.com/#api-Miner-btminer_set_targetfreq)
6161
- [ ] [set.miner.upfreq_speed](https://apidoc.whatsminer.com/#api-Miner-btminer_upfreq_speed)
62-
- [ ] [get.system.setting](https://apidoc.whatsminer.com/#api-System-btminer_get_systemsettings)
62+
- [x] [get.system.setting](https://apidoc.whatsminer.com/#api-System-btminer_get_systemsettings)
6363
- [ ] [set.system.factory_reset](https://apidoc.whatsminer.com/#api-System-system_factory_reset)
6464
- [ ] [set.system.hostname](https://apidoc.whatsminer.com/#api-System-system_set_hostname)
6565
- [ ] [set.system.led](https://apidoc.whatsminer.com/#api-System-system_set_led)

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
//! - [ ] [set.miner.service](https://apidoc.whatsminer.com/#api-Miner-btminer_service_set)
5555
//! - [ ] [set.miner.target_freq](https://apidoc.whatsminer.com/#api-Miner-btminer_set_targetfreq)
5656
//! - [ ] [set.miner.upfreq_speed](https://apidoc.whatsminer.com/#api-Miner-btminer_upfreq_speed)
57-
//! - [ ] [get.system.setting](https://apidoc.whatsminer.com/#api-System-btminer_get_systemsettings)
57+
//! - [x] ✅ [get.system.setting](https://apidoc.whatsminer.com/#api-System-btminer_get_systemsettings)
5858
//! - [ ] [set.system.factory_reset](https://apidoc.whatsminer.com/#api-System-system_factory_reset)
5959
//! - [ ] [set.system.hostname](https://apidoc.whatsminer.com/#api-System-system_set_hostname)
6060
//! - [ ] [set.system.led](https://apidoc.whatsminer.com/#api-System-system_set_led)

0 commit comments

Comments
 (0)