Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions bridge-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions bridge-api/overview/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions dry-contact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 3 additions & 1 deletion dry-contact/overview/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Dry Contact script language structure, derived from JSON, allows configuration of inputs and outputs in the following format:

```json
Expand All @@ -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

Expand Down