From 7dca4e19a14912f4fccebb18c26f57d59b37ce02 Mon Sep 17 00:00:00 2001 From: Rui Alves Personal Date: Thu, 25 Jul 2024 13:35:02 +0100 Subject: [PATCH] Moved video to demos --- demos.md | 3 +++ converted_file.mp4 => demos/simple_usage.mp4 | Bin index.md | 8 +------- 3 files changed, 4 insertions(+), 7 deletions(-) rename converted_file.mp4 => demos/simple_usage.mp4 (100%) diff --git a/demos.md b/demos.md index b84acfd..67a0c5b 100644 --- a/demos.md +++ b/demos.md @@ -2,4 +2,7 @@ There's a [branch with demos](https://github.com/intruder-detection/shelly-api-typescript/tree/demos) for the API client. +In the following video, we see how easy it is to use the API client + + diff --git a/converted_file.mp4 b/demos/simple_usage.mp4 similarity index 100% rename from converted_file.mp4 rename to demos/simple_usage.mp4 diff --git a/index.md b/index.md index b3fc873..74ede68 100755 --- a/index.md +++ b/index.md @@ -22,11 +22,5 @@ const status = await gen2Device.post(ShellyMethods.GetStatus); console.log(status); ``` -Almost all methods of [Gen2+ devices](https://shelly-api-docs.shelly.cloud/gen2/) are present in the current client implementation. - -In the following video, we see how easy it is to use the API client - - - ---- +Almost all methods of [Gen2+ devices](https://shelly-api-docs.shelly.cloud/gen2/) are present in the current client implementation. Head over to the Demos page for more examples of the usage.