From 7802a4a3ff9293fd650c4c30a84c9e0ece3d1ba6 Mon Sep 17 00:00:00 2001 From: uqs Date: Sat, 23 Sep 2023 18:13:41 +0200 Subject: [PATCH] Remove non-existing power channel (#15570) Migrating from OH 2.5 I tripped over this, as :power no longer exists and instead one has to send ON/OFF commands to the :color channel instead. Looks like documentation wasn't fully updated with the code changes. Signed-off-by: uqs --- bundles/org.openhab.binding.nanoleaf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.nanoleaf/README.md b/bundles/org.openhab.binding.nanoleaf/README.md index 138456c9a..dccf3b317 100644 --- a/bundles/org.openhab.binding.nanoleaf/README.md +++ b/bundles/org.openhab.binding.nanoleaf/README.md @@ -225,7 +225,7 @@ e.g. via command line `curl --location --request POST 'http://
:16021/ap Note: If you auto-discovered your things and items: -- A controller item looks like nanoleaf:controller:F0ED4F9351AF:power where F0ED4F9351AF is the id of the controller that has been automatically assigned by the binding. +- A controller item looks like nanoleaf:controller:F0ED4F9351AF:color where F0ED4F9351AF is the id of the controller that has been automatically assigned by the binding. - A panel item looks like nanoleaf:lightpanel:F0ED4F9351AF:39755:singleTap where 39755 is the id of the panel that has been automatically assigned by the binding. ```java