diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 4eca2bd..25a0df6 100644 --- a/packages.json +++ b/packages.json @@ -10176,5 +10176,17 @@ "description": "Generic Configurable Telegram Bot for Nim, with builtin basic functionality and Plugins", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-telegram-bot" + }, + { + "name": "xiaomi", + "url": "https://github.com/ThomasTJdev/nim_xiaomi.git", + "method": "git", + "tags": [ + "xiaomi", + "iot" + ], + "description": "Read and write to Xiaomi IOT devices.", + "license": "MIT", + "web": "https://github.com/ThomasTJdev/nim_xiaomi" } ] |
