Skip to content

Commit

Permalink
Updated github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
iursevla committed Jul 25, 2024
1 parent de20ad8 commit 15ffb4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@ 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](https://shelly-api-docs.shelly.cloud/gen2/) devices are present in the current client implementation.
# Demos

There's a [branch with demos](https://github.com/intruder-detection/shelly-api-typescript/tree/demos) for the API client.

0 comments on commit 15ffb4e

Please sign in to comment.