Skip to content

Commit

Permalink
Moved video to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
iursevla committed Jul 25, 2024
1 parent 0214872 commit 7dca4e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions demos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<video src="./demos/simple_usage.mp4" width="800" height="600" controls ></video>

File renamed without changes.
8 changes: 1 addition & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<video src="converted_file.mp4" width="800" height="600" controls ></video>

---
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.

0 comments on commit 7dca4e1

Please sign in to comment.