From a1864a0413688e07bfc1e7af5d2f093be69ad9eb Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Fri, 13 Oct 2023 09:00:16 +0100 Subject: [PATCH] Add get_device_info_json to the feature set table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7c9928..b75e35d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with l | on | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ | | off | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ | | get_device_info | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ | +| get_device_info_json | ✅ | ✓ | ✓ | ✓ | ✅ | ✅ | | get_device_usage | | ✓ | ✓ | ✓ | ✅ | ✅ | | get_energy_usage | | | | | | ✅ | | get_energy_data | | | | | | ✅ |