Skip to content

Commit

Permalink
Add get_temperature_humidity_records to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed May 30, 2023
1 parent d3b87d5 commit 8ff579d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let device = ApiClient::new(tapo_username, tapo_password)?

### Removed

- The `L510` and `L610` devices no longer expose the `set()` API because changing more than one property at a time does not make sense for these devices.
- The `L510` and `L610` devices no longer expose the `set()` API because changing multiple properties simultaneously does not make sense for these devices.

## [v0.7.0] - 2023-05-26

Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with l

## Hub (H100) Support

| Feature | S200B | T100 | T110 | T310, T315 |
| ------------------ | ------: | ------: | ------: | ---------: |
| get_device_info \* | ✓ | ✓ | ✓ | ✓ |
| get_trigger_logs | ✓ | ✓ | ✓ | |
| Feature | S200B | T100 | T110 | T310, T315 |
| -------------------------------- | ------: | ------: | ------: | ---------: |
| get_device_info \* | ✓ | ✓ | ✓ | ✓ |
| get_temperature_humidity_records | | | | ✓ |
| get_trigger_logs | ✓ | ✓ | ✓ | |

\* Obtained by calling `get_child_device_list` on the hub device or `get_device_info` on the results of `get_child_device_list`.
\* Obtained by calling `get_child_device_list` on the hub device or `get_device_info` on a child handler.

## Examples

Expand Down

0 comments on commit 8ff579d

Please sign in to comment.