diff --git a/README.md b/README.md index 2408504..072fee0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Tedee Documentation is the primary resource for exploring the platform's feature Whether you're setting up a new device, troubleshooting, or diving into advanced functionalities, this documentation serves as your go-to reference. +### Legal Notice +By using this API, you agree to our [Terms of Use](https://tedee.com/terms-of-use-tedee-apis-and-sdks/). + ## Contribution If you think that there are some areas that should be improved or extended please let us know by creating an [issue](https://github.com/tedee-com/tedee-bridge-api/issues) with changes to specific documentation in subdirectories. However, we also highly encourage you to contribute to this repo, wheather you want to add some description, guide or provide a sample code. diff --git a/bridge-api/README.md b/bridge-api/README.md index b4c797c..1744a3c 100644 --- a/bridge-api/README.md +++ b/bridge-api/README.md @@ -4,6 +4,9 @@ The Tedee Bridge API provides a robust interface for controlling paired devices in your local network. This API, exposed over HTTP, offers comprehensive features to interact with Tedee Locks and Bridges, ensuring easy integration and efficient control. +### Legal Notice +By using this API, you agree to our [Terms of Use](https://tedee.com/terms-of-use-tedee-apis-and-sdks/). + ## Contibution If you think that there are some areas that should be improved or extended please let us know by creating an [issue](https://github.com/tedee-com/tedee-bridge-api/issues). However, we also highly encourage you to contribute to this repo, wheather you want to add some description, guide or provide a sample code. diff --git a/bridge-api/overview/getting_started.md b/bridge-api/overview/getting_started.md index b93bdb8..91e4542 100644 --- a/bridge-api/overview/getting_started.md +++ b/bridge-api/overview/getting_started.md @@ -12,6 +12,9 @@ Welcome to the Tedee Bridge API, specifically designed to operate within your lo - **Rate Limiting:** Be mindful of the rate at which you send requests; sending them too quickly can adversely affect performance. 1 request per second should be the max. +## Legal Notice +By using this API, you agree to our [Terms of Use](https://tedee.com/terms-of-use-tedee-apis-and-sdks/). + ## Enabling Bridge API Before you can use the API you must enable it on the Bridge using Tedee mobile application. Open Tedee app and go to selected Bridge -> Settings -> API -> then toggle the switch button. diff --git a/dry-contact/README.md b/dry-contact/README.md index a30fb9b..6558822 100644 --- a/dry-contact/README.md +++ b/dry-contact/README.md @@ -2,6 +2,10 @@ ## Overview +This documentation provides instructions for custom configuring the Tedee dry contact by creating your own configuration file. The Tedee dry contact connects to an existing wired system, enabling wireless control of the Tedee lock using wired signals. + +### Legal Notice +By using this API, you agree to our [Terms of Use](https://tedee.com/terms-of-use-tedee-apis-and-sdks/). ## Contibution If you think that there are some areas that should be improved or extended please let us know by creating an [issue](https://github.com/tedee-com/tedee-bridge-api/issues). diff --git a/dry-contact/overview/getting_started.md b/dry-contact/overview/getting_started.md index 8dd53d3..b81e1a4 100644 --- a/dry-contact/overview/getting_started.md +++ b/dry-contact/overview/getting_started.md @@ -1,3 +1,4 @@ + Dry Contact script language structure, derived from JSON, allows configuration of inputs and outputs in the following format: ```json @@ -13,7 +14,8 @@ Dry Contact script language structure, derived from JSON, allows configuration o - **CONDITIONS:** Conditions to be met to call the actions. - **ACTIONS:** Actions to perform. - +## Legal Notice +By using this API, you agree to our [Terms of Use](https://tedee.com/terms-of-use-tedee-apis-and-sdks/). ## TRIGGERS