diff --git a/tapo-py/pyproject.toml b/tapo-py/pyproject.toml index 49f4f15..6ce1fac 100644 --- a/tapo-py/pyproject.toml +++ b/tapo-py/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "tapo" -version = "0.2.0" -description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)." +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)." authors = ["Mihai Dinculescu "] [project] name = "tapo" -version = "0.2.0" -description = "Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115)." +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)." 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 cc60692..787fad0 100644 --- a/tapo-py/tapo-py/tapo/api_client.pyi +++ b/tapo-py/tapo-py/tapo/api_client.pyi @@ -1,6 +1,6 @@ """Tapo API Client. -Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115). +Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115). Example: ```python @@ -31,7 +31,7 @@ from .plug_handler import PlugHandler class ApiClient: """Tapo API Client. - Tested with light bulbs (L510, L520, L610) and plugs (P100, P105, P110, P115). + Tested with light bulbs (L510, L520, L530, L610, L630) and plugs (P100, P105, P110, P115). Example: ```python