Skip to content

Commit

Permalink
tapo-py: Update README.md to include the light bulb support
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Nov 4, 2023
1 parent 3b378b2 commit 31bf481
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with l

| Feature | GenericDevice | L510, L520, L610 | L530, L630, L900 | L920, L930 | P100, P105 | P110, P115 |
| --------------------- | ------------: | ---------------: | ---------------: | ---------: | ---------: | ---------: |
| on | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ |
| off | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ |
| get_device_info | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ |
| get_device_info_json | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ |
| get_device_usage | | ✓ | ✓ | ✓ | ✅ | ✅ |
| on | ✅ | ✅ | ✓ | ✓ | ✅ | ✅ |
| off | ✅ | ✅ | ✓ | ✓ | ✅ | ✅ |
| get_device_info | ✅ | ✅ | ✓ | ✓ | ✅ | ✅ |
| get_device_info_json | ✅ | ✅ | ✓ | ✓ | ✅ | ✅ |
| get_device_usage | | ✅ | ✓ | ✓ | ✅ | ✅ |
| get_energy_usage | | | | | | ✅ |
| get_energy_data | | | | | | ✅ |
| get_current_power | | | | | | ✅ |
| set_brightness | | ✓ | ✓ | ✓ | | |
| set_brightness | | ✅ | ✓ | ✓ | | |
| set_color | | | ✓ | ✓ | | |
| set_hue_saturation | | | ✓ | ✓ | | |
| set_color_temperature | | | ✓ | ✓ | | |
Expand Down

0 comments on commit 31bf481

Please sign in to comment.