From 75064edf367797f415cf2d17f6ddebf46885e852 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sun, 28 Nov 2021 20:58:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9EDocuments=20Bridge=20API=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md => Documents-Bridge-API.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename Home.md => Documents-Bridge-API.md (63%) 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/ +