From 32fd329160a4e031d13265a23a4a414d6bb9bca2 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Tue, 9 Jul 2024 16:56:42 +0200 Subject: [PATCH] [openhabcloud] Fix typo in Readme (#17029) Signed-off-by: mueller-ma --- bundles/org.openhab.io.openhabcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.io.openhabcloud/README.md b/bundles/org.openhab.io.openhabcloud/README.md index 593dad69cf..f7a061eb1a 100644 --- a/bundles/org.openhab.io.openhabcloud/README.md +++ b/bundles/org.openhab.io.openhabcloud/README.md @@ -149,7 +149,7 @@ These parameters may be skipped by setting them to `null`. The action syntax is a string containing the action type and the action payload separated by a colon. -There are two types of actions available: +There are three types of actions available: - `command`: Sends a command to an Item by using the following syntax: `command:$itemName:$commandString` where `$itemName` is the name of the Item and `$commandString` is the command to be sent. - `ui`: Controls the UI in two possible ways: -- 2.47.3