From 20f6b52e71c4cd419c1029dc12a7086e9823c8f2 Mon Sep 17 00:00:00 2001 From: glassl Date: Mon, 7 Mar 2022 17:52:56 -0500 Subject: [PATCH] Fix links to SmartThings capabilities reference doc (#12439) Signed-off-by: Lenny Glassmann --- bundles/org.openhab.binding.smartthings/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundles/org.openhab.binding.smartthings/README.md b/bundles/org.openhab.binding.smartthings/README.md index 7fb816aac..bc9247c91 100644 --- a/bundles/org.openhab.binding.smartthings/README.md +++ b/bundles/org.openhab.binding.smartthings/README.md @@ -4,7 +4,7 @@ This binding integrates the Samsung Smartthings Hub into openHAB. ## Supported things -This binding supports most of the Smartthings devices that are defined in the [Smartthings Capabilities list](https://docs.smartthings.com/en/latest/capabilities-reference.html). If you find a device that doesn't work [follow these instructions](doc/Troubleshooting.md) to collect the required data so it can be added in a future release. +This binding supports most of the Smartthings devices that are defined in the [Smartthings Capabilities list](https://developer-preview.smartthings.com/docs/devices/capabilities/capabilities-reference/). If you find a device that doesn't work [follow these instructions](doc/Troubleshooting.md) to collect the required data so it can be added in a future release. ## Discovery @@ -43,7 +43,7 @@ Each attached thing must specify the type of device and it's Smartthings device where: -* **[thingTypeId](https://docs.smartthings.com/en/latest/capabilities-reference.html)** corresponds to the "Preferences Reference" in the Smartthings Capabilities document but without the capability. prefix. i.e. A dimmer switch in the Capabilities document has a Preferences reference of capability.switchLevel, therefore the <thingTypeId> is switchLevel. +* **[thingTypeId](https://developer-preview.smartthings.com/docs/devices/capabilities/capabilities-reference/)** corresponds to the "Preferences Reference" in the Smartthings Capabilities document but without the capability. prefix. i.e. A dimmer switch in the Capabilities document has a Preferences reference of capability.switchLevel, therefore the <thingTypeId> is switchLevel. * **name** is what you want to call this thing and is used in defining the items that use this thing. * **deviceName** is the name you assigned to the device when you discovered and connected to it in the Smartthings App * Optional: **timeout** is how long openHAB will wait for a response to the request before throwing a timeout exception. The default is 3 seconds.