diff --git a/Home.md b/Documents-Bridge-API.md similarity index 63% rename from Home.md rename to Documents-Bridge-API.md index ba4da14..191fc02 100644 --- a/Home.md +++ b/Documents-Bridge-API.md @@ -11,4 +11,15 @@ The REST API on the Nuki Bridge offers simple endpoints to list all available Nu | lng | Lock 'n' Go | Unlock and lock again automatically | | rto | Ring to Open | Nuki Opener State in which ringing the bell activates the electric strike actuation | -## 2. Calling URL \ No newline at end of file +## 2. Calling URL +This is the address used to call the available services of the internal webserver. + +The IP address is shown in the bridge settings within the Nuki App or can be retrieved from the bridge discovery URL. + +The server is listening for incoming requests either on default port 8080 or the configured one if it has been modified within the Nuki App. + +### 2.1 Example +The following base url will be used in upcoming examples: + +http://192.168.1.50:8080/ +