From a722d7c499246fcaf1e2c7aa464b81a453de06c7 Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Sun, 28 Apr 2024 22:01:03 +0100 Subject: [PATCH] tapo-py: Update the docs to include the H100 hub --- tapo-py/pyproject.toml | 4 ++-- tapo-py/tapo-py/tapo/api_client.pyi | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index 6ce1fac..53af5cd 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "tapo" version = "0.2.1" -description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115)." +description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)." authors = ["Mihai Dinculescu "] [project] name = "tapo" version = "0.2.1" -description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115)." +description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315)." readme = "README.md" license = { file = "LICENSE" } authors = [ diff --git a/tapo-py/tapo-py/tapo/api_client.pyi b/tapo-py/tapo-py/tapo/api_client.pyi index 07f9376..bbb1c72 100644 --- a/tapo-py/tapo-py/tapo/api_client.pyi +++ b/tapo-py/tapo-py/tapo/api_client.pyi @@ -1,6 +1,7 @@ """Tapo API Client. -Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115). +Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), +hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315). Example: ```python @@ -31,7 +32,8 @@ from .plug_handler import PlugHandler class ApiClient: """Tapo API Client. - Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115). + Tested with light bulbs (L510, L520, L530, L610, L630), plugs (P100, P105, P110, P115), + hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315). Example: ```python